Skip to content

Commit 11ee17e

Browse files
jvalin17claude
andcommitted
Gitignore .agent-toolkit/config.json — fixes CI path resolution
config.json has hardcoded toolkit_path that only works on the dev machine. CI bootstrap regenerates it with the runner's pwd. Gitignoring prevents stale local paths from breaking gate checks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e677803 commit 11ee17e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ memory/
1919
# Scratch dir — agents write findings.json here for hooks/finalize_report.py
2020
.scratch/
2121

22+
# Agent-toolkit local config — machine-specific, regenerated by bootstrap
23+
.agent-toolkit/config.json
24+
2225
# Signed gate — private key never commit; token refreshed by CI
2326
.gate/signing.key
2427
.gate/private.pem

0 commit comments

Comments
 (0)