Project Memory

Load durable project memory for the active configured project.

berabuddies 1c19a41 553 B Updated

File contents

Load the active project's durable memory from $ARGUMENTS.

  1. Use Read on $ARGUMENTS.
  2. Treat the file contents as durable project-specific context for the current task.
  3. If the file is missing or empty, continue without inventing memory.
  4. Do not quote the full file back to the user unless it is necessary.
  5. If you learn a durable new fact, use the Memory tool to add, replace, or remove entries. Do not edit MEMORY.md directly.

berabuddies/puffer/tree/main/resources/skills/project-memory commit 1c19a41d33

Frequently asked questions

npx skillmds@latest add berabuddies/project-memory