@blundergoat/goat-flow
Version:
AI coding agent harness and local dashboard for Claude Code, OpenAI Codex, Google Antigravity, and GitHub Copilot - setup audits, guardrails, structured skills, deny hooks, and persistent learning loops.
16 lines (11 loc) • 879 B
Markdown
# Scratchpad - ephemeral working notes
**This directory is gitignored by design.** It holds throwaway WIP files: mid-conversation notes, draft release text, exploratory snippets, anything the human or coding agent wants to keep *for the current session* without committing.
**Not a persistence gap.** Permanent knowledge lives elsewhere:
| If it's... | It belongs in... |
|------------|------------------|
| A lesson from an agent mistake | `.goat-flow/learning-loop/lessons/` |
| A trap in the code/architecture | `.goat-flow/learning-loop/footguns/` |
| A significant technical decision | `.goat-flow/learning-loop/decisions/` |
| A session wrap-up summary | `.goat-flow/logs/sessions/` |
| A plan or milestone file | `.goat-flow/plans/` (also local-only) |
Drop anything here that helps you get the job done right now and doesn't need to be part of the project's history.