Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .claude/skills/triage/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gh issue comment create <issueNumber> --body "## Triage Review
This issue contains all required information and is ready to be picked up.

---
*Triage by Flue Agent + MiniMax M2.7*"
*Triage by Tech Lead Agent*"
```

### Template: `status: needs-info`
Expand All @@ -100,7 +100,7 @@ gh issue comment create <issueNumber> --body "## Triage Review
Please update the issue with the missing information so it can be properly triaged.

---
*Triage by Flue Agent + MiniMax M2.7*"
*Triage by Tech Lead Agent*"
```

### Template: `type: duplicate`
Expand All @@ -115,7 +115,7 @@ gh issue comment create <issueNumber> --body "## Triage Review
<If a related issue was found, mention it here>

---
*Triage by Flue Agent + MiniMax M2.7*"
*Triage by Tech Lead Agent*"
```

### Template: `type: wontfix`
Expand All @@ -130,7 +130,7 @@ gh issue comment create <issueNumber> --body "## Triage Review
<Brief explanation of why it won't be addressed>

---
*Triage by Flue Agent + MiniMax M2.7*"
*Triage by Tech Lead Agent*"
```

### Template: `type: question`
Expand All @@ -147,7 +147,7 @@ gh issue comment create <issueNumber> --body "## Triage Review
For questions, consider using GitHub Discussions instead of issues.

---
*Triage by Flue Agent + MiniMax M2.7*"
*Triage by Tech Lead Agent*"
```

### Template: `status: blocked`
Expand All @@ -165,7 +165,7 @@ gh issue comment create <issueNumber> --body "## Triage Review
Once the blocking issue is resolved, this can be moved to \`status: ready\`.

---
*Triage by Flue Agent + MiniMax M2.7*"
*Triage by Tech Lead Agent*"
```

## Workflow
Expand Down
18 changes: 0 additions & 18 deletions .flue/app.ts

This file was deleted.

33 changes: 0 additions & 33 deletions .flue/workflows/triage.ts

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/issue-triage.yml

This file was deleted.

5 changes: 2 additions & 3 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Design system and visual guidelines for the `@deessejs/errors` documentation website. Inspired by [Flue Framework](https://flueframework.com) — minimal, developer-focused, blueprint aesthetic.
Design system and visual guidelines for the `@deessejs/errors` documentation website. Minimal, developer-focused, blueprint aesthetic.

## Tech Stack

Expand Down Expand Up @@ -235,5 +235,4 @@ Update `components.json` to match our design tokens:

---

**Last updated**: 2026-06-02
**Inspiration**: [Flue Framework](https://flueframework.com)
**Last updated**: 2026-06-02
5 changes: 0 additions & 5 deletions flue.config.ts

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,16 @@
"prepare": "husky",
" changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && pnpm test && changeset publish",
"flue:dev": "flue dev --target node",
"flue:build": "flue build --target node",
"flue:run": "flue run"
"release": "pnpm build && pnpm test && changeset publish"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@flue/cli": "latest",
"husky": "^9.1.7",
"turbo": "^2.9.15"
},
"dependencies": {
"@flue/runtime": "latest",
"feed": "^5.2.1",
"hono": "^4.12.23",
"valibot": "^0.40.0"
"feed": "^5.2.1"
},
"workspaces": [
"packages/*",
Expand Down
Loading
Loading