Spec And Plan
The docs site is the reader-friendly entry point, but the current source documents for the project still live in the repository root and remain authoritative.
Specification
The language specification is indexed from SPEC.md and split across the spec/ directory.
Recommended starting points:
spec/00-status.mdspec/01-overview.mdspec/05-type-model.mdspec/06-syntax-draft.mdspec/12-external-services-and-fetch-nodes.md
Plan
The implementation plan is indexed from PLAN.md and split across the plan/ directory.
Recommended starting points:
plan/overview.mdplan/architecture.mdplan/roadmap.mdplan/testing.md
Current State
- the spec is modularized and serves as the source of truth
- the bootstrap compiler is implemented in TypeScript
- the current implementation plan tracks Phases 0 through 5 as complete
- the docs site is being introduced now as the initial long-term documentation surface
Practical Reading Order
For language shape:
SPEC.mdspec/00-status.mdspec/01-overview.mdspec/05-type-model.mdspec/06-syntax-draft.md
For compiler implementation direction:
PLAN.mdplan/overview.mdplan/architecture.mdplan/roadmap.md