docs(agents): name labels rather than number them #711
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!711
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/label-id-silently-drops"
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?
aosguard ops forgejo issue-label add --labels 332exits0, prints a label object, and applies nothing. Measured on issue 706:The printed object is the issue's existing label, so the output reads as confirmation of a write that did not happen.
--dry-rungives the mechanism: the flag is declared[]string, so the ID goes over as"332", and Forgejo reads a quoted numeral as a label name. Nothing is named332, so the request succeeds having matched nothing.The trap is that the sibling verb works.
issue create --labels 333is[]integerand applies correctly, verified on 699, 702 and 704. Same flag name, same input, opposite outcome.Why this repository in particular
consultis the dispatch gate here.cli-guardroutes on it and an unlabelled issue fails closed. A label that silently fails to apply is one mechanism behind issue 437, where answered questions kept advertising themselves and live questions reached no queue.It is also the third silent-write failure in this tool family recorded in
AGENTS.md, and the section for it already exists.Filed upstream as agentic-os#1047. This issue is the local habit, which is worth having whether or not the tool changes.
Acceptance
AGENTS.mdsays to name labels rather than number them, next to the existing write-verification habit.Next owner
Engineer. Closed by the pull request that lands the change.
ward exec gatePASS on all six steps.closes #710