fix: remove redundant system reminder wrappers

This commit is contained in:
2026-08-20 15:01:43 +09:00
parent 2315c69f0a
commit e66876249e
9 changed files with 35 additions and 84 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Do not insert turn-crossing information directly into context without first appe
Forbidden examples:
- Delivering a `Notify` or `WorkerEvent` only as a temporary context note.
- Adding a `<system-reminder>` that explains behavior but is not persisted.
- Adding a system reminder that explains behavior but is not persisted.
- Rewriting old messages to include new facts.
- Letting UI/controller-only state become model-visible without a committed record.