Design review sign-off
This report shows the editable notes fields in commentable-html. Type
directly into a note; your edit is tracked as a change card in the review sidebar, travels back to the
agent through Copy all, and is cemented into the source with
tools/notes/notes_apply.py. Use the toggle on a note to switch between a single line and a
multi-line field.
Overall verdict
One editable line the reviewer fills in with a go / no-go decision. Click it and type; the sidebar raises a change card, and the document badge flips to Not portable until the edit is saved into the file by re-exporting or by the agent cementing it.
Reviewer notes
A multi-line note for free-form feedback. The single/multi-line toggle in the note's header switches its height; multi-line notes preserve their line breaks.
How the round-trip works
Edit a note above, click Copy all, and hand the bundle back. The bundle carries a
NOTES_STATE_JSON line the agent applies with
python tools/notes/notes_apply.py report-notes.html --from-bundle bundle.txt, which writes
your text into the data-cmh-note element. Reopen the file and the note shows your text with
no pending change.
Follow-ups (foldable)
A foldable note (data-cmh-note-foldable) stays out of the way until you
need it: it starts as a compact + on the line below. Click the + to reveal the
field and jot a follow-up; click the - to fold it away again.