Expand description
ProjectManager: CRUD operations for Projects using SQLite.
Replaces SpaceManager with a simpler, project-centric design:
- No default project (project-less sessions are natural)
- No active/inactive state (activity is per-session)
- SQLite persistence alongside memories
- Lookup by name, path, or tag
Structs§
- Project
Manager - Manages Projects: CRUD, lookup, and detection.
Enums§
- Project
Manager Error - Errors from ProjectManager operations.