chore(hooks): re-vendor Claude-hooks to attune-ai canonical#186
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Perf delta — within baselineBlocking on regression in:
|
Contributor
Downstream attune-gui — greenBlocking gate (Phase 4 W3.2 onwards). Failure here fails the job and blocks merge.
|
Re-syncs the vendored Claude session-hooks to the attune-ai canonical (plugin/hooks/) via make sync-hooks. attune-rag was behind by the self-truthing reconciler, spec-status-integrity, and several other hooks, so this is a fuller re-sync: updates _state.py, spec_orient.py, compact_warning.py, format_on_save.py, security_guard.py; adds new spec_audit.py and the missing _sdk_gate.py (a transitive dep of spec_orient.py). Registers both new hooks in HOOK_FILES and refreshes .canonical-sha256 so the hook-drift guard passes. Source: attune-ai#933. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ea210b5 to
03c8fd1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Re-syncs
_state.py,spec_orient.py, and newspec_audit.pyto the attune-ai canonical (plugin/hooks/). attune-rag was behind by both the self-truthing reconciler and spec-status-integrity, so this is a fuller re-sync to a byte-match (larger diff than the other layers).Also vendors
_sdk_gate.py— a transitive dependency of the updatedspec_orient.pythat attune-rag had never picked up (without it the hookModuleNotFoundErrors).test_claude_hooks_behavior.pypasses 7/7;spec_orient/spec_auditsmoke clean (exit 0).Source: Smart-AI-Memory/attune-ai#933 (spec-status-integrity, task 7).
🤖 Generated with Claude Code