clawdie-iso/live/operator-session/seed/harness.toml
Sam & Claude 1a85f17733 feat(seed): populate CLAWDIESEED partition with agent operational files
Adds seed/ directory with:
- AGENTS.md: zot operational rules (mother, verbs, capabilities)
- harness.toml: harness="zot", model="deepseek-v4-pro"
- env.placeholder: template for API key injection

build.sh seed population step reads provider keys from the build host's
/usr/local/etc/colibri/provider.env and writes them to the seed partition's
env file. Also installs AGENTS.md, harness.toml, and the layered-soul backup.

Keys are NEVER committed — only placeholders. Real keys are injected at build
time from the build host's provider.env (DEEPSEEK_API_KEY, OPENROUTER_API_KEY).
2026-06-25 04:30:17 +02:00

6 lines
205 B
TOML

# Agent harness configuration — seeded onto the CLAWDIESEED partition.
# Read by colibri at boot to determine which agent binary to launch.
harness = "zot"
model = "deepseek-v4-pro"
cost_mode = "smart"