| name | rezero-rem |
| description | Manage Re:ZERO warning memory. Use when witch warnings pass, when processing .rezero/memory/rem.md, or when resolved warnings should be removed. |
| license | MIT |
Re:ZERO Rem
Goal โ preserve non-blocking witch warnings until they are resolved and accepted.
Store Warnings
When a route passes with warnings:
- Append warnings to
.rezero/memory/rem.md.
- Immediately show the exact Rem warning entries written to
.rezero/memory/rem.md in the assistant chat.
- Keep entries minimal and actionable.
## Warning <number>
- Task: <request>
- Witch: <name>
- Warning: <short issue>
- Evidence: <command/output/file>
Resolve Warnings
Treat Rem fixes as normal Re:ZERO attempts:
- Pick warning(s) from
.rezero/memory/rem.md.
- Implement fixes.
- Verify.
- Run
rezero-witches.
- Commit only if no
fail.
- Delete resolved entries after the accepted commit.
- Delete
.rezero/memory/rem.md when no warnings remain.
Rules
- Rem memory is not a bypass.
- Whenever
.rezero/memory/rem.md is created or appended, the newly written content must be printed in the assistant chat before continuing.
- Warnings stay until fixed, accepted, and committed.
- Do not delete unresolved warnings.