Expand description
P109: cross-project resume.
mempal stores every project’s memory in one global palace.db keyed by
wing, and each project’s absolute worktree path lives in its
worktree:// anchor_id. This module surfaces that so an agent can, from any
directory, list known projects and resume one by fuzzy name. Everything here
is deterministic, embedder-free, and read-only — no LLM, no writes.
Structs§
- Project
Summary - One project’s at-a-glance summary, derived from its drawers.
- Resume
Candidate - An in-flight candidate knowledge drawer (distilled but not yet promoted).
- Resume
Evidence - A recent evidence drawer, for the resume pack.
- Resume
Pack - Everything an agent needs to pick a project back up.
Enums§
- Resume
Resolution - Outcome of resolving a fuzzy resume query.
Functions§
- list_
projects - List every project (wing) mempal knows, newest activity first.
- resume_
project - Resolve a fuzzy project name and, on a unique match, build a resume pack.