Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 544 Bytes

File metadata and controls

4 lines (3 loc) · 544 Bytes

Notes for AI agents (OxyRoute)

  • Git / branches / PRs / validationdocs/development-workflow.md (integration branch dev, issue branches, atomic commits, PR to dev).
  • Validation (ruff, cargo, make test, pytest, maturin): the maintainer runs these before push. Do not run that full pipeline in the agent unless the user explicitly asks (e.g. “run make test”, “fix the failing test”). If something failed in CI or locally, the user will say so — then fix what they report.