feat(bgz17): container integration — pack Base17 annex into [u64; 256] BitVec Maps bgz17 compressed encodings into the Container 0 word layout: - W112-124: SpoBase17 (102 bytes) packed into 13 words - W125: palette_s/p/o indices + temporal quantile in 1 word - W128-143: SPO Crystal (8 packed triples, CogRecord8K) - W224-239: Extended edge overflow (64 edges, 128 total) - W254-255: Wide checksum (XOR-fold) + embedding format tag The Cascade's stride-16 sample automatically hits W112 (the first word of the Base17 annex), making stage-1 more discriminating with zero code change to the Cascade — just fill the words. 76/76 tests pass (15 new container tests). https://claude.ai/code/session_01ReBmBKt1UwSPBcSdAdcaXK#28
Merged
AdaWorldAPI merged 1 commit intomainfrom Mar 21, 2026
Merged
feat(bgz17): container integration — pack Base17 annex into [u64; 256] BitVec
Maps bgz17 compressed encodings into the Container 0 word layout:
- W112-124: SpoBase17 (102 bytes) packed into 13 words
- W125: palette_s/p/o indices + temporal quantile in 1 word
- W128-143: SPO Crystal (8 packed triples, CogRecord8K)
- W224-239: Extended edge overflow (64 edges, 128 total)
- W254-255: Wide checksum (XOR-fold) + embedding format tag
The Cascade's stride-16 sample automatically hits W112 (the first
word of the Base17 annex), making stage-1 more discriminating with
zero code change to the Cascade — just fill the words.
76/76 tests pass (15 new container tests).
https://claude.ai/code/session_01ReBmBKt1UwSPBcSdAdcaXK#28AdaWorldAPI merged 1 commit intomainfrom
AdaWorldAPI merged 1 commit intomainfrom
Conversation
…] BitVec Maps bgz17 compressed encodings into the Container 0 word layout: - W112-124: SpoBase17 (102 bytes) packed into 13 words - W125: palette_s/p/o indices + temporal quantile in 1 word - W128-143: SPO Crystal (8 packed triples, CogRecord8K) - W224-239: Extended edge overflow (64 edges, 128 total) - W254-255: Wide checksum (XOR-fold) + embedding format tag The Cascade's stride-16 sample automatically hits W112 (the first word of the Base17 annex), making stage-1 more discriminating with zero code change to the Cascade — just fill the words. 76/76 tests pass (15 new container tests). https://claude.ai/code/session_01ReBmBKt1UwSPBcSdAdcaXK
AdaWorldAPI
pushed a commit
that referenced
this pull request
Mar 22, 2026
…stale markers Phase 1 (Session A): ✅ DONE — PR #29 merged all deliverables Phase 2 (Session B): ⚡ PARTIAL — container.rs done (PR #28), semiring/VSA/SIMD remaining SESSION_B_HDR_RENAME: marked DONE (Cascade exists in hdr.rs) SESSION_FALKORDB_CROSSCHECK: marked SUPERSEDED by session_D_v3 Integration-lead + master map + phases updated with current status.
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.
No description provided.