Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 657 Bytes

File metadata and controls

21 lines (14 loc) · 657 Bytes

Project Instructions

Rules

  • Always use Bun as the package manager and runtime environment.
  • Always use TypeScript instead of Javascript.
  • Get up-to-date info with the Context7 MCP.
  • Get pre-indexed knowledge about the project using the Codegraph MCP.
  • Document and explain why the code is for.
  • Use Ultracite (Biome's zero-config preset) for code formatting and linting.

Hooks

  • After a code change, run bun x ultracite fix to format the code and fix linting issues.
  • After a Rust code change, run cargo check and cargo fmt to format the code and fix linting issues.

References