Continuum is the shared coordination layer for the WARP stack.
It provides the canonical vocabulary, contract families, admissibility rules, witness formats, and cross-repo invariants that allow multiple runtimes and tools to maintain one coherent causal history instead of drifting into incompatible schemas and interpretations.
Warning
Status: Nascent / Experimental
This repo is under active research and development. Expect rapid iteration, breaking changes, and evolving boundaries while the shared stack hardens.
Continuum exists to keep the WARP ecosystem honest:
- One semantic universe across sibling implementations
- Authored, versioned contract families as the source of truth
- Explicit ownership of nouns that cross repository boundaries
- Witnessed compatibility and integration truth
- Prevention of shadow schemas, adapter folklore, and renaming drift
It is not a runtime engine, compiler, or application framework.
- Continuum — Shared semantics, contract families, invariants, and coordination truth (this repo)
- Wesley — Contract compiler, manifest generation, witness tooling, and TTD (Typed Transition Discipline) code generator
- Echo — Primary runtime implementation
- git-warp — Complementary runtime implementation (Git-backed)
- warp — User-facing CLI for bootstrapping and managing WARPspaces
- warp-ttd — Shared debugger and operator surfaces
A Continuum runtime is any implementation that can publish, admit, observe, export, and import witnessed causal history according to the shared contract families and admission laws.
- Shared GraphQL contract families (
schemas/) - Cross-repo noun glossary and ownership map
- Canonical invariants (
docs/invariants/) - Witness and compatibility mechanisms
- Integration scenarios and proof plans
- WARPspace bootstrap templates and stack release manifests
- METHOD-shaped process discipline for the stack
schemas/— Authored contract families (Neighborhood Core, Receipt, Settlement, Runtime Boundary, etc.)wesley/— Continuum-owned Wesley module with TTD compiler, invariant verifier, and code generatorsapps/warp/— ThewarpCLI (warp init) and WARPspace templatesdocs/— Design packets, bearing, vision, getting started, and contract registryAPP_GLOSSARY.md— Living map between app surfaces and WARP concepts
- Read docs/GETTING_STARTED.md — practical entry point.
- Browse APP_GLOSSARY.md — essential noun mapping.
- See the current direction in docs/BEARING.md.
- Explore shared contracts in docs/contract-family-registry.md.
- Try the bootstrap:
node apps/warp/bin/warp.mjs init my-app --profile demo
Deeper orientation:
- docs/OVERVIEW.md
- docs/VISION.md
- METHOD.md — how work is structured here
- docs/invariants/CONTINUUM.md — core laws
Active sibling repositories:
Continuum © 2026 by James Ross.
Licensed under the Apache License 2.0