mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-13 15:35:01 -05:00
425 B
425 B
AGENTS
- Use Conventional Commits for commit messages (e.g.,
feat:,fix:,docs:). - Keep changes minimal and scoped to the request.
- Use Bun commands by default (
bun install,bun run ...,bunx ...). - Keep docs/tooling phrasing implementation-agnostic where possible.
- Don’t add npm-specific lockfile or workflow changes unless explicitly requested.
- Validate changes with Playwright MCP where available.