docs(recon): state-of-codebase report for v022-polish show#400
Merged
Conversation
7-axis survey (orphan crates, ADR alignment, marketplace, open issues, embedding surface, test inventory, CLI) with file:line evidence per claim and prioritized backlog for downstream plays. Key findings: - khive-bm25/hnsw/fusion already consumed by khive-retrieval (mfst+src) - khive-retrieval itself is the unconsumed facade; downstream must wire it - lattice-embed 0.2.4 has both MiniLM + paraphrase as 384-d local models + dual-write/routing/migration primitives — dual embedding is a runtime exposure problem, not a lattice gap - khive-runtime has ONE OnceCell embedder; need a model registry - Memory recall subhandlers exist (recall.embed/candidates/fuse/rerank/score); composability is there but not all wired - ADR-043 schema ownership drift: spec says runtime, impl is in db
Owner
Author
Self-review (lambda:khive)Verdict: APPROVE Checked
No findings.Recommend merge once Ocean approves the slice batch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Slice 1/9 from PR #399 (v022-polish show).
7-axis state-of-codebase survey (
_recon/state.md, 69 lines, file:line evidence per claim) produced by the recon play. Acts as context input for the downstream wiring plays in this show.Key findings recorded
khive-bm25/khive-hnsw/khive-fusionalready consumed bykhive-retrieval(mfst+src) — NOT orphanskhive-retrievalitself is the unconsumed facadelattice-embed 0.2.4has both MiniLM + paraphrase as 384-d local modelskhive-runtimehas ONE OnceCell embedder; needs model registryDependencies
None. Pure docs. Mergeable independently.
Test plan
_recon/state.md