Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 444 Bytes

File metadata and controls

31 lines (23 loc) · 444 Bytes

Contributing

Branching

Use codex/<lane>-<task> branch names.

PR lane guidance

Keep PRs single-lane:

  • infra/core
  • single effect
  • tests
  • docs

Definition of done

Every PR must include:

  • green CI
  • before/after screenshots
  • browser test notes (Chrome/Firefox/Safari/Edge)
  • bundle/performance impact note
  • updated docs for API and variables

Merge order

  1. infra
  2. core runtime
  3. effects
  4. tests
  5. docs
  6. release