Skip to main content

Module projects

Module projects 

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

ProjectSummary
One project’s at-a-glance summary, derived from its drawers.
ResumeCandidate
An in-flight candidate knowledge drawer (distilled but not yet promoted).
ResumeEvidence
A recent evidence drawer, for the resume pack.
ResumePack
Everything an agent needs to pick a project back up.

Enums§

ResumeResolution
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.