From 1b262b55d7068f94f4a2c4b5db6c41247aaf1ad2 Mon Sep 17 00:00:00 2001 From: "markus.block" Date: Sun, 15 Feb 2026 18:20:28 +0100 Subject: [PATCH] added section for agents regarding session storage --- .agents/AGENTS.md | 1 + 1 file changed, 1 insertion(+) 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