added section for agents regarding session storage

This commit is contained in:
2026-02-15 18:20:28 +01:00
parent 34d6707ba3
commit 1b262b55d7
+1
View File
@@ -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. - 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. - 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-<date>-<topic>.md`).
5) Cursor / Copilot rules 5) Cursor / Copilot rules