Commit Graph

7 Commits

Author SHA1 Message Date
Dustin Byrne
dd746ba904 docs(KB-129): document --depends flag in kb-task skill
- Add --depends <id> flag usage examples to task creation section
- Document that --depends is repeatable and blocks scheduler
- Add dependency example to the examples section at end of file
2026-03-27 02:00:28 -04:00
Dustin Byrne
72dd993f50 feat(HAI-117): rename hai-* skill directories to kb-*
- Rename .agents/skills/hai-board to .agents/skills/kb-board
- Rename .agents/skills/hai-task to .agents/skills/kb-task
2026-03-26 22:44:11 -04:00
Dustin Byrne
c802108a02 refactor(HAI-116): rename kb to hai across all packages, CLI, and docs
- Rename npm packages from @kb/* to @hai/* and update all workspace references
- Rename CLI binary from kb to hai and config directory from .kb to .hai
- Update dashboard UI branding, titles, and references from kb to hai
- Update all test files, CI workflows, and documentation to reflect new naming
- Run comprehensive grep verification to ensure no stale kb references remain
2026-03-26 22:44:11 -04:00
Dustin Byrne
d147a51d16 docs(HAI-115): remove --engine flag references from hai-board skill
- Update SKILL.md to reflect that AI engine starts automatically with dashboard
- Remove --engine option from documented CLI flags
- Consolidate AI engine feature list into main command description
- Update development mode example to use plain 'hai dashboard' command
2026-03-26 22:44:11 -04:00
Dustin Byrne
bbd54ca4b8 docs: update hai-task skill with --attach support 2026-03-26 00:07:03 -04:00
Dustin Byrne
3c868666ab chore: move skills to .agents/skills, remove .pi 2026-03-25 22:55:07 -04:00
Dustin Byrne
5ee7cb6e91 feat: symlink skills to .agents/skills for cross-harness discovery 2026-03-25 22:54:03 -04:00