docs: inventory ecstore config consumers (#3259)

This commit is contained in:
安正超
2026-06-07 21:44:55 +08:00
committed by GitHub
parent 241e45d3b0
commit 3c71d5ef1c
3 changed files with 229 additions and 17 deletions
+4 -1
View File
@@ -24,6 +24,9 @@ hot-path behavior must not drift during this migration.
between StorageCore, ECStore, ClusterControlPlane, and BackgroundControllers.
- [`crate-boundaries.md`](crate-boundaries.md): PR types, crate direction,
compatibility rules, and migration guardrails.
- [`ecstore-config-consumer-inventory.md`](ecstore-config-consumer-inventory.md):
current `ecstore::config::{Config, KV, KVS}` definitions, consumers,
migration risks, and do-not-change contract.
- [`migration-progress.md`](migration-progress.md): current task state and context
handoff.
- [`compat-cleanup-register.md`](compat-cleanup-register.md): temporary
@@ -34,7 +37,7 @@ hot-path behavior must not drift during this migration.
```mermaid
flowchart LR
G["Phase 0: Baseline and guardrails"]
CFG["Phase 1a: Config model"]
CFG["Phase 1a: Config model contract"]
SEC["Phase 1: Security governance"]
API["Phase 2: Storage API contracts"]
RT["Phase 3: Runtime and lifecycle"]