Sv Issue Tracking

Use sv task to manage work items and keep .tasks/ in sync with code changes. Use when this capability is needed.

tomevault-io 6542dac 2 files · 1.3 KB Updated

File contents

Use sv task for issue tracking in this repo.

  • List ready work with sv task ready or sv task list --status open.
  • View details with sv task show <id>.
  • Mark work in progress with sv task start <id>.
  • Close work with sv task close <id>.
  • Tasks live in .tasks/tasks.jsonl (tracked) and should be committed with related code changes.

Reference: references/sv-task-quickref.md.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/mbtz--agent-skills--sv-task-issue-tracking commit 6542dac6bd

Frequently asked questions

npx skillmds@latest add tomevault-io/sv-issue-tracking