mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Refactor: centralize AI instructions and opencode config into common dotfiles
This commit is contained in:
30
dotfiles/common/.config/ai/bootstrap.md
Normal file
30
dotfiles/common/.config/ai/bootstrap.md
Normal 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 unnecessary refactors
|
||||
- preserve architecture
|
||||
- never break existing systems
|
||||
Reference in New Issue
Block a user