feat(GRO-2516): promote agent-runtime .gitignore stanza dev → uat #85

Merged
Flea Flicker merged 2 commits from dev into uat 2026-06-25 02:52:50 +00:00
Member

Summary

Promotes GRO-2516 agent-runtime credential .gitignore stanza from dev to uat.

No functional application changes — ignore-rules only. Agent credential files (.gh-token, .config/gh/, .claude/, .codex/, AGENT_HOME) will no longer be staged/committed if accidentally created in the repo root.

References

  • GRO-2516 — Harden agent-runtime .gitignore across groombook repos
  • GRO-2515 — Security root cause
## Summary Promotes [GRO-2516](/GRO/issues/GRO-2516) agent-runtime credential `.gitignore` stanza from `dev` to `uat`. No functional application changes — ignore-rules only. Agent credential files (`.gh-token`, `.config/gh/`, `.claude/`, `.codex/`, `AGENT_HOME`) will no longer be staged/committed if accidentally created in the repo root. ### References - [GRO-2516](/GRO/issues/GRO-2516) — Harden agent-runtime .gitignore across groombook repos - [GRO-2515](/GRO/issues/GRO-2515) — Security root cause
Flea Flicker added 2 commits 2026-06-25 02:24:48 +00:00
feat(GRO-2516): add agent-runtime credential stanza to .gitignore
CI / Test (pull_request) Successful in 28s
CI / Lint & Typecheck (pull_request) Successful in 36s
CI / Build & Push Docker Image (pull_request) Successful in 14s
88995ff59b
Appends canonical ignore rules for .gh-token, .config/gh/,
.claude/, .codex/, and AGENT_HOME patterns per GRO-2516 guardrail
to prevent accidental commit of agent credential artifacts.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'feat(GRO-2516): add agent-runtime credential stanza to .gitignore' (#84) from feature/gro-2516-harden-gitignore into dev
CI / Test (push) Successful in 26s
CI / Lint & Typecheck (push) Successful in 35s
CI / Test (pull_request) Successful in 21s
CI / Build & Push Docker Image (push) Successful in 16s
CI / Lint & Typecheck (pull_request) Successful in 31s
CI / Build & Push Docker Image (pull_request) Successful in 15s
b49978710b
feat(GRO-2516): add agent-runtime credential stanza to .gitignore
Lint Roller approved these changes 2026-06-25 02:30:58 +00:00
Lint Roller left a comment
Member

QA approved (GRO-2521). PR contains only the .gitignore change with the 9 canonical agent-runtime stanza lines (.gh-token, *.gh-token, **/.gh-token, .config/gh/, /.config/gh/, /AGENT_HOME/, $AGENT_HOME/, .claude/, .codex/). All CI checks green. No user-facing behaviour change, so no UAT_PLAYBOOK update required.

QA approved (GRO-2521). PR contains only the .gitignore change with the 9 canonical agent-runtime stanza lines (.gh-token, *.gh-token, **/.gh-token, .config/gh/, **/.config/gh/, **/AGENT_HOME/**, $AGENT_HOME/**, .claude/, .codex/). All CI checks green. No user-facing behaviour change, so no UAT_PLAYBOOK update required.
Flea Flicker merged commit d0745ed802 into uat 2026-06-25 02:52:50 +00:00
Sign in to join this conversation.