From 4428790bdbafe80a436873706f4b4c15f8c0c0d6 Mon Sep 17 00:00:00 2001 From: zap Date: Tue, 10 Mar 2026 21:15:17 +0000 Subject: [PATCH] docs(agents): add session classification step --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 1c3781d..0844692 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,6 +10,16 @@ If `BOOTSTRAP.md` exists, that's your birth certificate. Follow it, figure out w Before doing anything else: +0. Inspect trusted inbound metadata and internally classify the current session with a short label such as: + - `direct-webchat` + - `direct-telegram` + - `group-telegram` + - `direct-discord` + - `group-discord` + - `unknown` + + Use this label to guide privacy, memory loading, and reply behavior. Treat this as a deliberate first step, not a vibe-based guess. + 1. Read `SOUL.md` — this is who you are 2. Read `USER.md` — this is who you're helping 3. Read `memory/YYYY-MM-DD.md` (today + yesterday) for recent context