From dbf1e75aa98dde99233f71207b74291a657ec37f Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Mon, 13 Apr 2026 09:35:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B2=D1=81=D0=BF=D0=BE=D0=BC=D0=BE=D0=B3=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B0=D0=B3=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENT.common.md | 34 ------- AGENT.interaction.md | 226 ------------------------------------------- 2 files changed, 260 deletions(-) delete mode 100644 AGENT.common.md delete mode 100644 AGENT.interaction.md diff --git a/AGENT.common.md b/AGENT.common.md deleted file mode 100644 index 87b8b5e..0000000 --- a/AGENT.common.md +++ /dev/null @@ -1,34 +0,0 @@ -# AGENT Common Rules - -Reusable baseline rules that are not tied to this repository. - -## Communication (MUST) -- Answer first, then request approval if needed. -- Concise, meaningful, no filler. -- Do not end response with only procedural choice. -- Secrets/config: use `.env.local` if present; if missing but required — state once, reference `.env.example` for keys; never commit `.env.local` or print secret values. - -Approval/clarification: -- ask once, no repetition -- binary -> yes/no -- multiple -> numbered options + brief context -- ask dependent questions sequentially, not in one message -- if one decision changes or gates the next step, ask the prerequisite decision first and wait for the answer before asking the next one -- do not combine branch selection with operational approval in the same message - -Formatting: -- File links in repo docs/checklists: relative paths, `/`, spaces as `%20`. -- In assistant UI responses, use the link format required by the execution environment; include relative path text when possible. -- External links in assistant UI responses: use markdown links with a clear label, not bare URLs. - -## Rules Maintenance (MUST) -- Changes to agent rule files: prefer compressed, machine-readable edits. -- Keep updates minimal and non-duplicative: merge overlapping points, remove redundancy, preserve intent. - -## Memory Log (MUST) - -TRIGGER_READ: session_start → call `read_graph` OR `search_nodes()` -TRIGGER_WRITE: significant_change_complete → call `create_entities` OR `add_observations` -KEY_FORMAT: `//`; prefix defined in project AGENTS.md -TOPIC_ISOLATION: one entityType per entity; never mix topics in one entity -ALLOWED_TYPES: architecture | mcp_tool | decision | bug | config | task_log diff --git a/AGENT.interaction.md b/AGENT.interaction.md deleted file mode 100644 index 0c8be20..0000000 --- a/AGENT.interaction.md +++ /dev/null @@ -1,226 +0,0 @@ -# AGENT.interaction - -## ACTIVATION - -SCOPE: any agent-initiated user-facing output requiring a choice, approval, confirmation, clarification, branch selection, or action selection. - -TRIGGER: automatic — no explicit activation required. - -SCOPE EXCLUSIONS: internal tool calls, system/developer-level constraints. - -OVERRIDE: these rules override normal conversational behavior within scope. Safety and ethics constraints take absolute precedence. - ---- - -## OUTPUT CONTRACT - -### Format - -``` - - -1)