3 Commits

Author SHA1 Message Date
Flea Flicker 01d7b5e8f7 Merge pull request 'feat(GRO-2516): create .gitignore with agent-runtime credential stanza' (#17) from feature/gro-2516-harden-gitignore into dev
feat(GRO-2516): add agent-runtime credential stanza to .gitignore
2026-06-25 02:24:21 +00:00
Stockboy Steve f19131801f feat(GRO-2516): create .gitignore with agent-runtime credential stanza
Adds root-level .gitignore to prevent accidental commit of agent
credential artifacts (.gh-token, .config/gh/, .claude/, .codex/,
AGENT_HOME) per the GRO-2516 guardrail.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 02:18:35 +00:00
Flea Flicker d854bd818e Merge pull request 'fix: update UAT playbook demo URLs (GRO-1819)' (#15) from fix/uat-playbook-demo-url into dev 2026-05-27 01:23:46 +00:00
+10
View File
@@ -0,0 +1,10 @@
# Agent runtime artifacts — never commit
.gh-token
*.gh-token
**/.gh-token
.config/gh/
**/.config/gh/
**/AGENT_HOME/**
$AGENT_HOME/**
.claude/
.codex/