diff --git a/.agents/AGENTS.md b/.agents/AGENTS.md index a225c4b..beac5e9 100644 --- a/.agents/AGENTS.md +++ b/.agents/AGENTS.md @@ -139,6 +139,7 @@ agentic tools can make changes predictably across multiple languages. - When adding a new language or framework, add an entry to this file with the exact commands required to build/test. - Add CI workflows to run lint + tests on PRs and enable branch protection rules if this becomes a shared repo. +- **Session storage**: Store session logs and working notes in `.agents/sessions/` folder for future reference. Use descriptive filenames (e.g., `session--.md`). 5) Cursor / Copilot rules