Releases: xerrors/taskr-skill
Releases · xerrors/taskr-skill
v0.1.7
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:checknpm run checknpm pack --dry-run- Browser verification on local board at
http://127.0.0.1:4317/
v0.1.6
Changes
- Add opt-in research report files via
taskr research <task_id> <file.md>, recorded asresearch_filesin task frontmatter. - Add
taskr list -n N/--number Nwith 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:checknpm run checknpm pack --dry-run
v0.1.5
Changes
- Move the canonical Taskr Skill source to
skills/taskr/SKILL.mdfor standalone skills installer discovery. - Deprecate
taskr install-skillin favor ofnpx --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 checknpm pack --dry-run --jsonnpx --yes skills add . --skill taskr --listnode dist/cli.js install-skill codex --scope user
v0.1.4
v0.1.3
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.