Skip to content

fix(cloud): buffer size increase, CLAUDE.md.agent to .gitignore (#136)#138

Merged
gHashTag merged 1 commit into
mainfrom
feat/issue-136
Mar 11, 2026
Merged

fix(cloud): buffer size increase, CLAUDE.md.agent to .gitignore (#136)#138
gHashTag merged 1 commit into
mainfrom
feat/issue-136

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Closes #136

Changes

  • Increased buffer size in /api/agents route from 8192 to 16384 bytes
  • Added CLAUDE.md.agent to .gitignore

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.

@gHashTag gHashTag merged commit fbfe0e9 into main Mar 11, 2026
5 of 6 checks passed
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)
@gHashTag gHashTag deleted the feat/issue-136 branch April 3, 2026 10:58
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.

fix(cloud): PR #132 bugs — ISO8601 parse, bounds check, dead code, CLAUDE.md.agent

1 participant