Fold EDC guidance into AGENTS

Keep agent context entrypoints consolidated in AGENTS.md and remove the separate EDC pointer.
This commit is contained in:
almogdepaz
2026-07-12 13:46:59 +03:00
parent f96a7da2a9
commit 4076c13e6a
2 changed files with 2 additions and 10 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# Chia Context
This repo ships curated architectural context for coding agents.
This repo ships curated architectural context for coding agents, including
EDC-generated module docs under `.cursor/context/`.
Start with `.cursor/context/INDEX.md` for routing, critical invariants,
cross-module coupling, architecture overview, and the module table.
-9
View File
@@ -1,9 +0,0 @@
# EDC Context
This repo ships deep architectural context generated by EDC.
Start with `edc-context/index.md` for routing, critical invariants, and cross-module coupling/blast-radius guidance.
Use `edc-context/manifest.json` as the authoritative routing and policy contract for module docs and runtime behavior.
Current EDC runtime mode: `advisory`.