vestige/docs
Jan De Landtsheer c584ec8afe
docs(adr): add ADR 0002 -- Phase 2 execution
Binding ADR for Phase 2 Postgres backend integration plus the Phase 1
amendment that removes async_trait from the storage and embedder traits.

Decisions D1-D8:
- D1: sunset async_trait across MemoryStore + Embedder via trait_variant
- D2: PgMemoryStore::connect(url, max_connections) mirrors SqliteMemoryStore;
  no Embedder in constructor; register_model handles pgvector typmod
- D3: split sqlite.rs into a sqlite/ directory as Phase 1 amendment
- D4: postgres/ as a directory from day one
- D5: sub-plan layout -- 3 Phase 1 amendment + 9 Phase 2 sub-plans
- D6: no separate ADR for the SQLite split (pure code motion)
- D7: reserve multi-tenancy schema (users/groups/group_memberships +
  owner_user_id/visibility/shared_with_groups) in Phase 2 so Phase 3 auth
  is additive, not an online migration over an HNSW-indexed table
- D8: codebase promoted to a first-class indexed column on knowledge_nodes;
  mcp_client_id and session_id stay in metadata JSONB

PR cadence: PR A = Phase 1 amendment (code on feat/storage-trait-phase1);
PR B = this ADR + Phase 2 sub-plans (docs only); PR C = Phase 2
implementation. Phase 4 sharing_rules table sketched in Follow-ups.
2026-05-27 09:35:23 +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 Added postgres admin 2026-04-22 12:10:39 +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