Files
fusion/.changeset/add-task-delete-command.md
gsxdsm 80e9575cbc feat(KB-198): add task delete CLI command with --force flag
- Add `kb task delete` CLI command with required --force flag for safety
- Implement runTaskDelete function with task existence validation
- Register kb_task_delete tool in Pi extension for chat agent access
- Add comprehensive unit tests for runTaskDelete and extension registration
- Wire delete command in CLI bin.ts with proper argument parsing
2026-03-30 13:27:59 -07:00

6 lines
117 B
Markdown

---
"@dustinbyrne/kb": minor
---
Add `kb task delete <id>` CLI command with confirmation prompt and `--force` flag.