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

@@ -0,0 +1,5 @@
# Ansible Role Pattern
- Create roles for reusable logic
- Keep structure clean
- Use handlers for services

View File

@@ -0,0 +1,5 @@
# Dotfiles Layering Pattern
common → profile → host
Avoid duplication and keep overrides minimal

View File

@@ -0,0 +1,8 @@
# Project Structure Pattern
infra/
ansible/
dotfiles/
scripts/
Keep structure predictable

View File

@@ -0,0 +1,5 @@
# Service Setup Pattern
- Define service
- Enable via init system
- Use handler for restart