You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ecosystem-consistency follow-on: matches the canonical rename landed
2026-04-05 in verisimdb, hypatia, gitbot-fleet, echidna, and vql-ut.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: EXPLAINME.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ ____
23
23
24
24
The architecture (lines 46-68) shows Typell as the central verification kernel serving PanLL's three panes (Pane-L ← constraints, Pane-N ← reasoning, Pane-W ← validated results) plus secondary consumers (VS Code, CLI, CI/CD). This is verifiable in `src/kernel/` with modules for type checking, proof engine, effect tracking, session protocol management, and language backends (lines 148-157).
25
25
26
-
*Caveat:* Typell is in "Phase 0: Vision capture and repo scaffolding" (line 115). Language backends (VQL-dt++, GQL-dt++, KQL-dt++) are in design stages; only the kernel architecture exists.
26
+
*Caveat:* Typell is in "Phase 0: Vision capture and repo scaffolding" (line 115). Language backends (VCL-dt++, GQL-dt++, KQL-dt++) are in design stages; only the kernel architecture exists.
27
27
28
28
[quote, README section "The LLVM Analogy"]
29
29
____
30
30
Typell is to PanLL what LLVM is to Clang — the compiler infrastructure that any frontend can consume.
31
31
____
32
32
33
-
*Evidence:* The directory structure (lines 136-168) supports this. `src/kernel/` is the "middle-end" (type checker, proof engine, effects, session manager). `src/backends/` are the language frontends (VQL-dt++, GQL-dt++, KQL-dt++). `integrations/` are the consumers (PanLL primary, VS Code extension, CLI, CI/CD plugins). This mirrors LLVM's middle-end + backends + frontends architecture.
33
+
*Evidence:* The directory structure (lines 136-168) supports this. `src/kernel/` is the "middle-end" (type checker, proof engine, effects, session manager). `src/backends/` are the language frontends (VCL-dt++, GQL-dt++, KQL-dt++). `integrations/` are the consumers (PanLL primary, VS Code extension, CLI, CI/CD plugins). This mirrors LLVM's middle-end + backends + frontends architecture.
34
34
35
35
*Caveat:* Unlike LLVM (production-ready), Typell's backends are in design/port stages, not fully functional. Primary investment is in the kernel (bidirectional type checker, proof engine).
36
36
@@ -68,7 +68,7 @@ Typell-specific:
68
68
| `src/kernel/effects/` | Effect tracker (read/write/memory side effects)
Copy file name to clipboardExpand all lines: ROADMAP.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
== Overview
8
8
9
-
TypeLL is the unified type system verification kernel for the hyperpolymath ecosystem. It is to PanLL what LLVM is to Clang: the formal verification substrate that multiple language frontends compile _types_ into. TypeLL provides a 10-level type safety hierarchy used by VQL-UT, 007, Kategoria, PanLL, and the nextgen-languages suite.
9
+
TypeLL is the unified type system verification kernel for the hyperpolymath ecosystem. It is to PanLL what LLVM is to Clang: the formal verification substrate that multiple language frontends compile _types_ into. TypeLL provides a 10-level type safety hierarchy used by VCL-total, 007, Kategoria, PanLL, and the nextgen-languages suite.
10
10
11
11
== Current State (2026-03-29)
12
12
@@ -45,8 +45,8 @@ typell-server (HTTP/JSON-RPC on port 7800)
45
45
| `typell-server`
46
46
| HTTP/JSON-RPC server (port 7800) with handler dispatch
47
47
48
-
| `typell-vql`
49
-
| VQL-UT bridge — maps 10-level type safety into TypeLL (4 modules: lib, bridge, levels, rules)
48
+
| `typell-vcl`
49
+
| VCL-total bridge — maps 10-level type safety into TypeLL (4 modules: lib, bridge, levels, rules)
50
50
51
51
| `typell-eclexia`
52
52
| Eclexia language bridge (resource types, dimensional analysis)
@@ -107,7 +107,7 @@ typell-server (HTTP/JSON-RPC on port 7800)
0 commit comments