Instruction file imported from coji831/agentic-devops-solar-ralph (
.github/instructions/conventions.instructions.md). Copyright stays with the author.
Code Conventions
Populated by Pass 2 of the 5-pass scan (/solar-setup-scan-repo or /solar-setup-full). Replace [FILL IN] markers with values detected from the project, or populate manually.
Naming
- Files: [FILL IN — e.g., kebab-case.ts for modules, PascalCase.tsx for React components]
- Functions: [FILL IN — e.g., camelCase verbs]
- Types/Interfaces: [FILL IN — e.g., PascalCase]
- Constants: [FILL IN — e.g., SCREAMING_SNAKE_CASE]
Commit Format
- Pattern: [FILL IN — e.g., conventional commits: (): ]
- Allowed types: [FILL IN — e.g., feat, fix, chore, docs, test, refactor]
PR Requirements
- [FILL IN — e.g., tests must pass, one approval required]
Code Style
- [FILL IN — e.g., ESLint + Prettier enforced via CI]
- [FILL IN — e.g., no console.log in production code]
Checklist Items
- [FILL IN — copy key "must/should/never/always" rules from project docs]