- 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
26 lines
390 B
Plaintext
26 lines
390 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# hai runtime (local board state — don't commit)
|
|
.kb/
|
|
.hai/
|
|
|
|
# Taskplane runtime artifacts
|
|
.pi/batch-state.json
|
|
.pi/batch-history.json
|
|
.pi/lane-state-*
|
|
.pi/merge-result-*
|
|
.pi/merge-request-*
|
|
.pi/worker-conversation-*
|
|
.pi/orch-logs/
|
|
.pi/orch-abort-signal
|
|
.pi/settings.json
|
|
.worktrees/
|
|
|
|
# Pi project-local packages
|
|
.pi/npm/
|