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,18 @@
# TARGET ARCHITECTURE
## Layer A: Runtime (OpenClaw local)
- Root: `/Users/lingyuzeng/openclawd/vaults`
- Responsibility: session boot, persona, local operational control.
- Authoritative for runtime behavior only.
## Layer B: Durable Memory Authority
- Root: `/Users/lingyuzeng/project/collective-memory-repo`
- Responsibility: long-term/shared/task/agent memory.
- Authoritative for memory facts.
## Retrieval Chain
- Preferred: `Agent -> memory-gateway (RTX) -> qmd -> git-backed workspace`
- Fallback: local qmd on collective repo paths.
## Authority Rule
- Shared truth requires pushed and indexed state on remote gateway.