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)