aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-resource
Commit message (Collapse)AuthorAgeFilesLines
* fix(clippy): address Rust 1.97 lintsValentin Popov2026-07-181-8/+12
|
* test(resource): cover archive byte-budget evictionValentin Popov2026-06-301-0/+52
|
* fix(resource): prevent stale archive refresh overwriteValentin Popov2026-06-301-27/+169
|
* fix(resource): type archive and vfs error mappingValentin Popov2026-06-301-27/+263
|
* fix: harden stage1 path and archive identityValentin Popov2026-06-301-61/+247
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-0/+19
|
* fix: require manifests for licensed gatesValentin Popov2026-06-221-5/+9
|
* fix: make core error displays actionableValentin Popov2026-06-221-1/+46
|
* fix: decode payloads outside resource lockValentin Popov2026-06-221-19/+40
|
* fix: cap decoded payload cache bytesValentin Popov2026-06-221-13/+137
|
* fix: strengthen resource fingerprintsValentin Popov2026-06-222-5/+7
|
* fix: harden resource and world state correctnessValentin Popov2026-06-221-4/+47
|
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-0/+1
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-222-0/+895
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.