Thank you for your interest in contributing! We welcome ideas, prompts, scripts, and improvements to the protocol.
- Fork the Repository: Click the "Fork" button on GitHub.
- Clone your Fork:
git clone https://github.com/YOUR_USERNAME/quantum-diamond-forge.git
- Create a Branch:
git checkout -b feature/my-awesome-improvement
- Make Changes:
- Prompts: Edit markdown files in
prompts/. - Scripts: Edit bash/node scripts in
scripts/. - Guides: Update documentation in
guides/.
- Prompts: Edit markdown files in
- Test:
- Run
./forge.sh init test-projectto verify your changes work in a fresh environment.
- Run
- Commit:
- Please use Conventional Commits (e.g.,
feat: add new role,fix: typo in guide).
- Please use Conventional Commits (e.g.,
- Push & PR:
- Push to your fork and open a Pull Request against the
mainbranch.
- Push to your fork and open a Pull Request against the
- Rigor at Speed: We value automation that enforces quality without slowing down the developer.
- AI-Native: Everything should be designed to be consumed or generated by AI agents.
- Universal Base: Keep the core lightweight; add complexity via specialized roles/plugins.
By contributing, you agree that your contributions will be licensed under its MIT License.