aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-runtime
Commit message (Collapse)AuthorAgeFilesLines
* test: realign stage 2 acceptance coverageValentin Popov7 days1-0/+56
|
* feat(stage2): persist prepared mission assets and reportsValentin Popov7 days1-3/+72
|
* feat(stage2): materialize visual dependency graphValentin Popov7 days1-2/+2
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-35/+60
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-232-83/+82
| | | | | | | | | | | | Remove legacy SDL/OpenGL adapters from the workspace and introduce winit/Vulkan adapter boundaries for the rendered composition root. Add reproducible toolchain and xtask CI coverage for formatting, tests, clippy, docs, policy, deny, acceptance auditing, and hosted OS matrix evidence. Strengthen Stage 1 data contracts with byte-first paths, VFS hardening, structured diagnostics, RsLi writer/edit scaffolding, corpus reporting, and resource error classification. Advance Stage 2 asset preparation by moving mission loading through assets/runtime boundaries, materializing prototype graph data, preserving provenance, and adding inspection/viewer integration. Record the Stage 0-2 audit input, acceptance roadmap, coverage updates, and documentation notes for follow-up evidence.
* fix: trace runtime scheduler phasesValentin Popov2026-06-221-6/+172
|
* fix: require manifests for licensed gatesValentin Popov2026-06-221-19/+27
|
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-0/+5
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-222-0/+1121
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.