clawdie-iso/live/operator-session/START-HERE.txt
Sam & Claude 7300fec1e2 0.12.0: hw-probe + model fixes + mother MCP infra
Combined from three feature branches:
- feature/hw-probe-agent-bootstrap: JSON hardware probe (clawdie-hw-probe),
  remove desktop icon, update START-HERE.txt
- chore/0.12.0-model-fix-bump: deepseek-v4-pro model names, version 0.12.0
- feature/mother-mcp-infra: build-colibri.sh MCP tool, colibri-mcp-ssh wrapper
2026-06-23 10:49:38 +02:00

86 lines
1.8 KiB
Text

CLAWDIE OPERATOR USB — START HERE
=================================
This desktop opens quiet on purpose.
Colibri runs in the background; you choose when to open the operator UI.
FIRST ACTIONS
-------------
1. Save any notes you want in this file or close it.
2. Open "Colibri Dashboard" on the desktop when you are ready.
3. Run 'mdo -u root hw-report' in a terminal if this machine needs diagnostics.
COLIBRI
-------
The daemon should already be running.
Check:
service colibri_daemon status
If needed:
mdo -u root service colibri_daemon start
Desktop launcher:
Colibri Dashboard
Terminal commands:
colibri status
colibri snapshot
colibri list-tasks
colibri list-skills
colibri-mcp tools
SECRETS / PROVIDERS
-------------------
Provider env:
/usr/local/etc/colibri/provider.env
If you are using Vaultwarden bootstrap:
- the image already knows the Clawdie Vaultwarden URL
- add BW_CLIENTID, BW_CLIENTSECRET, and BW_PASSWORD
- keep the file mode 0600
- restart colibri_daemon after edits
Example:
mdo -u root ee /usr/local/etc/colibri/provider.env
mdo -u root chmod 600 /usr/local/etc/colibri/provider.env
mdo -u root service colibri_daemon restart
LIVE SEED
---------
Seed partition label:
CLAWDIESEED
If this stick was seeded with provider keys, there is nothing to do: the
agent's keys were loaded before the daemon started, so Colibri auto-spawns
the agent on boot. Check with:
colibri status
Readable operator guide:
/usr/local/share/clawdie-iso/seed/README.txt
REFERENCE
---------
Full HTML reference:
/usr/local/share/clawdie-iso/bootstrap/index.html
Open manually:
firefox file:///usr/local/share/clawdie-iso/bootstrap/index.html
HARDWARE REPORT
---------------
Terminal:
mdo -u root hw-report
PRIVILEGE MODEL
---------------
This USB does not use sudo.
Use:
mdo -u root <command>