fix(cola-avatar-pack): stop generating stickers before user confirms, tighten send frequency#27
Closed
latentflux42 wants to merge 1 commit intomainfrom
Closed
fix(cola-avatar-pack): stop generating stickers before user confirms, tighten send frequency#27latentflux42 wants to merge 1 commit intomainfrom
latentflux42 wants to merge 1 commit intomainfrom
Conversation
… tighten send frequency Phase 4→5 gate: LLM was executing all phases in one turn without waiting for user to confirm the base avatar. Added 4-layer stop mechanism (output rule annotation, ⛔ separator, Phase 4 STOP, Phase 5 gate with exception for the SKILL.md supplement path). Injection block rework: narrowed trigger signals (removed "task done", "agreement", "before complex analysis"), replaced vague frequency range (5-8 turns) with fixed 7-turn cooldown anchored to last send, added tone constraint for angry/meme_annoyed, added conservative default. Removed "as natural as words" and "won't stop smiling" framings that pushed toward over-sending. Injection positioning: dropped fragile heading-based Case 2, now only marker-match or append-at-end. Synced SKILL.md frequency rule to match injection block. Co-Authored-By: Claude Opus 4.6 (1M context) <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
Fixes #26 follow-up: LLM was generating all emoji/meme stickers in the same turn without waiting for user to confirm the base avatar. Also reworks the AGENT.md injection block to prevent over-sending.
Test plan
🤖 Generated with Claude Code