| description | Main entry point for AI-based development and developer reference |
|---|---|
| globs | |
| alwaysApply | true |
BEFORE making ANY code changes, you MUST read and follow the rules in the .ai_rules folder.
# Build solution (REQUIRED before submitting)
dotnet build --configuration Release
# Run tests (REQUIRED after any changes)
dotnet test --configuration Release- Rule violations = code gets reverted
- Missing build/test = changes get rejected
- Never skip the build/test validation
Read the rules. Follow the rules. Test your changes.