feat(just,claude): global-recipe awareness + pr-todo blocked-PR recipe - #325
Merged
Conversation
Add always-loaded guidance so agents discover the global just recipe set (`just -g <recipe>`) via `just -g --list` instead of re-deriving mechanical work the recipes already encode. Discovery-command-based, so nothing enumerated drifts. Add a `pr-todo` recipe to git.just listing the user's own open PRs blocked on them — changes requested or CI failing — via two `gh search prs --author=@me` queries unioned by URL. Read-only, exits 0 on empty, mirrors branch-audit's table style. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Two changes so agents discover and prefer the global
just -grecipe set, plus a new recipe surfacing PRs awaiting the user.exact_dot_claude/CLAUDE.md): adds an always-loaded bullet under## Development Notespointing at~/.config/just/justfileandjust -g <recipe>, withjust -g --listas the self-updating discovery command (no enumerated catalog that drifts). Ties into theoffload-to-deterministic-substraterule.pr-todorecipe (private_dot_config/just/git.just): lists the user's own open PRs blocked on them — changes requested or CI failing — via twogh search prs --author=@mequeries unioned by URL (a PR matching both shows both reasons). Read-only, exits 0 on empty, mirrorsbranch-audit's table style.Verification
gh search prsflags validated against the installedgh(--review=changes_requested,--checks=failure; exit 0,[]on empty)chezmoi diff/status ~/.claudeclean — no stray exact_ deletionsjust -g pr-todoruns end-to-end and exits 0;just -g --listshows it under the git groupOut of scope (pre-existing, flagged for separate cleanup)
git.justis imported by the global justfile but not the repo-rootjustfile, sopr-todo/branch-auditarejust -g-only (not barejust). The repo-root justfile's import comments also still reference the dead~/.user.justfilepath.🤖 Generated with Claude Code