mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 21:56:35 +00:00
10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
---
|
|
description: Rules for installation and provisioning scripts
|
|
globs: scripts/**/*.sh
|
|
alwaysApply: false
|
|
---
|
|
|
|
# Automation Scripts
|
|
|
|
- Automate repeatable setup steps in scripts. For dependencies with official package managers (apt, brew, pip, npm), automate installation. For binaries from external URLs, document the download but require user review before execution.
|
|
- 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. |