What problem does it solve?
Prevents loss of context by capturing lightweight annotations (rationale, observations, todos, bookmarks) and attaching them to graph nodes so future sessions and agents can recall why decisions were made and what to revisit.
Core Features & Use Cases
- Auto-annotation: Skills and agents create Note nodes during workflows and attach them to targets such as CodeLocation, Decision, Milestone, DeferredItem, or Session.
- Classified notes: Notes are typed (todo, rationale, observation, bookmark) with author attribution (user vs agent) to support targeted triage and lifecycle rules.
- Listing & triage: Query, filter, and triage notes by kind, target, age, and author; stale TODOs are surfaced for promotion or removal.
- Context bridge: Agents may optionally share observations and warnings across active peers to surface concurrent risks or discoveries.
Quick Start
Add a rationale note to the current session by invoking add with the note text, for example: add rationale Chose BTreeMap because keys need ordering for range scans.