chore: remove Flue framework#27
Merged
Merged
Conversation
Drop the Flue agent-harness runtime that was wired up for GitHub issue triage — the project no longer needs a self-hosted agent workflow. Removed: - .flue/ (Hono server + triage workflow) - flue.config.ts (Flue build config) - .github/workflows/issue-triage.yml (CI trigger) - .agents/skills/triage/ (Flue-backed skill; Claude Code triage skill kept) - .claude/agents/flue-expert/ (Claude Code agent) - .claude/agent-memory/flue-expert/ (agent memory) - temp/flue-triage-plan.md Deps: dropped @flue/cli, @flue/runtime, hono, valibot (hono and valibot were only used by the Flue workflow). Cleanup: - .claude/skills/triage/SKILL.md: sign-off attribution updated from 'Flue Agent + MiniMax M2.7' to 'Tech Lead Agent'. - DESIGN.md: removed Flue Framework design-inspiration references. Co-Authored-By: Claude <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
Drops the Flue agent-harness framework that was wired up for GitHub issue triage. The project no longer needs a self-hosted agent workflow.
What was removed
.flue/(Hono server +triageworkflow)flue.config.ts.github/workflows/issue-triage.yml.agents/skills/triage/SKILL.md(Flue-backed; the Claude Code/triageskill at.claude/skills/triage/SKILL.mdis kept).claude/agents/flue-expert/.claude/agent-memory/flue-expert/temp/flue-triage-plan.mdDependencies
@flue/cli,@flue/runtime,hono,valibot(the latter two were only used by the Flue workflow)flue:dev,flue:build,flue:runpnpm-lock.yamlCleanup
.claude/skills/triage/SKILL.md: sign-off attribution updated from "Triage by Flue Agent + MiniMax M2.7" → "Triage by Tech Lead Agent" (5 occurrences)DESIGN.md: removed the two Flue Framework design-inspiration referencesVerification
turbo lint+turbo type-checkacross@deessejs/errorsandweb— both passedgrep -c "@flue/" pnpm-lock.yaml→0git grep -i "flue|@flue|createAgent|FlueContext|registerProvider|configureProvider"outside.claude/worktrees/→ no source references remainFollow-up (manual, outside repo)
MINIMAX_API_KEYGitHub Actions secret — no longer referenced by any workfloworiginremote URL:git remote set-url origin https://github.com/deessejs/errors.git— the repo moved🤖 Generated with Claude Code