Project archive
Specification and repo.
Everything official — the code, examples, tests, language guides, and Liminate-based Agent Skills — lives in the GitHub repos.
The repositories are the current source of truth for the interpreter, examples, tests, language guides, and Liminate-based Agent Skills.
Interpreter repository
github.com/rmichaelthomas/liminate
Status: v0.11.0. Current source has 58 reserved words, 139+ locked test sentences, and 1339 pytest cases.
Status: v0.11.0. The current pipeline supports sequential execution, reactive listener mode, pack verbs with five execution types, release binaries, liminate build with embedded inspection manifests, the Meta-Structural Era's self-describing metadata (about/because/inherited), the Deontic Era's forbid/permit verbs, the Temporal-Boundary Era's starting/until connectives, the require each grammar extension for iterated list enforcement with a named binding, Platform Era infrastructure for non-zero interpreter errors, CLI help, CI test/pack sync, and version replay guarantees, and the Public API Era's shared run(source, ...) execution entry point, ContractResult return object, enter_phase2 static-inspection control, and result metadata.
liminate-session-contracts
prompt compiler
context pager
handoff packet
Suggested reading path
- Read the
READMEfor the current build. - Use
docs/language/for the quickstart and syntax tour. - Use
docs/architecture/for the pipeline walkthrough. - Use
examples/for runnable programs. - Use
CLAUDE.mdfor module-level orientation. - Use
RELEASING.mdandbuild/for standalone binary packaging. - Use
tests/to see exactly what behavior is frozen in place.Usetests/to understand locked behavior.