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:
Martin Büchler 2025-08-08 11:19:12 +02:00
parent c568fce36a
commit 15b50be80b
3 changed files with 11 additions and 1 deletions

View File

1
.config/waybar/config Symbolic link
View File

@ -0,0 +1 @@
/home/lousy/git/dotfiles/.config/waybar/config-desktop

View File

@ -1,5 +1,14 @@
# 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 users system and is strictly forbidden.
## Setup, Lint, and Test
- Main entrypoint: `./setup.sh` (runs all `modules/*.sh` in order)
- To re-run a single module: `bash modules/XX-name.sh`

View File

@ -14,7 +14,7 @@ DEVTOOLS_PACKAGES=(
htop
lazygit
visual-studio-code-bin
opencode-bin
opencode
)
paru -S --needed --noconfirm "${DEVTOOLS_PACKAGES[@]}"