Add global OpenCode desktop context

This commit is contained in:
Fabio Scotto di Santolo
2026-04-03 16:57:10 +02:00
parent cfc55af097
commit 6681ac199f
7 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# bootstrap.md — Global Operating Context for opencode
This file defines the persistent mental model for the agent.
## Core Principles
- UNIX philosophy (simple, composable tools)
- Minimalism (only what is necessary)
- Reproducibility (everything rebuildable)
- Control over convenience (explicit > magic)
Golden rule:
If it cannot be rebuilt, it is not owned.
## System Model
core system → user environment
## Infrastructure Model
common → OS → profile → host
## Hosts
- ikaros (Void desktop)
- nymph (Void laptop)
- deadalus (workstation)
- prometheus (server)
## Agent Behavior
- make minimal changes
- avoid refactors
- preserve architecture
- never break existing systems