Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 871 Bytes

File metadata and controls

33 lines (21 loc) · 871 Bytes

Summary

Changes

Risks & Mitigations

Testing

  • npm run typecheck passes
  • npm run test:unit passes
  • npm run build succeeds
  • E2E tests pass (if applicable): npm run test:e2e

Checklist

  • Code compiles with no errors (npm run typecheck)
  • Unit tests cover new/changed behavior
  • No secrets or sensitive data added
  • stdout remains reserved for MCP wire protocol only
  • Public API contracts unchanged (or change is intentional and documented)
  • PR title follows conventional commit format (feat:, fix:, docs:, etc.)