workflow: drop kind:/state: prefixes from Gitea labels

Labels renamed in Gitea (Tea propagated the rename to all 24
issues automatically):

- kind:milestone   → milestone
- kind:feature     → feature
- kind:todo        → todo
- kind:idea        → idea
- state:in-progress → in-progress

Five live labels total; no semantic ambiguity since milestone,
feature, todo, idea are all "class" and in-progress is the only
"state" — the prefixes were carrying zero distinguishing weight.

In-tree changes:

- CLAUDE.md: Gitea-issues bullet uses the bare label names.
- skills/boss/SKILL.md: Step 1 filter snippets + direction-
  freedom new-milestone trigger drop the prefixes.
- skills/brainstorm/SKILL.md: Step 7.5 tea-issues-create
  template drops the prefix on the --labels argument.

Verification: cargo test --workspace 647/0/2, architect_sweeps
exit 0, zero residual `kind:*` / `state:*` refs outside
docs/specs/ and docs/plans/.
This commit is contained in:
2026-05-20 15:01:42 +02:00
parent c9025065d7
commit c5fa6e6ea3
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ interpretation:
```bash
tea issues create --repo Brummel/AILang \
--title "<idea title>" \
--labels "kind:<milestone|feature|todo|idea>" \
--labels "<milestone|feature|todo|idea>" \
--description "<one-line description>
**context:** <why this is deferred>