|
11 | 11 | (project-context |
12 | 12 | (name "phronesiser") |
13 | 13 | (description "Provably safe ethical constraints for AI agents via Phronesis deontic logic") |
14 | | - (status "scaffold-documented") |
| 14 | + (status "phase-1-complete") |
15 | 15 | (priority "—") |
16 | | - (ecosystem "-iser family (https://github.com/hyperpolymath/iseriser)")) |
| 16 | + (ecosystem "-iser family (https://github.com/hyperpolymath/iseriser)") |
| 17 | + (domain "Ethical AI constraint verification")) |
17 | 18 |
|
18 | 19 | (current-position |
19 | | - (phase "scaffold-documented") |
20 | | - (completion-percentage 15) |
21 | | - (milestone "Architecture defined, CLI scaffolded, RSR template complete, ABI/FFI types bespoke, documentation complete")) |
| 20 | + (phase "phase-1-complete") |
| 21 | + (completion-percentage 45) |
| 22 | + (milestone "Phase 1 complete — scaffold, CLI, manifest parser, codegen stubs, ABI types, RSR template")) |
22 | 23 |
|
23 | 24 | (route-to-mvp |
24 | | - (step 1 "Implement Phronesis constraint compilation from TOML to deontic propositions") |
25 | | - (step 2 "Complete Idris2 ABI proofs: DeonticModality soundness, NoContradiction, AuditDecision completeness") |
26 | | - (step 3 "Complete Zig FFI constraint evaluation engine (beyond stub)") |
27 | | - (step 4 "End-to-end example: AI agent with obligation/prohibition guardrails") |
28 | | - (step 5 "Constraint conflict detection (obligation vs prohibition on same scope)") |
29 | | - (step 6 "Audit trail generation with structured JSON output") |
30 | | - (step 7 "Integration tests with real-world constraint sets")) |
| 25 | + (step 1 "Phase 1 — scaffold, CLI, manifest parser, ABI types [COMPLETE]") |
| 26 | + (step 2 "Phase 2 — core domain logic implementation") |
| 27 | + (step 3 "Phase 3 — Idris2 ABI formal proofs") |
| 28 | + (step 4 "Phase 4 — Zig FFI bridge implementation") |
| 29 | + (step 5 "Phase 5 — integration tests with real targets") |
| 30 | + (step 6 "Phase 6 — documentation and examples") |
| 31 | + (step 7 "Phase 7 — Chainguard container + CI hardening") |
| 32 | + (step 8 "Phase 8 — first release (v0.1.0)")) |
31 | 33 |
|
32 | 34 | (blockers-and-issues |
33 | | - (none "Project is in scaffold-documented phase — no blockers yet")) |
| 35 | + (none "No blockers — Phase 1 complete, ready for Phase 2")) |
34 | 36 |
|
35 | 37 | (critical-next-actions |
36 | | - (action "Implement TOML-to-deontic-proposition constraint compiler in codegen/mod.rs") |
37 | | - (action "Define phronesiser.toml schema for obligations, permissions, prohibitions, harm boundaries") |
38 | | - (action "Write first end-to-end example: content moderation constraint set"))) |
| 38 | + (action "Begin Phase 2 — implement core domain logic for phronesiser") |
| 39 | + (action "Write property-based tests for manifest parsing") |
| 40 | + (action "Define Idris2 ABI proof obligations for Phase 3"))) |
0 commit comments