feat: seed-issues.sh example + GitHub-Issues-as-tickets - #3
Merged
Conversation
Ship an optional, idempotent backlog seeder: derives module:<name> labels from gates.json modules (+ type:feature/type:infra) and bulk-creates issues, skipping titles that already exist. The TICKETS section is a placeholder for the user's backlog. Document GitHub Issues as a first-class ticket source in USAGE.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
robercano
added a commit
that referenced
this pull request
Jul 10, 2026
…ns survive (v4) Casualty #3 of the systemd minimal-PATH finding (#107): with the RC server launched via absolute path (v2), the server itself ran, but the SESSION processes it forks inherit the tmux server's env — systemd's minimal PATH — and died at spawn ('Session failed: Process exited with error', capacity 0/8, observed live). Wrap the pane command in bash -c with an explicit PATH (claude's bin dir + system dirs, no $PATH expansion pitfalls) so the server and every child it forks can resolve node/claude. New __CLAUDE_DIR__ placeholder substituted by arm-loop.sh. Markers v3->v4. Co-Authored-By: Claude Fable 5 <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.
What
Adds an optional, generic backlog seeder and documents GitHub Issues as a first-class ticket source.
USAGE.mdmentions driving the orchestrator one task at a time, but the template ships nothing to create that backlog. When adapting it to a real project, a small idempotent seeder proved very useful — generalized here..claude/scripts/seed-issues.shmodule:<name>labels automatically from themodulesin.claude/gates.json(so labels match the worker boundaries), plustype:feature/type:infra.TICKETSsection the user replaces with their real backlog (onemkissueper ticket, each scoped to one module).ghauth,node);bash -nclean.docs/USAGE.mdTwo non-overlapping files; no change to agents/workflow.
🤖 Generated with Claude Code