Contributing
-
Fork the repository and create a branch with a descriptive name.
-
Follow Conventional Commits for commit messages. Example:
feat(prompts): add my-new-prompt.md
-
Add or update documentation when you change behavior, including Memory Bank updates where relevant.
-
Security: never commit secrets. If your change requires secrets to run, document required environment variables in the README or the specific instruction file.
-
Tests: run existing tests and add new tests when applicable.
-
Open a PR and include a clear description, testing steps, and the proposed commit message in the PR body.
Helpful links
docs/
— project documentation_instructions/
— rules and agent instructions.github/instructions/
— internal contributor policies and checklists