Commit Graph

10 Commits

Author SHA1 Message Date
famez
04c63205fd Configure debugging with vscode (allows to debug inside the container). 2026-02-08 13:49:57 +01:00
famez
bd0234eaf8 Removed loot dir from gitignore. 2026-02-08 12:22:55 +01:00
giveen
0a79b5d54e WIP: save local edits (tui.py, .gitignore) 2026-01-20 11:46:44 -07:00
giveen
acb5ca021e chore(workspaces): remove tracked workspaces and ignore user workspace data 2026-01-19 08:43:27 -07:00
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
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
a192d009f2 Add wordlist example 2025-05-29 18:36:33 -06:00
GH05TCREW
d2bae28ca9 Add pentest workflows 2025-05-22 21:34:26 -06:00
GH05TCREW
952059a3a9 Initial commit 2025-05-15 16:29:56 -06:00