feat(KB-001): complete Step 6 — documentation and changeset

This commit is contained in:
gsxdsm
2026-03-29 17:24:50 -07:00
parent b5217a08cc
commit 33e07dff25
2 changed files with 20 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ kb task log KB-001 "Added context" # Add a log entry
kb task pause KB-001 # Pause a task (stops automation)
kb task unpause KB-001 # Resume a paused task
kb task attach KB-001 ./error.log # Attach a file to a task
kb task import owner/repo # Import GitHub issues as tasks
kb task import owner/repo --limit 10 --labels "bug,enhancement"
```
### Typical workflow