Commit Graph

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
feea508ff9 test: fix graph tests 2025-12-22 16:41:19 -07:00
GH05TCREW
9b14094a4a chore: apply lint and formatting fix 2025-12-22 15:48:25 -07:00
GH05TCREW
c9866a407b refactor: update agent name 2025-12-19 10:25:58 -07:00
GH05TCREW
ec30a07e4e feat(agent): add replanning, COA tooling, and status-aware graph 2025-12-15 02:34:51 -07:00
GH05TCREW
cc4a23dd57 feat: enhance agent stability and knowledge graph 2025-12-13 21:52:03 -07:00
GH05TCREW
d191a0104b test: add shadow graph and notes tests, fix linting 2025-12-13 10:24:50 -07:00
GH05TCREW
2931123e5d refactor: overhaul codebase for v0.2.0 2025-12-07 09:11:26 -07:00