|
11 | 11 | (project-context |
12 | 12 | (name "verisimiser") |
13 | 13 | (description "Augment any database with VeriSimDB octad capabilities") |
14 | | - (status "pre-alpha") |
15 | | - (priority "3") |
16 | | - (ecosystem "-iser family (https://github.com/hyperpolymath/iseriser)")) |
| 14 | + (status "phase-1-complete") |
| 15 | + (priority "—") |
| 16 | + (ecosystem "-iser family (https://github.com/hyperpolymath/iseriser)") |
| 17 | + (domain "Database augmentation with VeriSimDB octad model")) |
17 | 18 |
|
18 | 19 | (current-position |
19 | | - (phase "scaffold-documented") |
20 | | - (completion-percentage 10) |
21 | | - (milestone "Architecture defined, CLI scaffolded, RSR template complete, ABI/FFI bespoke")) |
| 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 "PostgreSQL Tier 1 MVP: logical replication interception") |
25 | | - (step 2 "Provenance sidecar (SQLite): SHA-256 hash-chain write-path observer") |
26 | | - (step 3 "Temporal versioning sidecar: point-in-time queries") |
27 | | - (step 4 "Cross-modal drift detection: read-path observer with 8-category index") |
28 | | - (step 5 "Idris2 ABI proofs: sidecar isolation, hash-chain integrity, version ordering") |
29 | | - (step 6 "Zig FFI bridge: compile and link against Idris2 ABI") |
30 | | - (step 7 "End-to-end integration test: PostgreSQL -> verisimiser -> VQL-UT query")) |
31 | | - |
32 | | - (completed-actions |
33 | | - (action "Bespoke Idris2 ABI: Types.idr (OctadDimension, DatabaseBackend, DriftCategory, AccessPolicy, SidecarIsolation)") |
34 | | - (action "Bespoke Idris2 ABI: Layout.idr (OctadRecord 80B, ProvenanceEntry 88B, DriftMeasurement 88B, TemporalSnapshot 48B)") |
35 | | - (action "Bespoke Idris2 ABI: Foreign.idr (lifecycle, connect, overlay, provenance, temporal, drift, VQL-UT)") |
36 | | - (action "Bespoke Zig FFI: main.zig, build.zig, integration_test.zig") |
37 | | - (action "ROADMAP.adoc: Phase 0-6 with database-specific milestones") |
38 | | - (action "TOPOLOGY.md: component map, data flow, invariants, memory layouts") |
39 | | - (action "0-AI-MANIFEST.a2ml: verisimiser-specific invariants and structure") |
40 | | - (action "THREAT-MODEL.adoc: sidecar isolation, hash chain integrity, drift detection") |
41 | | - (action "Machine-readable files: AGENTIC, NEUROSYM, PLAYBOOK updated")) |
| 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)")) |
42 | 33 |
|
43 | 34 | (blockers-and-issues |
44 | | - (none "Project is in documented scaffold phase — no blockers yet")) |
| 35 | + (none "No blockers — Phase 1 complete, ready for Phase 2")) |
45 | 36 |
|
46 | 37 | (critical-next-actions |
47 | | - (action "Implement PostgreSQL logical replication interception") |
48 | | - (action "Build provenance sidecar with SQLite backend") |
49 | | - (action "First working end-to-end test with real PostgreSQL instance"))) |
| 38 | + (action "Begin Phase 2 — implement core domain logic for verisimiser") |
| 39 | + (action "Write property-based tests for manifest parsing") |
| 40 | + (action "Define Idris2 ABI proof obligations for Phase 3"))) |
0 commit comments