Skip to content

fix: remove accumulator cyclic shift + add KNOWLEDGE.md Fixes the shift mismatch bug (PR review item #1): - accumulator.rs: removed cyclic shift from accumulate_frame(). crystallize() and unbind() now read/write the same cell positions. Decorrelation handled by ZeckBF17 golden-step at encoding level. - universal_perception.rs: same fix for UniversalAccumulator. - Removed unused PHI, GOLDEN_ANGLE, PI constants from both files. Added KNOWLEDGE.md: complete architectural reference for the Savant research agent. Documents the L2-scores-lower-than-L1 insight (integrated BitVec destroys plane separation), the correct two-curve Pareto frontier, all known bugs, and success criteria.#22

Merged
AdaWorldAPI merged 1 commit intomainfrom
feat/codec-research
Mar 21, 2026

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

No description provided.

Fixes the shift mismatch bug (PR review item #1):
- accumulator.rs: removed cyclic shift from accumulate_frame().
  crystallize() and unbind() now read/write the same cell positions.
  Decorrelation handled by ZeckBF17 golden-step at encoding level.
- universal_perception.rs: same fix for UniversalAccumulator.
- Removed unused PHI, GOLDEN_ANGLE, PI constants from both files.

Added KNOWLEDGE.md: complete architectural reference for the Savant
research agent. Documents the L2-scores-lower-than-L1 insight
(integrated BitVec destroys plane separation), the correct two-curve
Pareto frontier, all known bugs, and success criteria.
@AdaWorldAPI AdaWorldAPI merged commit 7ddada7 into main Mar 21, 2026
AdaWorldAPI pushed a commit that referenced this pull request Apr 30, 2026
…ached_dtos + cohort_similarity_z

SmbStack assembled facade closes the last review-open item from PR #21
(96fb069 + bb3df0b on smb-office-rs claude/review-csharp-rust-transcode-9ygcR).
27 smb-realtime tests pass, clippy clean.

REQUEST: three upstream improvements to retire copy-pasted consumer
caches in medcare-rs + smb-office-rs:
1. &'static Ontology factories (LazyLock-once, not allocate-per-call)
2. OntologyDto::cached_dtos -> CachedOntologyDtos { de, en }
3. lance_graph_contract::distance::cohort_similarity_z<F: Distance>

Both consumers (medcare PR #73, smb PR #22) invented identical caches
locally; promoting upstream eliminates the drift class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant