aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-corpus
Commit message (Collapse)AuthorAgeFilesLines
* fix: route archive inspection through byte-safe boundariesValentin Popov11 days1-68/+80
|
* revert: "ci: fix unreadable_directory_produces_error error"Valentin Popov2026-06-241-7/+0
| | | | This reverts commit 7eced774831b4d1a26e68d25386fdbe3235a27e6.
* ci: fix unreadable_directory_produces_error errorValentin Popov2026-06-241-0/+7
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-32/+80
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-232-17/+272
| | | | | | | | | | | | 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: require manifests for licensed gatesValentin Popov2026-06-221-11/+19
|
* fix: make corpus reports explicit and fallibleValentin Popov2026-06-222-92/+318
|
* fix: strengthen resource fingerprintsValentin Popov2026-06-222-31/+21
|
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-0/+7
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-222-0/+707
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.