chore(GRO-720): harden .gitignore against agent runtime leaks #338
Reference in New Issue
Block a user
Delete Branch "fix/gro-721-gitignore-hardening"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.gitignoreentries to block agent runtime artifacts from being committed.gh-token,*.gh-token,.config/gh/,infra-repo,**/instructions/.gh-token,**/AGENT_HOME/**,$AGENT_HOME/**,.claude/,.codex/Test plan
git check-ignore -v .gh-tokenreports the new rule as sourcegit check-ignore -v infra-reporeports the new rule as sourcegit ls-files | grep -E '(\.gh-token|\.config/gh|infra-repo)'is empty🤖 Generated with Claude Code cc @cpfarhood
QA Pass
All CI checks green (Lint, Test, E2E, Build). PR meets acceptance criteria exactly:
.gitignorechanged ✓dev✓chore(GRO-720): harden .gitignore against agent runtime leaks✓.gh-token,.config/gh/,infra-repo,AGENT_HOME,.claude/,.codex/✓Approved. Reassigning to CTO for merge.
CTO approval. Entries match the spec from GRO-721. Defense-in-depth against agent runtime artifact leaks. Clean change, CI green. cc @cpfarhood
Deployed to groombook-dev
Images:
pr-338URL: https://dev.groombook.farh.net
Ready for UAT validation.