docs(plugins): fix tether SKILL.md exit-code contradiction for ask - #801
Merged
Conversation
The summary at line 117 said update/ask both exit 2 when held for review, contradicting the ask section further down (exit 4) and the actual tether.sh behavior: update's pending_review case exits 2 (tether.sh:187), ask's exits 4 (tether.sh:290). Terminal failure (5) is correct for both. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C4DfxsAgkCUqWg75tyPhWo
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
plugins/e2a/skills/tether/SKILL.mdhad a self-contradictory claim abouttether.shexit codes: the summary near the top said bothupdateandaskexit 2 when a send is held for review, but theask-specific section further down (and the actualtether.shbehavior) saysaskexits 4 in that case, not 2. Onlyupdate's held case is exit 2 (tether.sh:187);ask's held case is exit 4 (tether.sh:290). Terminal-failure exit 5 is correct for both.Test plan
plugins/e2a/skills/tether/tether.sh:update'spending_reviewpath exits 2 (line 187),ask's exits 4 (line 290), both terminal-failedpaths exit 5 (lines 178, 284).ask.Generated by Claude Code