You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AGENTS.md's Issue-driven Work Style section describes board interaction only in prose ("move the item to In Progress / In Review") and gives concrete, copy-pasteable `gh` commands only for the version label (`gh issue create --label v2`). As a result, agents reliably:
Labeling and board membership are two different things — a label is a repo tag; the board is a separate org project. Following the single concrete command in the doc produces a labeled-but-not-on-board item.
Also wrong / stale
Status values are documented as "In Progress" / "In Review"; the real board options are lowercase "In progress" / "In review", plus `Backlog`, `Building CLI / TUI / CORE`, `Building Web`, `Done`.
Problem
AGENTS.md's Issue-driven Work Style section describes board interaction only in prose ("move the item to In Progress / In Review") and gives concrete, copy-pasteable `gh` commands only for the version label (`gh issue create --label v2`). As a result, agents reliably:
Labeling and board membership are two different things — a label is a repo tag; the board is a separate org project. Following the single concrete command in the doc produces a labeled-but-not-on-board item.
Also wrong / stale
Proposed fix
Update AGENTS.md to: