Skip to content

Releases: xerrors/taskr-skill

v0.1.7

14 May 04:22

Choose a tag to compare

Changes

  • Render task detail fixed protocol sections only when they are present.
  • Preserve and render remaining task Markdown as additional content in the detail drawer.
  • Support Markdown headings in the lightweight renderer.
  • Render multiline task HTML fragments in board/browser context and sanitize dangerous attributes.

Verification

  • npm run format:check
  • npm run check
  • npm pack --dry-run
  • Browser verification on local board at http://127.0.0.1:4317/

v0.1.6

14 May 03:09

Choose a tag to compare

Changes

  • Add opt-in research report files via taskr research <task_id> <file.md>, recorded as research_files in task frontmatter.
  • Add taskr list -n N / --number N with default 10 items, stable status sorting, and updated timestamps in output.
  • Bump package version to 0.1.6 and format markdown renderer files so the publish workflow passes.

Verification

  • npm run format:check
  • npm run check
  • npm pack --dry-run

v0.1.5

11 May 03:23

Choose a tag to compare

Changes

  • Move the canonical Taskr Skill source to skills/taskr/SKILL.md for standalone skills installer discovery.
  • Deprecate taskr install-skill in favor of npx --yes skills add xerrors/taskr --skill taskr ... migration guidance.
  • Update README, Chinese README, CLI help, package files, and tests for the split Skill/CLI distribution model.

Verification

  • npm run check
  • npm pack --dry-run --json
  • npx --yes skills add . --skill taskr --list
  • node dist/cli.js install-skill codex --scope user

v0.1.4

10 May 07:13

Choose a tag to compare

Fix Taskr Skill guidance to use npx-based CLI commands by default, with an explicit scoped-package fallback and regression coverage.

v0.1.3

10 May 06:17

Choose a tag to compare

Changes

  • Add board sorting by updated time or created time across table and Kanban views.
  • Add confirmed task deletion from the detail drawer, backed by DELETE /api/tasks/:id.
  • Document board sorting/deletion and bump package version to 0.1.3.

Verification

  • npm run format:check
  • npm run check
  • npm pack --dry-run
  • Browser smoke check for sorting and delete confirmation.

v0.1.2

10 May 02:45

Choose a tag to compare

Fix CLI version reporting and publish npm releases from GitHub Releases.