Skip to content

Commit 7574d0c

Browse files
committed
fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 551ecbe commit 7574d0c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ cmd/token_validation_service/out/
1414
/site/
1515
coverage.out
1616
/.codex/
17+
/plan.md

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ Before implementing any task:
213213
2. Update immediately when completing steps: `[x] Done` + brief change notes
214214
3. Log blockers/decisions under `## Notes & Decisions`
215215
4. Mark plan as `✅ COMPLETE` when finished
216+
5. **Never commit `plan.md`**: it is a local scratch file, listed in `.gitignore`. Do not `git add` it,
217+
and if a commit accidentally includes it, remove it from the commit before pushing.
216218

217219
### Documentation Updates (Workflow Rule)
218220
Before marking a task complete, update or create the relevant documentation under `docs/`:

0 commit comments

Comments
 (0)