- Add tui/main.go, tui/go.mod, tui/go.sum (Go + Bubble Tea TUI) - Add CLAUDE.md with project instructions - Add bin/trailboss-preview script - Update bin/trailboss, bin/trailboss-start, bin/trailboss-watch - Update PROGRESS.md and docs/plan/plan.md to reflect completion - Add .gitignore entries for build artifacts (tui/tui, bin/trailboss-tui) - Remove stray root main.go placeholder and ~ directory Bead-Id: tb-25j Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
270 B
Text
14 lines
270 B
Text
# Marathon: keep host-specific/internal config and runtime state local
|
|
.marathon/env
|
|
.marathon/logs/
|
|
.marathon/*-config/
|
|
|
|
# Beads: db is regenerable from issues.jsonl
|
|
.beads/*.db
|
|
|
|
# TUI build artifacts
|
|
tui/tui
|
|
bin/trailboss-tui
|
|
|
|
# Accidentally created tilde directory
|
|
~
|