- Add links field to Ticket model (YAML frontmatter list, roundtrips correctly; omitted from file when empty) - Add TicketStore.linkTickets(), unlinkTickets(), and stats() methods - Add StatsCommand (kanban_stats) — ticket counts by column and type - Add MoveCommand (kanban_move_ticket) — validated column transition - Add LinkCommand (kanban_link_tickets) — track ticket dependencies - Add UnlinkCommand (kanban_unlink_tickets) — remove ticket links - Register all 4 new subcommands in KanbanCommand (12 total) - All 27 tests pass, dart analyze clean Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| test | ||
| .gitignore | ||
| pubspec.yaml | ||