Phase 5 — Session memory #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Size: medium · Depends on: Phase 1
Scope
EMBEDDING_URL,EMBEDDING_MODEL,EMBEDDING_DIM)<project>_sessionscollections with{model, dim, created_at}recorded in collection metadataremember/recalltoolsExit 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_idfrom 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.