Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.09 KB

File metadata and controls

42 lines (29 loc) · 1.09 KB

Contributing

Thanks for contributing.

What This Repository Accepts

Good contributions usually improve one of these areas:

  • protocol clarity
  • role boundary definitions
  • review and archive rules
  • template usability
  • example quality
  • automation ideas that do not replace the source of truth

What To Avoid

  • vendor-specific assumptions
  • hidden state that depends on chat memory
  • workflows that collapse planner, implementer, and reviewer into one implicit role
  • automation that silently changes acceptance or archive state

Suggested Contribution Style

  1. explain the problem first
  2. propose the smallest rule or template change that fixes it
  3. include an example when the change affects workflow semantics
  4. avoid adding complexity unless it prevents a real failure mode

Review Standard

Changes should preserve these principles:

  • file-based handoff
  • explicit role boundaries
  • tests as primary executable verification
  • review writeback before chat summary
  • opt-in automation

Examples Help

If you change workflow semantics, include or update an example under examples/.