Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 493 Bytes

File metadata and controls

15 lines (13 loc) · 493 Bytes

CONTRIBUTING_AI

Contribution protocol for agents

  • Keep diffs small and reviewable.
  • Include exact verification commands in final output.
  • Do not edit unrelated files.
  • If behavior changes, update tests/docs together.

Minimal flow

  1. Reproduce / understand task.
  2. Implement small change.
  3. Run checks (make test, make lint).
  4. Summarize: changed files + verification + risks.