mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:56:31 +00:00
Refine coding standards and testing rules
- Updated coding standards to emphasize readability, meaningful comments, and maintainability. - Adjusted test coverage thresholds to 75% for business logic and clarified requirements for test scenarios. - Enhanced guidelines for handling skipped tests, emphasizing the need for investigation and resolution. - Introduced a completeness audit for decomposition in research steps to ensure thoroughness in addressing problem dimensions. Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: Rules for installation and provisioning scripts
|
||||
globs: scripts/**/*.sh
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
# Automation Scripts
|
||||
|
||||
- Automate everything that can be automated. If a dependency can be downloaded and installed, do it automatically — never require the user to manually download and set up prerequisites.
|
||||
- Use sensible defaults for paths and configuration (e.g. `/opt/` for system-wide tools). Allow overrides via environment variables for users who need non-standard locations.
|
||||
Reference in New Issue
Block a user