fix(cloud): buffer size increase, CLAUDE.md.agent to .gitignore (#136)#138
Merged
Conversation
This was referenced Mar 11, 2026
gHashTag
added a commit
that referenced
this pull request
Mar 18, 2026
… 90/90, Hybrid KG 175/175, Noisy Robustness 85/85 (350 queries 100%) [Golden Chain #138] Tests 136-138: bipolar vs ternary encoding comparison at DIM=4096. - Test 136: 10/20-pair accuracy, noise floor, signal quality, self-inverse for both encodings - Test 137: 5-relation KG with bipolar entities — forward 50/50, reverse 50/50, cross-rejection 50/50, 5-hop chains 25/25 - Test 138: noise robustness — clean 20/20, 5% noise 20/20, 10% noise 20/20, deterministic replay + noisy chains 25/25 - Bipolar signal: 0.272 (SNR 23x) vs ternary: 0.251 (SNR 20x) - Cross-relation rejection: 100% with bipolar (up from 99% ternary) - Full regression: 410 tests, 406 pass, 4 skip, 0 fail 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
gHashTag
added a commit
that referenced
this pull request
Mar 18, 2026
fix(cloud): buffer size increase, CLAUDE.md.agent to .gitignore (#136)
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.
Closes #136
Changes
Notes
Other bugs mentioned in issue (ISO8601 parse, bounds check, dead code) are not present in the current code - they may have already been fixed in a later commit or were never introduced. This PR fixes the issues that were actually found in the codebase.