From aaf0721ef84f85b1b029a2d604cab56bf903a26c Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:39:25 +0000 Subject: [PATCH] docs(workflow): remove biome references from development workflow skill - Update lint and format command descriptions to reflect current tools (oxfmt, oxlint, knip) - Remove outdated Biome mentions --- .claude/skills/development-workflow/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/development-workflow/SKILL.md b/.claude/skills/development-workflow/SKILL.md index a2527c62..d7bc3b45 100644 --- a/.claude/skills/development-workflow/SKILL.md +++ b/.claude/skills/development-workflow/SKILL.md @@ -24,8 +24,8 @@ This skill provides all commands and best practices for building, developing, an ## Code Quality -- `pnpm lint` - Run Biome linter -- `pnpm format` - Format code with Biome +- `pnpm lint` - Run linter (oxfmt, oxlint, knip) +- `pnpm format` - Format code (oxfmt, oxlint, knip) - `pnpm typecheck` - Type check with tsgo - `pnpm lint:fix` - Auto-fix linting issues