specverb runtime primitives: query params, array bodies, --body-file, fixed-body state toggles #127
Labels
No labels
burndown-2026-06
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/cli-guard#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Four runtime primitives in the specverb engine, the foundation the ward forgejo-surface migration (coilyco-flight-deck/ward#73, coilyco-flight-deck/ward#75) is blocked on:
--assignees a --assignees b->["a","b"]); previously skipped silently, which would have dropped issueCreate's assignees/labels.--body-filesupplies the whole JSON body, mutually exclusive with body flags - the gate-safe spill (file contents bypass the metachar gate, the path does not). Required-field enforcement moves from the CLI layer to request assembly so either source satisfies it.can close issuesmounts a leaf PATCHing exactly{"state":"closed"}with no body flags, declared in the expansion table.Plus a fail-closed flag-collision gate (spec input shadowing --dry-run/--query/--output/--body-file refuses to build), and the issues group rows (get/view/list/create/edit/comment/close/reopen/delete) + milestone close/reopen as the consuming surface.
Out of scope (named follow-ups in docs/specverb.md)