Mine real sessions
The learning workflow examines transcripts for repeated mistakes, corrections, and operational patterns worth carrying forward.
// Operator memory
PasClaw can mine past sessions for recurring failures and preserve the resulting lessons as explicit rules the next run can use.
The learning workflow examines transcripts for repeated mistakes, corrections, and operational patterns worth carrying forward.
SCARS.md records concise reminders tied to past failures so the agent can recognize and avoid familiar traps.
Proposed rules remain inspectable files that operators can edit, reject, version, and review alongside project code.
Render one set of operator guidance into the instruction formats used by other agent tools, keeping behavior aligned across environments.
From the documentation
Implementation notes drawn from the PasClaw repository documentation.
The workspace memory directory combines always-on guidance with searchable notes and durable failure reminders.
FTS5 BM25 provides exact retrieval; optional sqlite-vec, ONNX, and MiniLM embeddings add semantic recall with reciprocal-rank fusion.
Common questions
Keep exploring
See how the rest of PasClaw fits together.