Skip to content

Conversation

@ryoppippi
Copy link
Member

@ryoppippi ryoppippi commented Dec 10, 2025

Summary

  • Remove outdated Biome references from development workflow skill documentation
  • Update lint and format command descriptions to reflect current tools (oxfmt, oxlint, knip)

Test Plan

  • Verify that the documentation accurately describes the current linting and formatting tools
  • Confirm no other references to Biome exist in the codebase

Summary by cubic

Removed outdated Biome references in the development workflow skill and updated lint/format command descriptions to reflect current tools (oxfmt, oxlint, knip). This keeps the docs accurate and aligned with our current toolchain.

Written for commit aaf0721. Summary will update automatically on new commits.

- Update lint and format command descriptions to reflect current tools (oxfmt, oxlint, knip)
- Remove outdated Biome mentions
Copilot AI review requested due to automatic review settings December 10, 2025 17:39
@ryoppippi ryoppippi requested a review from a team as a code owner December 10, 2025 17:39
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 10, 2025

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@209

commit: aaf0721

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the development workflow documentation to remove outdated references to Biome and replace them with the current tooling stack (oxfmt, oxlint, knip).

  • Removes Biome references from lint and format command descriptions
  • Updates documentation to reflect current tooling configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- `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)
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description for pnpm format is misleading. Looking at package.json, this command runs format:oxfmt, format:oxlint, and format:knip. However:

  • oxfmt is the formatter
  • oxlint --fix applies auto-fixes for linting issues
  • knip --fix removes unused code

The description should clarify that this command formats code and applies auto-fixes, not just "Format code (oxfmt, oxlint, knip)". Consider: - pnpm format - Format code with oxfmt and apply auto-fixes (oxlint, knip)

Suggested change
- `pnpm format` - Format code (oxfmt, oxlint, knip)
- `pnpm format` - Format code with oxfmt and apply auto-fixes (oxlint, knip)

Copilot uses AI. Check for mistakes.
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@ryoppippi ryoppippi enabled auto-merge (squash) December 11, 2025 11:18
Copy link
Contributor

@glebedel glebedel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ryoppippi ryoppippi merged commit c304a28 into main Dec 11, 2025
17 checks passed
@ryoppippi ryoppippi deleted the docs/remove-biome-references branch December 11, 2025 15:45
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.

3 participants