Roadmap: ROADMAP_LLM_WIKI.md
Bootstrap: runtime-bootstrap.md (directory creation, README.md vs content files)
- L1 —
MATRYCA_L1_PATH,matryca-wiki.ymlmemory_path, or<graph-parent>/matryca-l1/*.md. Loaded viaread_graph_data/target_type="memory"(read_l1_memoryinternally). Default folder is a sibling of the vault (not underpages/) so deploy/session rules stay outside the wiki corpus (L2) and can be shared across vaults on the same machine; setMATRYCA_L1_PATHto<vault>/matryca-l1to keep L1 inside the graph root instead. - In-graph identity — Telos and AI Constraints on
matryca/configormatryca-config(pages/matryca___config.mdorpages/matryca-config.md). Injected into daemon LLM system prompts and MCP tool output; updated withstore_fact. Seeidentity-config.md. - L2 ingest capture — External Markdown appended via
ingest_documentto an ingest page (Ingest/YYYY-MM-DDorMATRYCA_INGEST_PAGE) withLOG/GLOSSARYledgers. Seeingest.md. - L2 — Logseq graph on disk under
LOGSEQ_GRAPH_PATHand headless writes.
- All
*.mdin the resolved L1 directory (non-recursive), sorted by name. README.mdis excluded — it documents the folder for humans only.- Starter
session-rules.mdis included when bootstrap creates it (replace with your real session rules).
Successful reads may end with <!-- matryca_routing: hint=L1_candidate|L2_default -->.
mutate_graph / write_outline and ingest_document return JSON with routing_hint (e.g. L2_graph_append for ingestion).
MCP responses (except store_fact) may also include [MATRYCA IDENTITY — …] blocks and <!-- matryca_identity: present --> when a config page is configured (src/daemon/config_layer.py).
See SYSTEM_PROMPT.md, src/agent/routing_hint.py, identity-config.md, and ingest.md.