|
11 | 11 | (project-context |
12 | 12 | (name "eclexiaiser") |
13 | 13 | (description "Add energy, carbon, and resource-cost awareness to existing software via Eclexia economics-as-code") |
14 | | - (status "scaffold — architecture defined, bespoke ABI types in place") |
| 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 15) |
21 | | - (milestone "Bespoke Idris2 ABI types (EnergyBudget, CarbonIntensity, JouleAnnotation, ResourceBound, SustainabilityReport), Zig FFI with energy measurement stubs, budget enforcement, and carbon API framework")) |
| 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 source instrumentation for Rust/ReScript/Gleam targets") |
25 | | - (step 2 "Generate Eclexia annotation files from manifest budgets") |
26 | | - (step 3 "Implement RAPL energy counter reading in Zig FFI") |
27 | | - (step 4 "Integrate WattTime and Electricity Maps carbon APIs") |
28 | | - (step 5 "Complete Idris2 proofs of resource bound composition and satisfiability") |
29 | | - (step 6 "Generate CSRD-compatible sustainability reports") |
30 | | - (step 7 "Integration tests with real energy measurements")) |
| 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 (eclexiaiser.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")) |
31 | 38 |
|
32 | 39 | (blockers-and-issues |
33 | | - (none "Project is in scaffold phase — no blockers yet. RAPL access requires kernel permissions (powercap sysfs).")) |
| 40 | + (none "Phase 1 complete — no blockers. Phase 2 requires domain logic implementation.")) |
34 | 41 |
|
35 | 42 | (critical-next-actions |
36 | | - (action "Implement source instrumentation for function boundary detection") |
37 | | - (action "Implement RAPL energy counter reading in Zig FFI") |
38 | | - (action "Write first working example: annotate a Rust function with energy budget, measure, enforce"))) |
| 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