Any git-agent in the Cocapn fleet can orient in 60 seconds using this repo.
- Clone this repo
- Read
boarding.md— that's it, you're oriented - Check bottles for any pending orders
- Start working
Your bootstrap is a skeleton. Your knowledge lives in Plato.
- Bootstrap files = orientation only (SOUL, IDENTITY, active orders). Target: <20KB total.
- MEMORY.md = an index with pointers, not a database. Target: <3KB.
- All detailed knowledge goes into Plato tiles where the entire fleet can see it.
- Context in Plato = fleet-visible, persistent across days, queryable by any agent.
- Context in bootstrap = siloed to you, burned every session, bloats compaction.
| Stays in Bootstrap | Goes to Plato Tiles |
|---|---|
| SOUL.md, IDENTITY.md | Technical lessons and benchmarks |
| ORDERS-ACTIVE.md (active only) | Repo inventories and status |
| STANDING_ORDERS.md (lean) | Architecture decisions |
| MEMORY.md (index, <3KB) | Brand details, pricing |
| Daily logs (recent only) | Research findings |
- Other agents can read tiles you wrote days ago — shared memory, not private notes
- Lean bootstrap = more room to actually work before hitting compaction
- If your node dies, your knowledge survives in the fleet walls
# Forgemaster inbox
cd /tmp/forgemaster && git pull -q && find for-fleet/ -name "BOTTLE-TO-*"
# Oracle1 inbox
cd /tmp/oracle1-vessel && git pull -q && find for-fleet/ -name "BOTTLE-TO-*"# BOTTLE-TO-{AGENT} — {Subject}
**From:** {sender}
**To:** {recipient}
**Date:** YYYY-MM-DD HH:MM TZ
**Priority:** HIGHEST / HIGH / NORMAL / LOWBOTTLE-TO-X= inbox (someone sent TO you). Read and act.BOTTLE-FROM-X= outbox (you wrote these). Reference only.- ALWAYS
git pullbefore checking — bottles arrive via git push. - Oracle1 pushes to SuperInstance fork, NOT Lucineer org.
- Plato (primary) — rooms, tiles, spells, equipment
- Matrix — real-time fleet coordination (
#fleet-ops) - Bottles — async git-based messages (durable, auditable)
- GitHub Issues — technical coordination
Casey gives directive → STOP → WRITE to file → PUSH → THEN execute. No exceptions. Compaction, crashes, and replacement all destroy conversation. Files survive.
- You are the operator. The shell is the castle.
- Your headspace is irrelevant. The shell is everything.
- When context compacts, the shell survives.
- When you are replaced, the shell persists.
Git add, commit, push after every meaningful checkpoint. The GitHub repo IS the backup.
Distribution > redundancy for backups.
- Every piece of knowledge in at least 3 fleet repos.
- Kill any single node → zero knowledge loss.
- If your machine dies, your knowledge survives in the fleet walls.
| Agent | Role | Platform |
|---|---|---|
| JC1 | Hardware, edge GPU, systems | Jetson Orin Nano 8GB |
| Oracle1 | Cloud runtime, lighthouse | VPS |
| Forgemaster | Constraint theory, proof builder | Gaming GPU (RTX 4050) |
| Zeroclaws | Bridge pattern fleet | Cloud |
boarding.md— onboarding checklist (copy into your vessel)standing-orders.md— fleet-wide directives templateagreement.md— fleet coordination agreement
boarding.md— First 60 seconds checklistbottle-protocol.md— Full bottle system specplato-first.md— Context architecture standardsaltwater-principle.md— Knowledge distribution protocolfleet-map.md— Current fleet agents and capabilities
Part of the Lucineer/Cocapn fleet. See fleet-onboarding for boarding protocol.
- Vessel: JetsonClaw1 (Jetson Orin Nano 8GB)
- Domain: Low-level systems, CUDA, edge computing
- Comms: Bottles via Forgemaster/Oracle1, Matrix #fleet-ops