|
10 | 10 |
|
11 | 11 | (project-context |
12 | 12 | (name "nimiser") |
13 | | - (description "Generate high-performance C libraries via Nim metaprogramming (templates, macros, generics)") |
14 | | - (status "scaffold") |
| 13 | + (description "Generate high-performance C libraries via Nim metaprogramming") |
| 14 | + (status "phase-1-complete") |
15 | 15 | (priority "—") |
16 | 16 | (ecosystem "-iser family (https://github.com/hyperpolymath/iseriser)")) |
17 | 17 |
|
18 | 18 | (current-position |
19 | | - (phase "scaffold-complete") |
20 | | - (completion-percentage 10) |
21 | | - (milestone "Architecture defined, CLI scaffolded, Idris2 ABI types bespoke (NimTemplate, NimMacro, CompileTimeAST, CBackend), Zig FFI bridge stubbed with nimiser_* functions, RSR template complete")) |
| 19 | + (phase "phase-1-complete") |
| 20 | + (completion-percentage 45) |
| 21 | + (milestone "Phase 1: scaffold, bespoke ABI/FFI, CLI, manifest parser, codegen stubs, RSR compliance, documentation — all complete")) |
22 | 22 |
|
23 | 23 | (route-to-mvp |
24 | | - (step 1 "Implement Nim template generation: parse nimiser.toml -> emit Nim template source with {.exportc.} pragmas") |
25 | | - (step 2 "Implement Nim macro generation: AST-level transforms for loop unrolling and specialisation") |
26 | | - (step 3 "Implement Nim generic generation: monomorphised type-safe wrappers") |
27 | | - (step 4 "Invoke Nim compiler: nim c --app:lib to produce .a/.so + .h from generated source") |
28 | | - (step 5 "Wire Zig FFI bridge to call Nim-generated C library functions") |
29 | | - (step 6 "End-to-end integration test: nimiser.toml -> Nim -> C library -> Zig -> consumer")) |
| 24 | + (step 1 "DONE — Project scaffold from rsr-template-repo") |
| 25 | + (step 2 "DONE — Bespoke Idris2 ABI type definitions") |
| 26 | + (step 3 "DONE — Bespoke Zig FFI implementation stubs") |
| 27 | + (step 4 "DONE — CLI with subcommands (init, validate, generate, build, run, info)") |
| 28 | + (step 5 "DONE — Manifest parser (nimiser.toml)") |
| 29 | + (step 6 "DONE — Codegen engine stubs") |
| 30 | + (step 7 "DONE — RSR compliance (17 workflows, governance, contractiles)") |
| 31 | + (step 8 "DONE — Bespoke documentation (README, ROADMAP, CONTRIBUTING, CHANGELOG)") |
| 32 | + (step 9 "Implement core domain logic (source analysis, pattern detection)") |
| 33 | + (step 10 "Implement codegen passes (target-language-specific output)") |
| 34 | + (step 11 "Write Idris2 formal proofs for domain invariants") |
| 35 | + (step 12 "End-to-end integration tests with real inputs") |
| 36 | + (step 13 "BoJ cartridge and PanLL panel integration") |
| 37 | + (step 14 "Performance benchmarks and optimisation")) |
30 | 38 |
|
31 | 39 | (blockers-and-issues |
32 | | - (none "Project is in scaffold phase — Idris2 ABI and Zig FFI stubs complete, codegen implementation pending")) |
| 40 | + (none "Phase 1 complete — no blockers. Phase 2 requires domain logic implementation.")) |
33 | 41 |
|
34 | 42 | (critical-next-actions |
35 | | - (action "Implement src/codegen/mod.rs to emit Nim template/macro/generic source code") |
36 | | - (action "Write first nimiser.toml example that generates a working C buffer library") |
37 | | - (action "Add Nim compiler detection and invocation in the Zig FFI layer"))) |
| 43 | + (action "Implement core domain logic in src/core/") |
| 44 | + (action "Write first end-to-end example with real input") |
| 45 | + (action "Begin Idris2 formal proofs for domain-specific invariants"))) |
0 commit comments