| name | language-conventions |
| description | Project convention references for Python, TypeScript, and Terraform. |
Language Conventions
Purpose
Enforce consistent coding and tooling conventions across common language stacks.
Inputs
- target language or stack
- existing repo conventions
- build/test tooling
Process
- Detect current conventions from existing files.
- Prefer existing project standards over generic defaults.
- Recommend minimal changes for consistency.
- Validate with the language-specific quality gates.
Output Format
- detected conventions
- recommendations
- commands used to verify alignment
Quality Checks