spool-memory 0.1.1

Local-first developer memory system — persistent, structured knowledge for AI coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod context;
pub mod lifecycle_candidate;
pub mod memory_lifecycle;
pub mod note;
pub mod project;
pub mod route;
pub mod section;
pub mod wakeup;

pub use context::*;
pub use lifecycle_candidate::*;
pub use memory_lifecycle::*;
pub use note::*;
pub use project::*;
pub use route::*;
pub use section::*;
pub use wakeup::*;