Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
node_modules/
dist/
*.tsbuildinfo

# orchestrator-workflow run state: local orchestration bookkeeping, never committed.
# Untracked run directories otherwise make the worktree dirty and fail the
# clean-worktree preflight check.
# Root-anchored on purpose: packages/*/.ai/ holds tracked per-package agent docs
# (AGENTS.md, ARCHITECTURE.md, DECISIONS.md, TASKS.md) that must not be caught.
/.ai/
Loading