feat(mu): Agent MU Core — error pattern detection + pipeline hook#85
Merged
Conversation
…eline hook (#72) - New mu_agent.zig: MuAgent struct with detect(), log(), suggest(), stats(), save() - 8 error pattern rules (ast_fail, gen_fail, format_fail, type_mismatch, import_fail) - JSONL storage at .trinity/mu/patterns.jsonl - Pipeline integration: Link 11 (executeSweFix) auto-detects patterns on failure - CLI: `tri mu status`, `tri mu patterns`, `tri mu help` - 5 unit tests, all passing Closes #83 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
gHashTag
added a commit
that referenced
this pull request
Mar 18, 2026
…host [Golden Chain #85] First distributed step: ShardNetwork struct with TCP wire protocol [64 hash][4 len LE][data]. std.net.Server + tcpConnectToAddress + std.Thread. 5 proofs: roundtrip, multi-shard, 4KB large, VSA fingerprint, SHA-256 integrity. 6/6 network tests green, 50+ total ALL GREEN. 🤖 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
…s [Golden Chain #85] 3 new specs shifting from architecture to minimal executable demonstration: - hdc_minimal_demo: 60-line E2E forward pass proof (encode → predict → verify) - hdc_codegen_wiring: meta-spec for vibeec non-stub code generation (6 rules) - hdc_test_harness: 5 concrete integration tests + 8 helpers (~200 lines) 33 Level 10A specs, 14,240 generated LOC. Gap: 60 lines to first execution. 🤖 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
…Exchange Listings [Golden Chain #85] Trinity Beyond v1.0: 8 new QuarkType variants (248/256), Phase AH verification, export v31 (142-byte header), 280 quarks per query. $TRI to $100 (100M uTRI), 10B universal adoption, 200 global exchanges, 5B global wallets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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
mu_agent.zig: MuAgent struct withdetect(),log(),suggest(),stats(),save(),formatReport()executeSweFix()on compile failuretri mu status,tri mu patterns,tri mu help.trinity/mu/patterns.jsonl— append-only logging, full rewrite on saveTest plan
zig test src/tri/mu_agent.zig)zig build)tri pipeline runtriggers MU pattern detection on failureCloses #72
🤖 Generated with Claude Code