Thank you for improving Theorvane's open-source projects.
- Read the repository's
AGENTS.md, README, and relevant documentation. - Search existing Issues and pull requests to avoid duplicate work.
- Create or update one focused Issue before implementation.
- State the intended behavior, acceptance criteria, and non-goals.
- Keep changes scoped to one Issue.
- Use an issue-numbered branch based on the repository's integration branch.
- Add or update focused tests before changing behavior.
- Run the repository's documented verification commands.
- Link the Issue with
Closes #<issue-number>. - Do not claim unpublished or planned behavior as currently available.
- Never commit credentials, tokens, generated build outputs, or local environment files.
Each repository may add stricter rules. Its AGENTS.md and contributor documentation take precedence.