diff options
| author | Adam Malczewski <[email protected]> | 2026-06-04 22:26:51 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-04 22:26:51 +0900 |
| commit | 0af8b1de733a199dbf5dcf779cc45f495048b1c3 (patch) | |
| tree | 267d9b46db7bbeb747d0d1cc9d330079aa62fa09 /.gitignore | |
| parent | fd855ffb335e72a94b6f992ede5a859237460a8b (diff) | |
| download | dispatch-0af8b1de733a199dbf5dcf779cc45f495048b1c3.tar.gz dispatch-0af8b1de733a199dbf5dcf779cc45f495048b1c3.zip | |
chore: track agent-CLI note + ignore prompts/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ build/ # Local test credentials — never commit. .env -# Agent work reports — local only. +# Agent prompts (orchestrator→subagent) and work reports — local only. +prompts/ reports/ # OS / editor noise |
