Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 337 Bytes

File metadata and controls

21 lines (14 loc) · 337 Bytes

Contributing

Setup

  • Node.js 18+ recommended
  • npm ci
  • npm run dev

Quality gates

  • npm run lint
  • npm test
  • npm run build
  • npm run extension:build

Pull requests

  • Keep changes focused and documented
  • Include tests when behavior changes
  • Update deployment/PRODUCTION.md if deployment behavior changes