aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-prototype
Commit message (Collapse)AuthorAgeFilesLines
* feat(prototype): trace unit component edgesValentin Popov2026-07-181-6/+60
|
* feat(prototype): retain unit component provenanceValentin Popov2026-07-181-0/+30
|
* build(deps): pin internal path dependency versionsValentin Popov2026-07-181-5/+5
|
* style: format workspace with Rust 1.97Valentin Popov2026-07-181-10/+23
|
* refactor: harden stage 2 graph and asset limitsValentin Popov2026-07-031-4/+2
|
* feat(stage2): materialize visual dependency graphValentin Popov2026-07-031-0/+31
|
* fix(stage2): preserve byte-exact prototype identitiesValentin Popov2026-07-031-18/+103
|
* fix(resource): type archive and vfs error mappingValentin Popov2026-06-301-2/+2
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-49/+82
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-232-282/+549
| | | | | | | | | | | | 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-10/+21
|
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-0/+2
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-222-0/+2134
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.