Open
Conversation
When enabled, each outgoing message is evaluated against user-defined criteria in a markdown file. If dissonance is detected (confidence >= 0.7), a 🪞 reaction is added to the sent message. - New builtin skill: dissonance (explains 🪞 reactions, tuning guide) - Config: reflection.enabled (false by default) + questions_file path - Pre-populated default criteria (service wrap-ups, hollow validation, etc.) - 23 new tests, all passing (183 total, 0 regressions) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…in_skills Both features are independent additions to AppConfig and load_config. Co-Authored-By: Claude Opus 4.6 <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
send_message— the agent's own model evaluates outgoing messages against criteria in a user-editable markdown filereflection.enabled: false), trivially enabled via config.yamlArchitecture
reflection.py—ReflectionHookclass, fired fromsend_messageafter successful deliveryasyncio.create_task— does not block message deliveryConfig
Visible in default config with explanatory comment. The questions file path lets the user know where to look.
Files changed
open_strix/reflection.pyopen_strix/config.pyReflectionConfigdataclass + parsingopen_strix/app.pyopen_strix/tools.pyopen_strix/builtin_skills/dissonance/SKILL.mdopen_strix/builtin_skills/dissonance/default-questions.mdSETUP.mdtests/test_reflection.pyTest plan
uvPATH failure in onboarding test)🤖 Generated with Claude Code