docs(claude): add shell-pipefail-grep-q rule - #329
Merged
Conversation
Documents the `set -o pipefail` + early-closing-reader (grep -q, head) false-failure trap and the here-string fix. Previously applied to the target ruleset but never committed to source. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LgtDJ236Mw7Z3rfo4aQAGV
Contributor
|
| Status | Count |
|---|---|
| 🔍 Total | 170 |
| ✅ Successful | 160 |
| ⏳ Timeouts | 0 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 9 |
| ❓ Unknown | 0 |
| 🚫 Errors | 1 |
Errors per input
Errors in exact_dot_claude/docs/prds/daily-catchup.PRD.md
- [404] https://docs.anthropic.com/claude-code/commands | Failed: Network error: Not Found
Full Github Actions output
Please fix the broken links before merging.
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.
Adds the
shell-pipefail-grep-qrule to the global Claude ruleset source.The rule documents the
set -o pipefail+ early-closing-reader (grep -q,head,sed q) false-pipeline-failure trap and the here-string fix.Provenance: the rule was already applied to the target (
~/.claude/rules/shell-pipefail-grep-q.md) and in active use, but had never been committed to the chezmoi source — it surfaced as an untracked file while unsticking achezmoi updateautostash conflict. This commits it so it's tracked and preserved across machines.🤖 Generated with Claude Code