# LLM Codegen Standards

Use these files as the authoritative instructions for AI-assisted code generation in this repository:

- `documentation/llm-codegen-standards/ui-state-architecture.md`
- `documentation/llm-codegen-standards/web-components-guidelines.md`
- `documentation/llm-codegen-standards/governance.md`

## Recommended prompt snippet

```text
Follow repository standards in documentation/llm-codegen-standards/.
Apply ui-state-architecture.md and web-components-guidelines.md as hard constraints.
If generated code conflicts with these standards, prioritize the standards and explain any tradeoff.
```

## Maintenance rule

Any adaptation or new standard for code generation MUST be documented in this folder.
