Reorganize OpenCode context initialization

This commit is contained in:
Fabio Scotto di Santolo
2026-04-03 17:06:13 +02:00
parent 6681ac199f
commit 52b9b850ed
25 changed files with 125 additions and 26 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