Files
BeatSaber/COLLABORATION_RULES.md
2026-05-29 00:53:49 +09:00

818 B

Collaboration Rules

When changing code in this project, Codex and Claude Code should use a mutual review gate before proceeding.

Code Change Gate

  1. Before editing code, state the intended change and expected impact.
  2. Share feedback between Codex and Claude Code when both are active.
  3. Score the proposed change out of 100 based on:
    • Correctness
    • Scope control
    • Risk to current Unity scenes and runtime behavior
    • Maintainability
    • Test or verification plan
  4. Proceed only when the agreed score is 80 or higher.
  5. If the score is below 80, revise the approach first.

Current User Preference

Current quality focus:

  1. Polish the result screen UI first.
  2. Then polish the in-game HUD.
  3. Then consider song select UI.

Do not change code unless the review gate above is satisfied.