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
docs/usage/team-grouping.md fully documents the current flat single-level algorithm, TUI section rows, pick mode, --pick-team, re-pick/undo, and the team cache. It needs a substantial rewrite once the hierarchical behavior lands. docs/reference/cli-options.md and CHANGELOG.md also need updates, plus a required blog post for the major release.
Add the new row in CHANGELOG.md (major bump per AGENTS.md).
Write docs/blog/release-vX-0-0.md and add a row to docs/blog/index.md. Ask the user interactively for the highlights and description before writing - do not draft this from code alone.
Acceptance Criteria
docs/usage/team-grouping.md accurately describes the shipped behavior end to end, with working examples.
docs/reference/cli-options.md reflects the final CLI syntax.
CHANGELOG.md has no _pending_ rows for this release.
Blog post published with user-provided highlights.
Definition of Done
bun run docs:build succeeds locally.
Depends on [6/7] CLI wiring end-to-end #182 being merged first (final CLI/output behavior must be locked before finalizing docs).
Context
docs/usage/team-grouping.md fully documents the current flat single-level algorithm, TUI section rows, pick mode,
--pick-team, re-pick/undo, and the team cache. It needs a substantial rewrite once the hierarchical behavior lands.docs/reference/cli-options.mdandCHANGELOG.mdalso need updates, plus a required blog post for the major release.Part of EPIC #125. Depends on #182.
Solution
docs/usage/team-grouping.md: hierarchy syntax (/and,), nesting examples, consolidated rendering mode, updated pick-team section covering all hierarchy levels, updated TUI text mockups.docs/reference/cli-options.mdfor the new--group-by-team-prefixsyntax and any new flag from [2/7] Advanced consolidated rendering #178.CHANGELOG.md(major bump perAGENTS.md).docs/blog/release-vX-0-0.mdand add a row todocs/blog/index.md. Ask the user interactively for the highlights and description before writing - do not draft this from code alone.Acceptance Criteria
docs/usage/team-grouping.mdaccurately describes the shipped behavior end to end, with working examples.docs/reference/cli-options.mdreflects the final CLI syntax.CHANGELOG.mdhas no_pending_rows for this release.Definition of Done
bun run docs:buildsucceeds locally.