go/pkg/cli
Claude 228170d610
feat(cli): TUI components, Frame AppShell, command builders (#11-15)
Issues #11-13: WithAppName for variant binaries, NewPassthrough builder
for flag.FlagSet commands, RegisterCommands test coverage with resetGlobals
helper. Fix pre-existing daemon_test.go break.

Issue #14: Rich Table with box-drawing borders (Normal, Rounded, Heavy,
Double), per-column CellStyleFn, WithMaxWidth responsive truncation.
Tree renderer with box-drawing connectors and styled nodes. Parallel
TaskTracker with braille spinners, thread-safe concurrent updates, and
non-TTY fallback. Streaming text renderer with word-wrap and channel
pattern support.

Issue #15: Frame live compositional AppShell using HLCRF regions with
Model interface, Navigate/Back content swapping, alt-screen live mode,
graceful non-TTY fallback. Built-in region components: StatusLine,
KeyHints, Breadcrumb. Zero new dependencies — pure ANSI + x/term.

68 tests, all passing with -race.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:45:23 +00:00
..
ansi.go feat(cli): add NO_COLOR environment variable support (#98) 2026-02-01 16:40:03 +00:00
ansi_test.go feat(cli): add NO_COLOR environment variable support (#98) 2026-02-01 16:40:03 +00:00
app.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
app_test.go fix: restore packages accidentally deleted during PR #313 rebase (#333) 2026-02-05 11:16:23 +00:00
check.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
check_test.go fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
command.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
commands.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
commands_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
daemon.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
daemon_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
errors.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
frame.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
frame_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
glyph.go feat(cli): add NO_COLOR environment variable support (#98) 2026-02-01 16:40:03 +00:00
glyph_maps.go feat(cli): add glyph system 2026-01-31 23:54:01 +00:00
glyph_test.go refactor: migrate all pkg/* to cli abstraction 2026-01-31 23:54:01 +00:00
i18n.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
layout.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
layout_test.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
log.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
output.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
output_test.go feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00
prompt.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
render.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
runtime.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
stream.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
stream_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
strings.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
styles.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
styles_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
tracker.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
tracker_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
tree.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
tree_test.go feat(cli): TUI components, Frame AppShell, command builders (#11-15) 2026-02-22 19:45:23 +00:00
utils.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00