feat(flue): issue-triage background agent, drop @claude mention bot#3582
Open
edmundmiller wants to merge 5 commits into
Open
feat(flue): issue-triage background agent, drop @claude mention bot#3582edmundmiller wants to merge 5 commits into
edmundmiller wants to merge 5 commits into
Conversation
This was referenced May 20, 2026
Scaffold Flue project under .flue/ with one agent that triages opened issues into category, suggested labels, priority, and next steps. Pins @flue/runtime 0.7.0, @flue/cli 0.5.3, valibot 1.4.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Runs the triage agent on issues:opened, posts the result as a comment via gh CLI. Uses existing ANTHROPIC_API_KEY repo secret. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Background-agent model: issues auto-triaged by Flue, PRs auto-reviewed by claude-code-review.yml. The @claude mention bot is now redundant. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c0b37f6 to
9795e3c
Compare
3 tasks
Matches upstream's GitHub Actions security baseline (MultiQC#3571): - pin actions/checkout, actions/setup-node to full SHAs - persist-credentials: false on checkout - environment: anthropic on the job so ANTHROPIC_API_KEY is gated Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <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
.flue/with one background agent: issue triage onissues: opened.@claude-mention invocation to event-triggered background agents, aligned with the software-factory.dev model ("humans steer intent, agents execute")..github/workflows/claude.yml(the@claudemention bot) — it is now redundant.Stack
This is the base of a 3-PR stack:
claude-code-review.yml)module-requests.yml)Notes
ANTHROPIC_API_KEYrepo secret (already configured forclaude-code-review.yml).@flue/runtime0.7.0,@flue/cli0.5.3,valibot1.4.0..flue/working directory sonpmandfluecommands resolve correctly.Test plan
cd .flue && npm install && npx tsc --noEmitpasses locallycd .flue && npx flue dev --target nodeboots and liststriage🤖 Generated with Claude Code