Specification Matrix
The complete project index.
This page tracks every specification file in the repository, organized by category. All files are viewable directly in the browser.
1. Design Specifications (DS)
The authoritative design documents that define the language and system behavior.
2. Runtime Mirrors (src)
Documentation mirroring the actual source code structure. See src/README.md.
3. Tests & Evaluations
Verification plans, unit test specs, and evaluation suites.
| Category | Suite / Test | Link |
|---|---|---|
| Tests (Root) | Developer Testing | developer-testing.md |
| Unit Testing | unit-testing.md | |
| README | README.md | |
| Tests (Modules) | Developer Smoke Test | smoke.test.mjs.md |
| Lexer Tokenizer | tokenizer.test.mjs.md | |
| Parser Grammar | grammar.test.mjs.md | |
| Pragmatics Commands | commands.test.mjs.md | |
| Validator Errors | errors.test.mjs.md | |
| Evaluations | README | README.md |
| Parsing Basic Cases | parsing/basic.cases.md | |
| Planning Basic Cases | planning/basic.cases.md | |
| Reasoning Basic Cases | reasoning/basic.cases.md | |
| Solve Basic Cases | solve/basic.cases.md |