Skip to content

Commit ddf2e6d

Browse files
authored
chore: ignore local AI tooling files (#10)
Keep local maintainer protocol state out of public package history while allowing agents to use shared AI tooling conventions.
1 parent f609126 commit ddf2e6d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,18 @@ npm-debug.log*
3434
yarn-debug.log*
3535
yarn-error.log*
3636
pnpm-debug.log*
37+
38+
# AI tooling
3739
.claude/
40+
.agents/
41+
skills-lock.json
42+
BUILD_STATE.md
43+
ROADMAP.md
3844

3945
# Internal maintainer notes (not published)
4046
AGENTS.md
4147
CLAUDE.md
48+
docs/AGENTS.md
4249
docs/PROJECT.md
4350
docs/specs/
4451
docs/research/

0 commit comments

Comments
 (0)