-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmatryca-wiki.example.yml
More file actions
31 lines (24 loc) · 1.31 KB
/
Copy pathmatryca-wiki.example.yml
File metadata and controls
31 lines (24 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Optional Matryca wiki orchestration (copy to matryca-wiki.yml beside your graph or set MATRYCA_WIKI_CONFIG).
# Logseq markdown shape stays authoritative via logseq-matryca-parser; this file is metadata only.
#
# Operator persona (Telos / AI Constraints) lives on a Logseq page, not in this YAML — see pages/matryca___config.md
# or pages/matryca-config.md and docs/openspec/identity-config.md (MCP store_fact).
#
# External Markdown capture uses MCP ingest_document (not this file) — MATRYCA_INGEST_PAGE in .env,
# daily pages Ingest/YYYY-MM-DD, ledgers LOG and GLOSSARY — docs/openspec/ingest.md.
namespaces:
- Wiki
- Projects
- Reference
# L1 fast context: directory of .md files or a single .md file (overridden by MATRYCA_L1_PATH when set).
memory_path: ~/Documents/matryca-l1
# Logseq page filename prefix for wiki-style lint (triple-underscore pages).
wiki_file_prefix: "Matryca___"
# Maximum namespace depth for ingest planning (1 = top-level only).
max_depth: 3
# BFS structural hop traversal: max new neighbors per depth (see traverse_logseq_structural_hops).
structural_hop_max_per_level: 20
# Subfolder under the graph for template .md files (see read_logseq_template).
templates_subdir: templates
# Title for the dashboard page body (see render_logseq_dashboard).
dashboard_page_title: "Matryca Dashboard"