mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 09:06:36 +00:00
Update coding standards and testing rules; enhance clarity on coverage thresholds and test data requirements. Adjust commit message guidelines for better readability and enforce sound notifications for user interactions.
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