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
Advances the tracked VQL->VCL rename (#84). CLAUDE.md + 6a2/STATE reworded to the canonical consonance model already in README.adoc/EXPLAINME.adoc: VCL = propositions (DECLARE/ASSERT/RETRACT) + epistemic requests (INSPECT/VERIFY) over identity-consonance state, NOT a query language. Adds .machine_readable/bot_directives/cross-thread-quarantine.a2ml (spec-first grounding, provenance tags, quarantine of inbound cross-thread artifacts, anti-ReScript-migration rule). Origin: 2026-06-12 cross-thread contamination audit; no contaminated artifact had taken root, this hardens against recurrence.
https://claude.ai/code/session_01W9Voe3JceP66Bna9FT4jME
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
## Project Overview
4
4
5
-
VeriSimDB (Veridical Simulacrum Database) is a cross-system entity consistency engine with drift detection, self-normalisation, and formally verified queries. Each entity exists simultaneously across 8 modalities — the octad (Graph, Vector, Tensor, Semantic, Document, Temporal, Provenance, Spatial) — with drift detection and automatic consistency maintenance. Operates as standalone database OR heterogeneous federation coordinator over existing databases.
5
+
VeriSimDB (Veridical Simulacrum Database) is a cross-system **identity-consonance** engine with drift detection, self-normalisation, and proof-bearing validation of **identity transitions**. Each entity is a *consonance subject* — one identity maintained across 8 modal witnesses, the octad (Graph, Vector, Tensor, Semantic, Document, Temporal, Provenance, Spatial) — with drift detection and automatic consonance maintenance. Operates as a standalone engine OR a heterogeneous federation coordinator over existing databases.
6
+
7
+
> **Canonical framing — see `README.adoc` / `EXPLAINME.adoc` (authoritative).** VeriSimDB does *not* merely store or query records; it maintains identity consonance across modal witnesses. **VCL = VeriSim Consonance Language**: it expresses **propositions** (`DECLARE`/`ASSERT`/`RETRACT`) and **epistemic requests** (`INSPECT`/`VERIFY`), plus `MERGE`/`SPLIT`/`NORMALISE` — *not* SQL-style queries. "Query language" / "VQL" is a **deprecated misnomer**; any older query/CRUD wording below is legacy being retired (some code identifiers such as `QueryRouter` keep their names).
6
8
7
9
## Machine-Readable Artefacts
8
10
@@ -42,7 +44,7 @@ The following files in `.machine_readable/` contain structured project metadata:
42
44
1.**Computational Level**: What problem are we solving?
43
45
- Maintain cross-modal consistency across 8 representations of the same entity (octad)
44
46
- Detect and repair drift before it causes data quality issues
45
-
- Provide unified querying across all modalities
47
+
- Provide unified inspection/verification of consonance state across all modalities (epistemic requests, not row queries)
46
48
47
49
2.**Algorithmic Level**: How do we solve it?
48
50
- Octad entities: one ID, eight synchronized stores
@@ -61,8 +63,8 @@ The following files in `.machine_readable/` contain structured project metadata:
61
63
### ALLOWED
62
64
-**Rust** - Core database engine, modality stores
63
65
-**Elixir** - OTP orchestration layer
64
-
-**ReScript** - VQL parser, federation registry
65
-
-**VQL** - VeriSim Query Language (native query interface, NOT SQL)
"Spec-first: ground any paradigm claim in README.adoc/EXPLAINME.adoc BEFORE documenting or acting on it.",
21
+
"Tag every inbound claim with a provenance tag; default proposed-unverified.",
22
+
"Run an obligation<->intent check before trusting a proof: obligations must name consonance/admissibility of identity transitions, not query/CRUD.",
23
+
]
24
+
25
+
deny = [
26
+
"Reframe VCL as a query/CRUD language. VCL is the VeriSim Consonance Language: propositions (DECLARE/ASSERT/RETRACT) + epistemic requests (INSPECT/VERIFY) + MERGE/SPLIT/NORMALISE over identity-consonance state.",
27
+
"Migrate the working VCL/VCL-total implementation off ReScript on cross-thread say-so. The ReScript frontend is governance-exempted; the trusted parser is Rust (vcltotal-parse); AffineScript is a sibling general-purpose showcase language, not VCL's implementation.",
28
+
"Write source-of-truth docs from an unverified cross-thread model, or present invented architecture as decided.",
29
+
]
30
+
31
+
notes = "Doc-drift gate (a CI grep banning 'query language'/'queryable store'/CRUD framing in VCL-subject docs) is the FINISH LINE of the consonance reframing — add it once ANCHOR, the spec/grammar, VQL-SPEC.adoc and ADRs are reworded, else it red-CIs on legacy residue."
0 commit comments