Skip to content

🤝 Contributing Guide (En)

Thank you for your interest in The Architect's Protocol (SOP)! Our goal is to establish a rigorous, auditable, high-standard engineering framework for AI-Human collaboration.

🏛️ Our Philosophy

Before submitting a PR or Issue, please ensure your suggestion aligns with our core values:

  • Atomics: Any change must be fine-grained.
  • Contract-First: Interfaces before implementations.
  • Human-in-the-loop: AI as the executor, Human as the final auditor.

🛠️ How to Contribute

  1. Submit an Issue: Found a flaw in the protocol or have a suggestion for a new command? Use our Issue Templates.
  2. Submit a Pull Request:
    • Create a feature branch from the dev branch.
    • Ensure you've updated the corresponding SOP.md or zh/SOP.md.
    • Explain how the change improves engineering quality in the PR description.
  3. Code Standards:
    • For template updates, keep Markdown formatting clean and use GitHub Alerts for emphasis.

🌐 Language Policy

  • Core repository files utilize English as the primary language (Global-First).
  • Official documentation site provides full Chinese support in the /zh/ directory.

"AI doesn't lack intelligence; it lacks discipline."

Released under the MIT License.