feat: complete TUI Phase 0 — Toolchain Gate

This commit is contained in:
teernisse
2026-02-12 15:08:09 -05:00
parent 63bd58c9b4
commit 4664e0cfe3
12 changed files with 5215 additions and 13 deletions

23
.gitignore vendored
View File

@@ -1,11 +1,6 @@
# Dependencies
node_modules/
# Build output
dist/
# Test coverage
coverage/
# Rust build output
/target
**/target/
# IDE
.idea/
@@ -25,14 +20,11 @@ Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local config files
lore.config.json
# beads
# beads viewer cache
.bv/
# SQLite databases (local development)
@@ -40,10 +32,15 @@ lore.config.json
*.db-wal
*.db-shm
# Mock seed data
tools/mock-seed/
# Added by cargo
/target
# Profiling / benchmarks
perf.data
perf.data.old
flamegraph.svg
*.profraw