chore(agent): track .agent/ planning tree in git
Build and Push Containers / build-and-push-app (push) Successful in 12s
Build and Push Containers / build-and-push-db (push) Successful in 10s

Remove the blanket .agent/ gitignore so the phase roadmap, user
stories, reports, and PLAN.md are versioned with the code. Only
runtime artifacts (.agent/phase-sessions/, .agent/pipeline.log)
remain ignored. Update AGENTS.md git protocol rule to match.
This commit is contained in:
2026-09-01 10:18:22 -04:00
parent 5fa620fde5
commit 4971e2859d
818 changed files with 23964 additions and 4 deletions
+3 -2
View File
@@ -16,8 +16,9 @@ htmlcov/
.env.*
!.env.example
# --- Planning / agent pipeline state (committed on demand with `git add -f .agent/...`) ---
.agent/
# --- Planning / agent pipeline state (the .agent/ tree is tracked; only runtime artifacts ignored) ---
.agent/phase-sessions/
.agent/pipeline.log
# --- Frontend build artifacts (sources live in frontend/, builds are local-only) ---
node_modules/