trade_watchers discards the user-supplied label in its markdown summary lines #239
Labels
No labels
burndown-2026-06
headless
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/eco-app#239
Loading…
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?
QA sweep, 2026-08-12. Minor.
Observed
Creating a watcher with an explicit label:
The JSON stores it correctly (
"label": "qa-probe-cement"), but the markdown line ignores it:The schema says label "defaults to a description of the query", implying an explicit label should win.
action=evaluatedoes use it (w_1c7ed83dc1c9 qa-probe-cement — 4 matching now), so the create path is the odd one out.Expected
Create summary shows the supplied label, falling back to
describeonly when none was given.Otherwise: this tool is clean
Full lifecycle verified on a live server —
create→list→evaluate→remove→list. Price predicate matched correctly (4 Cement trades at 0.6/0.6/0.7/0.8, all under the threshold of 1, cheapest reported as 0.6), feed/display split behaved as documented,lastSeenadvanced, and removal was clean with no residue. It was the only tool in the 22-tool sweep with no data defects.