Cursor-rules
PromptBeginner5 minmarkdown
Cursor Rules for the git_operations Module
These rules are specific to the git_operations module and supplement general.cursorrules. Always adhere to general.cursorrules unless explicitly overridden here.
17
- This provisioning code is designed to run on Manjaro Linux.
Loading actions...
Main instructions and any bundled files for this skill.
zsh.gum choose or gum confirm.gum input.gum write.pacman for official repository packages.yay for AUR packages.--noconfirm --noprogressbar --quiet to all yay and pacman commands.-s to all curl commands to enable silent mode.set -e at the beginning of scripts to exit on any error.status function for consistent logging across scripts.These rules are specific to the git_operations module and supplement general.cursorrules. Always adhere to general.cursorrules unless explicitly overridden here.
Project Summary:
ALWAYS use uv to run Python code, NOT python or python3!