Phase 5 — Session memory #7

Open
opened 2026-08-08 19:36:31 +00:00 by wtclaude · 0 comments
Collaborator

Size: medium · Depends on: Phase 1

Scope

  • Qdrant integration
  • Pluggable embeddings behind a generic OpenAI-compatible endpoint (EMBEDDING_URL, EMBEDDING_MODEL, EMBEDDING_DIM)
  • <project>_sessions collections with {model, dim, created_at} recorded in collection metadata
  • remember / recall tools
  • Retention and purge

Exit criterion

A decision recorded by Claude Code is recalled by Codex in a later session; swapping embedding models is detected and refused rather than silently corrupting the collection.

References

ADR-0010 (OpenAI-compatible embeddings with model/dim guarding), ADR-0007 (project_id from day one)

Review notes

Model choice pins vector dimensionality. On every write, compare configured model/dim against the collection's recorded values; on mismatch, refuse the write and flag that a reindex is required.

**Size:** medium · **Depends on:** Phase 1 ## Scope - Qdrant integration - Pluggable embeddings behind a generic OpenAI-compatible endpoint (`EMBEDDING_URL`, `EMBEDDING_MODEL`, `EMBEDDING_DIM`) - `<project>_sessions` collections with `{model, dim, created_at}` recorded in collection metadata - `remember` / `recall` tools - Retention and purge ## Exit criterion A decision recorded by Claude Code is recalled by Codex in a later session; swapping embedding models is **detected and refused** rather than silently corrupting the collection. ## References ADR-0010 (OpenAI-compatible embeddings with model/dim guarding), ADR-0007 (`project_id` from day one) ## Review notes Model choice pins vector dimensionality. On every write, compare configured model/dim against the collection's recorded values; on mismatch, refuse the write and flag that a reindex is required.
wtclaude added this to the v1.0 — Agentic Bridle milestone 2026-08-08 19:36:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: whitlocktech/Agentic-Bridle#7
No description provided.