Files
Trevin Chow 0abc37d2c0 feat(ce-prototype): write back to HTML artifacts too
Removes the HTML refusal instead of guarding around it. The restriction
was inherited from ce-doc-review, whose constraint is that its apply-set
mutation machinery is markdown-shaped — not that HTML artifacts cannot be
edited. ce-plan already rewrites an .html plan in place on resume
(ce-plan/SKILL.md:167), and the HTML artifact is built to be edited: a
visible Product Contract, visible readiness metadata explicitly not
hidden in meta/data-* tags, and stable section anchors for exactly the
four HOW sections write-back strips (html-rendering.md:58-68).

This closes at its root the gap five review rounds kept reporting. With
write-back working on HTML, readiness is downgraded and HOW is stripped,
so `Start ce-work` stops being offered against pre-prototype HOW on its
own — no per-format guard in either handoff route, which is what the
earlier rounds kept reaching for and what 37c9c65 deleted.

HTML write-back additionally drops the deleted sections' links from the
navigation region, per that artifact's own contract.
2026-08-12 23:20:18 -07:00
..