Skip to content

chore: remove Flue framework#27

Merged
codewizdave merged 1 commit into
mainfrom
chore/remove-flue
Jul 15, 2026
Merged

chore: remove Flue framework#27
codewizdave merged 1 commit into
mainfrom
chore/remove-flue

Conversation

@martyy-code

Copy link
Copy Markdown
Contributor

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

  • Runtime: .flue/ (Hono server + triage workflow)
  • Build config: flue.config.ts
  • CI: .github/workflows/issue-triage.yml
  • Skill: .agents/skills/triage/SKILL.md (Flue-backed; the Claude Code /triage skill at .claude/skills/triage/SKILL.md is kept)
  • Claude Code agent: .claude/agents/flue-expert/
  • Agent memory: .claude/agent-memory/flue-expert/
  • Planning doc: temp/flue-triage-plan.md

Dependencies

  • Removed: @flue/cli, @flue/runtime, hono, valibot (the latter two were only used by the Flue workflow)
  • Removed scripts: flue:dev, flue:build, flue:run
  • 253 transitive packages dropped from pnpm-lock.yaml

Cleanup

  • .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 references

Verification

  • Husky pre-commit hook ran turbo lint + turbo type-check across @deessejs/errors and web — both passed
  • grep -c "@flue/" pnpm-lock.yaml0
  • git grep -i "flue|@flue|createAgent|FlueContext|registerProvider|configureProvider" outside .claude/worktrees/ → no source references remain

Follow-up (manual, outside repo)

  1. Remove the MINIMAX_API_KEY GitHub Actions secret — no longer referenced by any workflow
  2. (Optional) Update the origin remote URL: git remote set-url origin https://github.com/deessejs/errors.git — the repo moved

🤖 Generated with Claude Code

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>
@codewizdave
codewizdave merged commit be7c31c into main Jul 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants