Commit f559826
authored
docs: de-conflate Tangle from KRL; drop two dead Jekyll Pages workflows (#78)
The tangle half of a coordinated two-repo de-conflation pass. The krl
half is hyperpolymath/krl#53 (merged) and hyperpolymath/krl#54.
## The three projects are separate
**Tangle** is a general language for knot mathematics — topological,
algebraic, geometric, logical. **QuandleDB** is a knot database. **KRL**
is QuandleDB's resolution language, developed jointly with it. They
share a subject matter, not an architecture.
Documentation here presented Tangle as the substrate of a KRL
compilation stack. That is false in both directions, and the connecting
layer does not exist:
> **`TangleIR` appears in NO source file in this repository** — 0 hits
across `.rs`, `.zig` and `.lean` — **and in NO source file in the KRL
implementation.** It existed only in prose, in both repos.
The relationship between the projects is left intact. What is removed is
a claimed architectural dependency that was never built.
## README.adoc
- Retitled from *"Tangle / KRL — Topological Programming Language"* to
**"Tangle — a general language for knot mathematics"**; removed *"Tangle
(via KRL — Knot Resolution Language) is…"* from the opening line.
- Removed the `KRL → TangleIR → Tangle core → QuandleDB + Skein.jl`
ladder.
- Removed the `== KRL — Knot Resolution Language` section, which
restated KRL's four operations as though KRL were *this* project's
surface language.
- **Strengthened the formal core with a result rather than a claim**
(below).
- Added an explicit note that only the Lean proofs are CI-gated.
## The formal core is real — and now verified
I ran the repository's own documented oracle:
```console
$ cd proofs && lean Tangle.lean
$ echo $?
0
```
| Check | Result |
|---|---|
| `lean Tangle.lean` (pinned `leanprover/lean4:v4.14.0`) | **exit 0, no
errors** |
| `sorry` count | **0** |
| `axiom` count | **0** |
| `import` lines | **0** — self-contained, no Mathlib |
| `progress`, `preservation`, `determinism`, `type_safety`,
`infer_sound`, `infer_complete`, `infer_iff_hasType` | all present with
real proof terms |
This is worth stating precisely: an `axiom` stub compiles cleanly while
proving nothing, so *"the Lean build is green"* and *"the theorems are
proved"* are different claims in general. **Here they coincide, and that
was checked rather than assumed.** This is Tangle's strongest asset and
the README now leads with it.
## AFFIRMATION.adoc — erratum, not edit
An affirmation is a dated claim about a past state (`102499d`,
2026-06-19); amending it in place would falsify a record. So the
original text is untouched and an erratum is appended. It corrects the
*"maintainer-confirmed"* `KRL → TangleIR → VerisimCore →
Skein/QuandleDB` stack, and flags that the quotable one-line
characterisation shouldn't be quoted while it calls Tangle *"the …
TangleIR of the KRL stack"*.
It also **discharges one of the affirmation's own acknowledged gaps** —
it recorded *"OCaml + Lean not run (absent)"* and concluded *"structure
+ the repo's proof records are confirmed, not a fresh green build."* The
Lean half is now closed, with command and exit code recorded.
## READINESS.md — Grade C → D
Grade C means *self-validated in the home context*; the `D → C` trigger
is *"dogfood it hard in the home context."* The assessment cited
**exactly one** piece of dogfooding evidence:
> **Dogfooding:** Used internally as host for the KRL (Knot Resolution
Language) DSL
That is false — KRL is not built on Tangle. With it withdrawn, C is
unsupported. Two further corrections:
- **"CI: Clean" was false** — `main` was failing Governance and both
Jekyll workflows.
- **The test suites are not run by CI.** Eight OCaml test files exist
under `compiler/test/`, but **no workflow invokes `dune` or `cargo
test`**.
The cheapest available uplift is named explicitly: add a workflow
running `dune build && dune test`. Eight suites already exist and
nothing executes them.
## dialects/README.md
- Removed KRL from the dialect table — it was listed as a dialect that
had "graduated", and it was never a Tangle dialect.
- Replaced the dead absolute path `/var/mnt/eclipse/repos/krl` (another
machine) with the GitHub URL.
- Dropped "wire through to TangleIR" from the maturation pattern.
## Workflows — two deleted
`jekyll.yml` and `jekyll-gh-pages.yml` are GitHub's **sample** Jekyll
workflows. This repo has **no `_config.yml` and no `Gemfile`** — there
is no Jekyll site to build, so both fail on every push. `pages.yml`
(Ddraig SSG, #73) is the real one; three workflows were competing for
the same Pages deployment.
## 1 parent a89fd47 commit f559826
10 files changed
Lines changed: 312 additions & 281 deletions
File tree
- .github/workflows
- dialects
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 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 | + | |
| 82 | + | |
27 | 83 | | |
28 | 84 | | |
29 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
30 | 95 | | |
| 96 | + | |
31 | 97 | | |
32 | | - | |
33 | | - | |
34 | 98 | | |
35 | 99 | | |
36 | 100 | | |
37 | 101 | | |
| 102 | + | |
38 | 103 | | |
39 | 104 | | |
40 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
41 | 108 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
47 | 118 | | |
48 | 119 | | |
49 | 120 | | |
50 | | - | |
| 121 | + | |
0 commit comments