aboutsummaryrefslogtreecommitdiff
path: root/apps/fparkan-cli/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(cli): expose unit component provenanceValentin Popov2026-07-181-2/+107
|
* fix(terrain): preserve opaque shade lookup keysValentin Popov2026-07-181-22/+73
|
* feat(terrain): separate shade material selectionsValentin Popov2026-07-181-1/+31
|
* feat(terrain): inspect packed material tagsValentin Popov2026-07-181-3/+33
|
* feat(animation): recover Node38 fallback hierarchyValentin Popov2026-07-181-2/+79
|
* fix(render): project static scene on xy planeValentin Popov2026-07-181-4/+54
|
* feat(cli): inspect mission transformsValentin Popov2026-07-181-3/+80
|
* fix(build): align stage zero gates with Rust 1.97Valentin Popov2026-07-181-1/+1
|
* test: realign stage 2 acceptance coverageValentin Popov2026-07-031-4/+39
|
* feat(stage2): persist prepared mission assets and reportsValentin Popov2026-07-031-54/+152
|
* feat(stage2): materialize visual dependency graphValentin Popov2026-07-031-2/+2
|
* refactor(cli): limit json refactor to stage1 scopeValentin Popov2026-06-301-127/+57
|
* refactor(cli): replace manual json assemblyValentin Popov2026-06-301-70/+154
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-8/+24
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-231-40/+38
| | | | | | | | | | | | 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: make corpus reports explicit and fallibleValentin Popov2026-06-221-2/+5
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-221-0/+346
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.