vestige/docs
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
..
adr docs(adr): add ADR 0002 -- Phase 2 execution 2026-05-27 09:35:23 +02:00
blog feat: Xcode 26.3 integration — install script, updated docs, blog post 2026-02-20 17:33:23 -06:00
integrations docs: tool-count reconciliation (continued): 23 -> 24 in 3 stragglers 2026-04-19 20:28:11 -05:00
launch feat: v2.0.4 "Deep Reference" — cognitive reasoning engine + 10 bug fixes 2026-04-09 16:15:26 -05:00
plans docs(plans): add Phase 1 amendment sub-plans 0001a/b/c 2026-05-27 09:35:37 +02:00
prd docs: ADR 0001 + Phase 1-4 implementation plans 2026-04-22 12:10:24 +02:00
claude-desktop-config.json Initial commit: Vestige v1.0.0 - Cognitive memory MCP server 2026-01-25 01:31:03 -06:00
CLAUDE-SETUP.md fix: v2.0.1 release — fix broken installs, CI, security, and docs 2026-03-01 20:20:14 -06:00
CONFIGURATION.md Add Codex integration docs 2026-04-05 18:50:57 +03:00
FAQ.md docs: restructure README for 30-second onboarding 2026-01-27 02:28:39 -06:00
SCIENCE.md docs: restructure README for 30-second onboarding 2026-01-27 02:28:39 -06:00
STORAGE.md docs: restructure README for 30-second onboarding 2026-01-27 02:28:39 -06:00