|
11 | 11 | (project-context |
12 | 12 | (name "atsiser") |
13 | 13 | (description "Wrap C codebases in ATS2 linear types for zero-cost memory safety") |
14 | | - (status "scaffold") |
| 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-documented") |
20 | | - (completion-percentage 10) |
21 | | - (milestone "Architecture documented, ABI/FFI bespoke, all placeholders replaced")) |
| 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 "C source analysis — parse headers, identify allocation patterns, track ownership") |
25 | | - (step 2 "ATS2 wrapper generation — viewtype annotations, dataviewtype state machines") |
26 | | - (step 3 "Proof generation — praxi/prfun obligations for ownership and bounds") |
27 | | - (step 4 "Round-trip compilation — ATS2 → C with zero overhead verification") |
28 | | - (step 5 "Idris2 meta-proofs — prove generated ATS2 proofs are sound") |
29 | | - (step 6 "Ecosystem — BoJ cartridge, PanLL panels, CI/CD integration")) |
| 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 (atsiser.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 — no blockers yet")) |
| 40 | + (none "Phase 1 complete — no blockers. Phase 2 requires domain logic implementation.")) |
33 | 41 |
|
34 | 42 | (critical-next-actions |
35 | | - (action "Implement C header parsing in src/core/") |
36 | | - (action "Implement allocation pattern detection (malloc/free pairing)") |
37 | | - (action "First working end-to-end example: simple C library → ATS2 wrapper"))) |
| 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