docs(migration): finalize phase docs, validation, and rollback pack

This commit is contained in:
hotwa
2026-03-10 17:39:16 +08:00
parent eaa8058eb5
commit 2567ce4eda
12 changed files with 196 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
# READ RULES
## Session Boot Read
- Read from vault runtime files:
- `SOUL.md`, `USER.md`, `AGENTS.md`, `HEARTBEAT.md`
## Memory Fact Read
- Prefer remote memory-gateway query (`require_latest=true`).
- Use `branch=main` for long-term facts.
- Use `branch=task/<task-id>` for active collaboration context.
## Fallback Read
- Local qmd search on collective lanes is allowed for draft/debug fallback.