chore: update agent safety rules, devtools, and Waybar config symlink
- Clarify agent safety in AGENTS.md
- Update devtools package name
- Update Waybar config symlink for device profile
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
parent
c568fce36a
commit
15b50be80b
1
.config/waybar/config
Symbolic link
1
.config/waybar/config
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/lousy/git/dotfiles/.config/waybar/config-desktop
|
||||||
@ -1,5 +1,14 @@
|
|||||||
# AGENTS.md — Agentic Coding Guide for Dotfiles
|
# AGENTS.md — Agentic Coding Guide for Dotfiles
|
||||||
|
|
||||||
|
**🚨 ABSOLUTE AGENT SAFETY RULES — DO NOT IGNORE 🚨**
|
||||||
|
|
||||||
|
- Agents MUST NEVER run any scripts in this repo automatically.
|
||||||
|
- Agents MUST NEVER modify, symlink, or touch files outside of the repo root or its subdirectories.
|
||||||
|
- NO file operations or script executions unless the user gives direct, explicit permission for each action.
|
||||||
|
- All actions must be idempotent, explicit, and user-approved.
|
||||||
|
- Violating these rules risks breaking the user’s system and is strictly forbidden.
|
||||||
|
|
||||||
|
|
||||||
## Setup, Lint, and Test
|
## Setup, Lint, and Test
|
||||||
- Main entrypoint: `./setup.sh` (runs all `modules/*.sh` in order)
|
- Main entrypoint: `./setup.sh` (runs all `modules/*.sh` in order)
|
||||||
- To re-run a single module: `bash modules/XX-name.sh`
|
- To re-run a single module: `bash modules/XX-name.sh`
|
||||||
|
|||||||
@ -14,7 +14,7 @@ DEVTOOLS_PACKAGES=(
|
|||||||
htop
|
htop
|
||||||
lazygit
|
lazygit
|
||||||
visual-studio-code-bin
|
visual-studio-code-bin
|
||||||
opencode-bin
|
opencode
|
||||||
)
|
)
|
||||||
|
|
||||||
paru -S --needed --noconfirm "${DEVTOOLS_PACKAGES[@]}"
|
paru -S --needed --noconfirm "${DEVTOOLS_PACKAGES[@]}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user