Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.88 KB

File metadata and controls

48 lines (34 loc) · 1.88 KB

Summary

Type of change

  • feat — new feature or capability
  • fix — bug fix
  • chore — maintenance, dependency bump, or housekeeping
  • refactor — code restructure with no behaviour change
  • docs — documentation only
  • test — tests only
  • ci — CI/CD pipeline change

Changes

Release Notes

Testing

Checklist

  • Unit tests added for any new MCP tools, regressions, or bug fixes (required — see docs/testing.md for the harness + recipes)
  • e2e tests added for new tools and/or regression tests added for any bug fix (see tests/e2e_test.py)
  • Sandbox lint passes: python tests/sandbox_lint.py
  • ./gradlew test passes locally (or CI confirms)
  • Live-hub BAT tests updated if tool behaviour changed (see tests/BAT-v2.md)
  • Documentation updated if user-facing behaviour or tool surface changed
  • New/renamed MCP tools follow AGENTS.md Tool Design Rules (naming, annotations, schema)