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

19
docs/status/C1-002.md Normal file
View File

@@ -0,0 +1,19 @@
# C1-002 Status
status: done
task: define_command_result_context_schema
gate: G1
updated: 2026-08-23 America/New_York
C1-002 defines versioned command, context, and result envelopes plus a closed
error/status table. Commands require request identity, base revision, an
authoritative editable context, and a payload. `FINISHED/OK` is the only
mutating result; all malformed, unsupported, cancelled, resource, invalid
context, and revision-conflict outcomes preserve Main revision.
The focused schema test passed five assertions, source bindings are hash-checked,
and plan/context/governance/index/diff gates all exited 0. The schemas are
corrective-only and do not connect to runtime or mutate legacy evidence.
Evidence and manifest: `tests/golden/corrective/C1-002/`.
Next corrective task: `C1-003`.