|
1 | | -;; SPDX-License-Identifier: PMPL-1.0-or-later |
2 | | -;; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> |
3 | | -;; STATE.a2ml — Current project state for typedqliser |
| 1 | +# SPDX-License-Identifier: PMPL-1.0-or-later |
| 2 | +# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> |
| 3 | +# |
| 4 | +# STATE.a2ml — Typedqliser project state |
| 5 | +[metadata] |
| 6 | +project = "typedqliser" |
| 7 | +version = "0.1.0" |
| 8 | +last-updated = "2026-03-21" |
| 9 | +status = "active" |
| 10 | +session = "converted from scheme — 2026-04-11" |
4 | 11 |
|
5 | | -(state |
6 | | - (metadata |
7 | | - (version "0.1.0") |
8 | | - (last-updated "2026-03-21") |
9 | | - (author "Jonathan D.A. Jewell")) |
| 12 | +[project-context] |
| 13 | +name = "Typedqliser" |
| 14 | +purpose = """Formal type safety (10 levels) for any query language""" |
| 15 | +completion-percentage = 45 |
10 | 16 |
|
11 | | - (project-context |
12 | | - (name "typedqliser") |
13 | | - (description "Formal type safety (10 levels) for any query language") |
14 | | - (status "phase-1-complete") |
15 | | - (priority "—") |
16 | | - (ecosystem "-iser family (https://github.com/hyperpolymath/iseriser)") |
17 | | - (domain "Query language type safety and formal verification")) |
| 17 | +[position] |
| 18 | +phase = "phase-1-complete" # design | implementation | testing | maintenance | archived |
| 19 | +maturity = "experimental" # experimental | alpha | beta | production | lts |
18 | 20 |
|
19 | | - (current-position |
20 | | - (phase "phase-1-complete") |
21 | | - (completion-percentage 45) |
22 | | - (milestone "Phase 1 complete — scaffold, CLI, manifest parser, codegen stubs, ABI types, RSR template")) |
| 21 | +[route-to-mvp] |
| 22 | +milestones = [ |
| 23 | + # No milestones recorded |
| 24 | +] |
23 | 25 |
|
24 | | - (route-to-mvp |
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)")) |
| 26 | +[blockers-and-issues] |
| 27 | +issues = [ |
| 28 | + "No blockers — Phase 1 complete, ready for Phase 2", |
| 29 | +] |
33 | 30 |
|
34 | | - (blockers-and-issues |
35 | | - (none "No blockers — Phase 1 complete, ready for Phase 2")) |
| 31 | +[critical-next-actions] |
| 32 | +actions = [ |
| 33 | + "Begin Phase 2 — implement core domain logic for typedqliser", |
| 34 | + "Write property-based tests for manifest parsing", |
| 35 | + "Define Idris2 ABI proof obligations for Phase 3", |
| 36 | +] |
36 | 37 |
|
37 | | - (critical-next-actions |
38 | | - (action "Begin Phase 2 — implement core domain logic for typedqliser") |
39 | | - (action "Write property-based tests for manifest parsing") |
40 | | - (action "Define Idris2 ABI proof obligations for Phase 3"))) |
| 38 | +[maintenance-status] |
| 39 | +last-run-utc = "2026-03-21T00:00:00Z" |
| 40 | +last-result = "unknown" # unknown | pass | warn | fail |
0 commit comments