publish_notes
Publish local signed envelopes to git notes for CI Scroll Gate verification.
Instructions
Publish local signed envelopes to git notes for CI Scroll Gate verification.
Side effects: updates the local git notes ref; push ``refs/notes/matrixscroll`` to remote separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Range start ref (exclusive) for envelopes to publish. | origin/main |
| head | No | Range end ref (inclusive) for envelopes to publish. | HEAD |
| notes_ref | No | Git notes ref to write, default refs/notes/matrixscroll. | refs/notes/matrixscroll |
| workspace | No | Git repository root. Empty auto-detects from the working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||