Commit Graph
3 Commits
Author SHA1 Message Date
archvillainetteandClaude Opus 5 35acb293fd Replace the stale triage label vocabulary with the org label taxonomy
ci / ci (pull_request) Successful in 3m59s
The five labels this doc named (needs-triage, needs-info, ready-for-human,
wontfix) do not exist in the tracker. The org has an 18-label taxonomy
(Kind/*, Priority/*, Status/*, Reviewed/*, Compat/Breaking) that agents never
used, because nothing pointed at it. Kind/Bug had been applied twice, ever.

Document the real set, make one Kind/* label required on every issue and PR,
and map the outside-skill vocabulary onto labels that exist.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-04 23:38:33 +02:00
archvillainette 00f467b932 docs(agents): note that tea reads stdin and hangs without </dev/null (#68)
`tea comment` reads stdin to EOF and appends whatever it finds to the comment body. In a non-interactive shell — which is every agent — stdin is an open pipe that never sends EOF, so the call hangs forever instead of posting.

Verified on tea 0.14.0: with `</dev/null` it posts instantly; with an open pipe it blocks until killed; with `echo "x" | tea comment N "y"` it posts `y` followed by `x`.

Documents the redirect in the tracker guide, and applies it to the wayfinder resolve step. Same trap exists on `tea issues create --description` and `tea pr create`.

🤖 Generated with [Claude Code](https://claude.com/claude-code)Reviewed-on: #68

Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
2026-07-28 13:18:38 +00:00
archvillainette ed6945d308 Adopt workspace-wide agent standards; retire sow-docs (#51)
Part of the workspace-wide standards rollout. Establishes where work lives (issues vs ADRs vs standing law), scaffolds `docs/agents/` for the engineering skills, and adopts ADR-0001 locally. See `sow-platform` ADR-0021 for the `sow-docs` retirement.Reviewed-on: #51
Reviewed-by: xtul <mpiasecki720@protonmail.com>
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
2026-07-24 18:43:31 +00:00