Forge
jsoncf25d736
1{
2 "schema_version" 1,
3 "title" "Cascade correspondence kinds and layers (ADR 0155)",
4 "layers" [
5 {
6 "id" "L0",
7 "label" "L0",
8 "title" "Semantic canon (0098)",
9 "adr" "0098-semantic-first-document-as-projection"
10 },
11 {
12 "id" "L1p",
13 "label" "L1′",
14 "title" "Feature registry (0155 §7)",
15 "adr" "0155-documentation-code-correspondence-and-architectural-drift"
16 },
17 {
18 "id" "L1",
19 "label" "L1",
20 "title" "ADR path map (0061)",
21 "adr" "0061-context-aware-adr-map-pfd-knowledge-indicator"
22 },
23 {
24 "id" "L2",
25 "label" "L2",
26 "title" "Code intent graph (0039, 0053)",
27 "adr" "0039-workspace-navigation-affordances"
28 },
29 {
30 "id" "L3",
31 "label" "L3",
32 "title" "Change intent / pre-flight (0042)",
33 "adr" "0042-pre-flight-planned-changes-and-review-before-apply"
34 },
35 {
36 "id" "L4",
37 "label" "L4",
38 "title" "Discourse ↔ code (0137)",
39 "adr" "0137-intercom-message-code-correspondence"
40 }
41 ],
42 "kinds" [
43 {
44 "id" "documents",
45 "family" "cascade-ext",
46 "layers" ["L1", "L1p"],
47 "title" "Document describes code zone"
48 },
49 {
50 "id" "implements",
51 "family" "cascade-ext",
52 "layers" ["L2"],
53 "title" "Code implements documented contract"
54 },
55 {
56 "id" "related",
57 "family" "uml-core",
58 "layers" ["L2"],
59 "title" "Code ↔ code navigation edge"
60 },
61 {
62 "id" "discusses",
63 "family" "cascade-ext",
64 "layers" ["L4"],
65 "title" "Intercom message discusses code anchor",
66 "aliases" { "wire": ["discusses"] }
67 },
68 {
69 "id" "constrains",
70 "family" "cascade-ext",
71 "layers" ["L3"],
72 "title" "Document constrains future edits"
73 },
74 {
75 "id" "projects",
76 "family" "cascade-ext",
77 "layers" ["L0"],
78 "title" "Semantic projection to files"
79 }
80 ]
81}
82
View only · write via MCP/CIDE