Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 532 Bytes

File metadata and controls

18 lines (15 loc) · 532 Bytes

Contributing

Development flow

  1. Create a feature branch from main.
  2. Run yarn install.
  3. Run bash scripts/verify.sh before opening a PR.
  4. Keep commits focused and include test evidence in PR.

Code quality expectations

  • No unfinished markers or non-production demo logic.
  • Keep docs aligned with executable code.
  • Prefer deterministic tests and explicit errors.

PR checklist

  • anchor build passes
  • anchor test passes
  • scripts/verify.sh passes
  • Docs updated for behavioral changes