vestige/docs/plans
Jan De Landtsheer 697ade5b02
docs(plans): add Phase 1 amendment sub-plans 0001a/b/c
Three sub-plans operationalising ADR 0002 D1 + D3 on the existing
feat/storage-trait-phase1 branch (790c0c8, not yet pushed upstream):

- 0001a-trait-rewrite.md -- rewrite MemoryStore with
  #[trait_variant::make(MemoryStore: Send)] generating a non-Send
  LocalMemoryStore companion. Production callers use Arc<Storage> and are
  unaffected; only the trait declaration and SQLite impl block change.
- 0001b-sqlite-split.md -- pure code motion. Split sqlite.rs (8713 lines)
  into a sqlite/ directory (mod, crud, search, scheduling, graph, domain,
  registry, portable_sync, trait_impl). Public re-exports unchanged; tests
  green commit-by-commit. Depends on 0001a so trait_impl.rs picks up the
  trait_variant attribute once.
- 0001c-async-trait-sunset.md -- rewrite Embedder the same way, then
  remove async-trait = "0.1" from crates/vestige-core/Cargo.toml. End
  state: zero async_trait references in the workspace.

Together these three lands as PR A.
2026-05-27 09:35:37 +02:00
..
0001-phase-1-storage-trait-extraction.md docs: ADR 0001 + Phase 1-4 implementation plans 2026-04-22 12:10:24 +02:00
0001a-trait-rewrite.md docs(plans): add Phase 1 amendment sub-plans 0001a/b/c 2026-05-27 09:35:37 +02:00
0001b-sqlite-split.md docs(plans): add Phase 1 amendment sub-plans 0001a/b/c 2026-05-27 09:35:37 +02:00
0001c-async-trait-sunset.md docs(plans): add Phase 1 amendment sub-plans 0001a/b/c 2026-05-27 09:35:37 +02:00
0002-phase-2-postgres-backend.md Added postgres admin 2026-04-22 12:10:39 +02:00
0003-phase-3-network-access.md docs: ADR 0001 + Phase 1-4 implementation plans 2026-04-22 12:10:24 +02:00
0004-phase-4-emergent-domain-classification.md docs: ADR 0001 + Phase 1-4 implementation plans 2026-04-22 12:10:24 +02:00
local-dev-postgres-setup.md Added postgres admin 2026-04-22 12:10:39 +02:00