feat(GRO-2516): promote agent-runtime .gitignore stanza dev → uat #85
Reference in New Issue
Block a user
Delete Branch "dev"
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
Promotes GRO-2516 agent-runtime credential
.gitignorestanza fromdevtouat.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
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.