Curate, read, and persist long-term precision-alignment knowledge into `.paddle-pilot/memory/` as flat, topic-based files (usually API-agnostic), and help agents retrieve it.
.paddle-pilot/memory/ layout (long-term, topic-based)All long-term knowledge (cross-task patterns, conclusions, lessons) SHOULD be stored under .paddle-pilot/memory/ as flat Markdown files, each file representing one topic (similar to a skill).
Topic filenames should use conceptual names and avoid API names, for example:
accuracy-compatible-kernel.mdelementwise-reduction-precision.mdgpu-compile-error-patterns.mdprecision-testing-high-signal-cases.mdAgents (Planner / Diagnostician / Validator / Reviewer) use this skill to:
.paddle-pilot/memory/ by filename and/or tags..paddle-pilot/sessions/... into existing topics, or create new topics when needed.Each topic file is a standalone Markdown file with:
---