feat(advance): rename advance to go + TUI g keybinding#340
feat(advance): rename advance to go + TUI g keybinding#340birdmanmandbir merged 4 commits intomainfrom
Conversation
Renames the CLI command from `advance` to `go` to match the `g` TUI keybinding added in the next commit. Updates all user-facing strings, error messages, and test assertions. Internal types (AdvanceRequest etc.) are unchanged.
Adds `g` → `keyAdvance` which calls `ttal task go`. Removes `x` (execute) and `r` (route) keybindings and the route overlay (stateRouteInput, agent picker, routeInput/routeMatches) since all pipeline advancement is now handled by a single `g` key. Top navigation (formerly `g`) moves to Home key; bottom remains `G`.
Replaces all user-facing occurrences of `ttal task route`, `ttal task execute`, and `ttal task advance` with `ttal task go` across docs, templates, agent identity files, skills, and Go source strings. Internal type names (AdvanceRequest etc.) are unchanged.
PR Review — #340: TUI keybindings +
|
Triage UpdateFixed
VerdictOne valid issue, one fix. All other aspects were LGTM per the review. Ready for re-review. |
Re-review — fix commit 2fe7efaFixed
VERDICT: LGTMFix is minimal and precise. No new issues introduced. Full PR is good to merge. |
Triage UpdateLGTM — fix verified, merging. |
Rename ttal task advance to ttal task go. Replace TUI x/r with g. Update all docs.