What problem does it solve?
Provides a single source of truth for naming, file organization, code style, testing practices, and LLM-safe coding guidelines to reduce inconsistency, onboarding friction, and review churn across a codebase.
Core Features & Use Cases
- Naming Conventions: Clear kebab-case, PascalCase and camelCase rules for files, components, types, and variables to avoid ambiguity.
- Code Organization & Style: Recommended project directory layouts, import ordering, and Prettier/ESLint style choices to keep projects uniform.
- Testing & LLM Guidance: Testing philosophy (TDD, AAA), test coverage priorities, and LLM coding guidelines for safe, minimal, and surgical edits.
- Use Case: Standardize conventions for a JavaScript/TypeScript front-end project to streamline code reviews, onboard new developers faster, and ensure consistent automated formatting.
Quick Start
Apply the Belos Street conventions to align project naming, organization, style, and tests across your repository.