8 Commits

Author SHA1 Message Date
giveen
e8ab673a13 feat(workspaces): add unified /workspace lifecycle, target persistence, and workspace-scoped RAG
- Introduce  command for CLI and TUI with create/activate, list, info, note, clear, export, import, and help actions
- Persist workspace state via  marker and enriched  (targets, operator notes, last_active_at, last_target)
- Restore  on workspace activation and sync it to UI banner, agent state, and CLI output
- Enforce target normalization and ensure  always exists in workspace targets
- Route loot output to  when a workspace is active
- Prefer workspace-local knowledge paths for indexing and RAG resolution
- Persist RAG indexes per workspace and load existing indexes before re-indexing
- Add deterministic workspace export/import utilities (excluding caches)
- Integrate workspace handling into TUI slash commands with modal help screen
2026-01-19 08:41:38 -07:00
GH05TCREW
c9866a407b refactor: update agent name 2025-12-19 10:25:58 -07:00
GH05TCREW
1990c0fcb5 feat(crew): introduce shadow knowledge graph for orchestrator decision-making 2025-12-13 10:10:37 -07:00
GH05TCREW
2931123e5d refactor: overhaul codebase for v0.2.0 2025-12-07 09:11:26 -07:00
GH05TCREW
0e377b8ecf Refactor main.py into modular architecture 2025-05-31 00:11:22 -06:00
GH05TCREW
2c4779fea8 Improve token management 2025-05-16 21:40:03 -06:00
GH05TCREW
eb5d95b38d Update dependencies 2025-05-15 20:50:01 -06:00
GH05TCREW
952059a3a9 Initial commit 2025-05-15 16:29:56 -06:00