Kanban dashboard with task cards and launch flow#20
Merged
Conversation
Replace the read-only DataTable agent list with a full kanban board featuring task cards, columns (Planned/Active/Attention/Idle/Done), SQLite persistence, create/edit/delete modals with repo selection and presets, and h/j/k/l navigation. - Add TaskCard, KanbanColumn, KanbanBoard, TaskModal, ConfirmModal widgets - Add SQLite-backed TaskStore with full CRUD for persistent task cards - Add Gruvbox palette constants, status display mapping, kanban column config - Wire up keybindings: c(reate), e(dit), d(one), x(delete), search filtering - Rebrand header to ⚡︎ gw dash with text variation selector Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace nested sub-modals with inline preset OptionList + repo SelectionList in one scrollable screen. Tab flows naturally through all fields, presets auto-toggle repos below, / filters when repo list is focused. Also add TODO item for further modal UX polish. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Launch: press 's' on a planned card to provision workspace, open Zellij tab, and start claude with the task prompt (experimental/alpha) - Delete: press 'x' now also cleans up the linked workspace via gw delete - Zellij: new_tab uses write-chars for cd + command (--cwd unreliable) - Auto-accepts claude trust prompt via timed Enter keystroke - Suppresses workspace creation console output from bleeding into TUI - Background workers with thread-local TaskStore for SQLite safety Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gw dashfrom a read-only agent table into an interactive kanban board with 5 columns (Planned/Active/Attention/Idle/Done)/search filteringKnown issues (alpha)
priority=Trueenter binding can interfere with modal widgetsTest plan
just checkpasses (328 tests, lint clean)c, fill fields, ctrl+s to save — card appears in Plannede, delete viaxwith confirmations— workspace created, Zellij tab opens, Claude starts/filters both agents and tasks🤖 Generated with Claude Code