Thank you for your interest in contributing to the TRAE Rules Project!
- Open an issue with a clear description of the problem or proposal.
- For pull requests, include a concise summary of changes and rationale.
- Keep the style consistent with existing files and update documentation when needed.
- Prefer small, atomic changes with clear commit messages.
- Follow the project’s rules documented in
.trae/rules/. - Use
SAVEAGGto record session progress when relevant. - Use
DOCUPDATEfor technical documentation changes (APIs, CLI, architecture).
- If you use TRAE commands during your work, consider saving a validation session with
SAVETEST. - Use
LOADTESTto review validation history andTESTREPORTto compile a final report.
- Sensitive files or credentials (e.g.,
.env). - Unnecessary OS-specific files (e.g.,
.DS_Store). - Large build artifacts or dependencies (
node_modules/).
By contributing, you agree that your contributions will be licensed under the MIT License.
README_IT.md/README_EN.md: project overview and usage..trae/: rules, examples, and utilities for TRAE Workflow.UPDATE_PR.md: session updates history (generated bySAVEAGG).STRUTTURA_PROGETTO.md: technical docs (updated byDOCUPDATE).
We appreciate your contributions—thank you!