External Repo Guidelines
When working on a fork-mode repo, you have access to contributing guidelines extracted from the upstream repository.
How to Use
Check CONTEXT.md for a
## Contributing Guidelinessection. If present, it contains the upstream repo's ownAGENTS.md,CONTRIBUTING.md, and/or.github/CONTRIBUTING.md.Follow the repo's conventions for:
- Coding style and formatting
- Test commands and frameworks
- Commit message format
- PR description format
- Any other contributing rules
When repo-specific conventions conflict with general Cistern patterns, prioritize the repo's conventions. For example, if the repo's
CONTRIBUTING.mdspecifies./gradlew testas the test command, use that instead of a genericgo test ./....If the Contributing Guidelines section is empty or missing, proceed with Cistern's default conventions. The absence of guidelines means either the repo is direct-mode or no guideline files were found in the upstream repository.