Commit 2d4cbbe
authored
docs: de-conflate KRL from Tangle, restate the readiness grade honestly (#54)
Follows #53. Same Part 1 remit: make `main` green **and honest**. This
half is the documentation de-conflation.
## The three projects are distinct
QuandleDB is the knot database. KRL is its resolution language,
developed alongside it. **Tangle is a separate project** — a general
language for knot mathematics (topological, algebraic, geometric,
logical) that happens to share the subject matter. Documentation here
had fused KRL and Tangle into a single compilation pipeline that does
not exist.
The relationship between KRL and QuandleDB is left intact — it is real
and deliberate. What is removed is the false *identity* with Tangle, not
the shared domain.
## README.md
- Removed the claim that KRL *"lowers through TangleIR into Tangle-level
computation"*, and the layer table presenting Tangle as KRL's substrate.
**`TangleIR` appears 0 times in the KRL implementation** — the struct
definitions the README documented as "the single hardest-designed
artifact in the stack" correspond to no code.
- Removed `KRLAdapter.jl` as the named canonical implementation. It no
longer exists.
- Removed the `TanglePL` usage example, which imports packages that
don't exist.
- Added the **known divergence**: this repo's grammar and QuandleDB's
are disjoint on core vocabulary, and `|` is bound to opposite meanings
(tensor here, pipeline there).
- A short note records that these claims were false, so the correction
is legible rather than silent.
### This also fixes the GitHub Pages failure
Root cause was **not** generic: Ddraig SSG certifies pages against a
decidable a11y predicate requiring exactly one `<h1>` and no
heading-level skips. The old README had **8** `<h1>`s:
```
+ index.md -> index.html [a11y FAIL]
a11y: exactly one <h1> required (found 8)
```
Verified by compiling Ddraig locally (Idris2) and running the real
certifier:
| README | Result |
|---|---|
| `origin/main` (old) | `[a11y FAIL]` — exit 1 |
| this branch | `[a11y ok]` — exit 0 |
## READINESS.md — Grade D → E
The **entire** evidence base for Grade D was a parser, AST, lowering
pass and 57-test matrix in `KRLAdapter.jl`. That repository no longer
exists, so none of it can be checked. The CRG demotion table gives `D →
E` for *"the scope narrows so far that the component barely does
anything"* — which is exactly what happened.
Replaced with evidence executed on 2026-07-21: grammar smoke 20/20, `zig
build test` 3/3, aspect 4/4, e2e 4/4. Limitations stated plainly,
including that **no conformance suite exists**, so "conforms to the KRL
spec" is not currently a checkable claim.
This is a correction to the record, not a regression in the work.
## ASSUMPTIONS.md
Seven DESIGN assumptions named code in `KRLAdapter.jl`. The file defines
a DESIGN assumption as *"true by construction in our code"* — with the
code gone, there is no construction left to be true by.
- A-KR-1.1, 1.2, 2.1, 3.2, 4.1 → **UNANCHORED** (statement stands as
intent, names no live code)
- A-KR-6.1, 6.2 → **VOID** (both presuppose two implementations; only
one exists)
Verified that **no re-anchoring is possible**: `sigma`, `cup`, `cap`,
`r1_simplify` and any pretty-printer appear **0 times** in
`quandledb/server/krl/`. The braid generators these assumptions describe
are implemented nowhere.
The four MATH assumptions are untouched — they rest on external
theorems.
## TOPOLOGY.md
Was pure RSR-template residue describing the template itself, its
dogfood gate, and "500+ RSR-based repositories" downstream. Replaced
with KRL's actual topology: the three project boundaries, the ABI/FFI
layering, and the spec/implementation seam that no conformance suite
currently checks.
States that this repo exposes **no** Groove service and has no
`.well-known/groove/manifest.json`, rather than implying one exists.
## Verified on this branch
`actionlint` 0 errors · aspect 4/4 · e2e 4/4 · smoke 20/20 · Ddraig a11y
ok
The matching de-conflation pass on `hyperpolymath/tangle` (whose README
is titled *"Tangle / KRL"*) follows separately.1 parent 75bad95 commit 2d4cbbe
4 files changed
Lines changed: 276 additions & 399 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 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 | + | |
33 | 52 | | |
34 | 53 | | |
35 | 54 | | |
| |||
65 | 84 | | |
66 | 85 | | |
67 | 86 | | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
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 | | - | |
| 28 | + | |
| 29 | + | |
70 | 30 | | |
71 | 31 | | |
72 | 32 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 33 | + | |
82 | 34 | | |
83 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
84 | 38 | | |
85 | | - | |
| 39 | + | |
86 | 40 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 41 | + | |
91 | 42 | | |
92 | | - | |
| 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 | + | |
93 | 72 | | |
94 | | - | |
95 | | - | |
| 73 | + | |
96 | 74 | | |
97 | | - | |
| 75 | + | |
98 | 76 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 77 | + | |
| 78 | + | |
103 | 79 | | |
104 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
105 | 87 | | |
106 | | - | |
107 | | - | |
| 88 | + | |
| 89 | + | |
108 | 90 | | |
109 | 91 | | |
110 | 92 | | |
111 | 93 | | |
112 | 94 | | |
113 | | - | |
114 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
115 | 102 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
121 | 108 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
128 | 115 | | |
129 | 116 | | |
130 | 117 | | |
131 | | - | |
132 | | - | |
| 118 | + | |
| 119 | + | |
133 | 120 | | |
134 | 121 | | |
135 | 122 | | |
136 | | - | |
| 123 | + | |
0 commit comments