-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext-tree.json
More file actions
81 lines (81 loc) · 3.2 KB
/
Copy pathcontext-tree.json
File metadata and controls
81 lines (81 loc) · 3.2 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"schema": "dizzy.context_tree.v0",
"version": "0.1.0",
"indexed_commit": "d8af4dec0b284675958ed1d8d359878896c5ffca",
"selection_policy": {
"mode": "reasoned_context_loading",
"default": "select_node_ids_and_line_ranges_before_loading",
"retrieval_is_authority": false
},
"authority_levels": [
{ "id": "runtime_enforced", "rank": 100 },
{ "id": "constitutional", "rank": 90 },
{ "id": "repo_orientation", "rank": 70 },
{ "id": "decision_artifact", "rank": 60 },
{ "id": "control_handoff", "rank": 55 },
{ "id": "supporting_memory", "rank": 35 },
{ "id": "planning_candidate", "rank": 25 }
],
"nodes": [
{
"id": "repo.readme",
"path": "README.md",
"authority": "repo_orientation",
"summary": "Primary repository entrypoint, structure breakdown, authority layers, and 5-minute quickstart callout.",
"sections": [
{ "title": "Repository Structure and Authority", "line_start": 23, "line_end": 35 },
{ "title": "What Runs Today", "line_start": 36, "line_end": 46 }
]
},
{
"id": "governance.prompt_core",
"path": "PROMPT_CORE.md",
"authority": "constitutional",
"summary": "Primary human-written specification for brain behavior, interaction norms, task preflight, and runtime constitution.",
"sections": [
{ "title": "Interaction Norms", "line_start": 6, "line_end": 15 },
{ "title": "Task Preflight", "line_start": 16, "line_end": 25 },
{ "title": "Continuity And Judgment", "line_start": 26, "line_end": 38 },
{ "title": "Runtime Constitution", "line_start": 39, "line_end": 51 }
]
},
{
"id": "reviews.synthesis",
"path": "reviews/oss_model_synthesis_ledger.md",
"authority": "decision_artifact",
"summary": "Multi-model synthesis ledger tracking evaluated model signals, consensus findings, exclusions, and dropped/deferred claims.",
"sections": [
{ "title": "Consensus Findings & Disagreements", "line_start": 45, "line_end": 56 },
{ "title": "Next-Slice Recommendation & Exclusions", "line_start": 72, "line_end": 85 },
{ "title": "Dropped & Deferred Claims Appendix", "line_start": 91, "line_end": 110 }
]
},
{
"id": "memory.index",
"path": "MEMORY.md",
"authority": "supporting_memory",
"summary": "Curated durable memory index; explicit supporting context rather than runtime authority.",
"sections": [
{ "title": "Memory Index", "line_start": 1, "line_end": 28 }
]
},
{
"id": "lib.retrieval.md_retriever",
"path": "lib/md_retriever.mjs",
"authority": "runtime_enforced",
"summary": "Markdown context retriever enforcing path restrictions and trusted doctrine boundaries.",
"sections": [
{ "title": "parseFrontmatter", "line_start": 4, "line_end": 50 }
]
},
{
"id": "lib.retrieval.plan",
"path": "lib/retrieval_plan.mjs",
"authority": "runtime_enforced",
"summary": "Retrieval plan builder implementing report-only attention pools (core, stale_important, edge_hypothesis).",
"sections": [
{ "title": "keywordList", "line_start": 6, "line_end": 50 }
]
}
]
}