Refactor: centralize AI instructions and opencode config into common dotfiles

This commit is contained in:
Fabio Scotto di Santolo
2026-04-27 19:17:14 +02:00
parent c8f989bc05
commit e94c89ea53
25 changed files with 10 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
owner: "{{ effective_username }}"
group: "{{ effective_user_group }}"
mode: "{{ item.mode }}"
loop: "{{ common_dotfiles | default([]) }}"
loop: "{{ (common_dotfiles | default([])) + (ai_agents_dotfiles | default([])) }}"
loop_control:
label: "{{ item.dest }}"