Reorganize Blender Web execution around capabilities
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions

This commit is contained in:
mes123456
2026-08-24 18:37:46 -04:00
parent 0b2c3ba0dd
commit a081c68c87
2530 changed files with 763976 additions and 79 deletions

20
docs/status/C2-003.md Normal file
View File

@@ -0,0 +1,20 @@
# C2-003 Status
status: done
task: undo_redo_save_invariants
gate: G2
updated: 2026-08-23 America/New_York
C2-003 adds a bounded corrective history store over the atomic Main store.
Commits create one undo snapshot and clear redo; undo/redo restore value,
revision, and dirty state; save records a clean snapshot; reopen restores that
snapshot and clears transient history. No-op commits do not create history
entries.
The focused history test passed 5/5 assertions. Desktop and WASM save/reopen
snapshots matched exactly. Deterministic receipt generation, protected legacy
hash comparison, typecheck, context/corrective governance, task-context, and
`git diff --check` all exited 0.
Evidence and manifest: `tests/golden/corrective/C2-003/`.
Next corrective task: `C3-001`.