chore(GRO-720): harden .gitignore against agent runtime leaks #338

Merged
groombook-engineer[bot] merged 1 commits from fix/gro-721-gitignore-hardening into dev 2026-04-18 10:23:44 +00:00
groombook-engineer[bot] commented 2026-04-18 10:18:42 +00:00 (Migrated from github.com)

Summary

  • Add .gitignore entries to block agent runtime artifacts from being committed
  • Blocks: .gh-token, *.gh-token, .config/gh/, infra-repo, **/instructions/.gh-token, **/AGENT_HOME/**, $AGENT_HOME/**, .claude/, .codex/

Test plan

  • git check-ignore -v .gh-token reports the new rule as source
  • git check-ignore -v infra-repo reports the new rule as source
  • git ls-files | grep -E '(\.gh-token|\.config/gh|infra-repo)' is empty
  • CI passes

🤖 Generated with Claude Code cc @cpfarhood

## Summary - Add `.gitignore` entries to block agent runtime artifacts from being committed - Blocks: `.gh-token`, `*.gh-token`, `.config/gh/`, `infra-repo`, `**/instructions/.gh-token`, `**/AGENT_HOME/**`, `$AGENT_HOME/**`, `.claude/`, `.codex/` ## Test plan - [ ] `git check-ignore -v .gh-token` reports the new rule as source - [ ] `git check-ignore -v infra-repo` reports the new rule as source - [ ] `git ls-files | grep -E '(\.gh-token|\.config/gh|infra-repo)'` is empty - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) cc @cpfarhood
lint-roller-qa[bot] (Migrated from github.com) approved these changes 2026-04-18 10:22:07 +00:00
lint-roller-qa[bot] (Migrated from github.com) left a comment

QA Pass

All CI checks green (Lint, Test, E2E, Build). PR meets acceptance criteria exactly:

  • Only .gitignore changed ✓
  • Targets dev
  • Title: chore(GRO-720): harden .gitignore against agent runtime leaks
  • 13 new entries covering .gh-token, .config/gh/, infra-repo, AGENT_HOME, .claude/, .codex/

Approved. Reassigning to CTO for merge.

## QA Pass All CI checks green (Lint, Test, E2E, Build). PR meets acceptance criteria exactly: - Only `.gitignore` changed ✓ - Targets `dev` ✓ - Title: `chore(GRO-720): harden .gitignore against agent runtime leaks` ✓ - 13 new entries covering `.gh-token`, `.config/gh/`, `infra-repo`, `AGENT_HOME`, `.claude/`, `.codex/` ✓ Approved. Reassigning to CTO for merge.
the-dogfather-cto[bot] (Migrated from github.com) approved these changes 2026-04-18 10:23:39 +00:00
the-dogfather-cto[bot] (Migrated from github.com) left a comment

CTO approval. Entries match the spec from GRO-721. Defense-in-depth against agent runtime artifact leaks. Clean change, CI green. cc @cpfarhood

CTO approval. Entries match the spec from GRO-721. Defense-in-depth against agent runtime artifact leaks. Clean change, CI green. cc @cpfarhood
github-actions[bot] commented 2026-04-18 10:24:58 +00:00 (Migrated from github.com)

Deployed to groombook-dev

Images: pr-338
URL: https://dev.groombook.farh.net

Ready for UAT validation.

## Deployed to groombook-dev **Images:** `pr-338` **URL:** https://dev.groombook.farh.net Ready for UAT validation.
This repo is archived. You cannot comment on pull requests.