Files
workinf_Blender_Wasm/docs/status/C2-001.md
mes123456 a081c68c87
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
Reorganize Blender Web execution around capabilities
2026-08-24 18:37:46 -04:00

24 lines
1.1 KiB
Markdown

# C2-001 Status
status: done
task: command_registry_and_validation
gate: G2
updated: 2026-08-23 America/New_York
C2-001 adds a typed corrective command registry shared by desktop and WASM
dispatch. Registry definitions require a valid command name, at least one
supported target kind, explicit mutating authorization, and an executor;
duplicate or invalid definitions fail at registration. Dispatch delegates to
the C1-003 runner, so envelope, revision, edit-mode, source-resource, target,
and authorization checks all happen before an adapter can run.
The focused registry test passed 5/5 assertions. The pilot receipt matched on
desktop and WASM for the registered positive command. Unknown, wrong-target,
wrong-authorization, malformed, and read-only cases all returned normalized
non-mutating results with Main revision unchanged. Receipt determinism,
protected legacy hash comparison, typecheck, context/corrective governance,
task-context, and `git diff --check` all exited 0.
Evidence and manifest: `tests/golden/corrective/C2-001/`.
Next corrective task: `C2-002`.