Skip to main content

Module manager

Module manager 

Source
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§

ProjectManager
Manages Projects: CRUD, lookup, and detection.

Enums§

ProjectManagerError
Errors from ProjectManager operations.