Documentation
README
Memory
Memory is for durable operational lessons: "next time X comes up, do Y differently." It is not status, history, transcript recall, or job state.
Use Repowire memory for orchestrator lessons:
repowire memory list --scope orchestrator
repowire memory show <slug> --scope orchestrator
repowire memory search <query> --scope orchestrator
repowire memory write <slug> --scope orchestrator --body "..." --type lesson --description "..."
What belongs where
- Memory: forward-applicable operating lessons and stable preferences.
- Board: owner, state, blocker, next action.
- Jobs: attempts, lifecycle state, failures, results.
- Session history/search: detailed recall and evidence.
- Project agent files: context peers in that project should always load.
This is the opening of the README. Read the full README on GitHub.