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. Use "Clawdie Hardware Report" 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

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
---------------

Desktop launcher:
  Clawdie Hardware Report

Terminal:
  mdo -u root hw-report

PRIVILEGE MODEL
---------------

This USB does not use sudo.
Use:
  mdo -u root <command>
