refactor: move source files into workspace crates

- Move src/* into crates/tui/src/ to create a proper workspace structure
- Add .claude/ and .trimtab/ directories for Trimtab closed-loop workflow
- Add DEPENDENCY_GRAPH.md and update documentation
- Update Cargo.toml files to reflect new crate dependencies
- Update CI workflows and npm package scripts
- All tests pass, release build works
This commit is contained in:
Hunter Bown
2026-03-11 20:00:38 -05:00
parent cc0ac49822
commit 7b91169017
171 changed files with 4326 additions and 981 deletions
+2
View File
@@ -46,6 +46,7 @@ tmp/
# Local dev scripts and temp files
*.sh
!scripts/**
test.txt
TODO*.md
todo*.md
@@ -64,6 +65,7 @@ docs/rlm-paper.txt
# Local runtime state
.deepseek/
session_*.json
*.db
# Companion app (tracked separately)
apps/