Browse Source

Refine Divoom documentation placement

Alvin Unreal 3 months ago
parent
commit
541db64842
3 changed files with 4 additions and 12 deletions
  1. 1 0
      .gitignore
  2. 1 11
      README.md
  3. 2 1
      docs/divoom.md

+ 1 - 0
.gitignore

@@ -81,3 +81,4 @@ wheels/
 *.egg-info/
 .installed.cfg
 *.egg
+captures/

+ 1 - 11
README.md

@@ -21,17 +21,6 @@ The main idea is simple: instead of forcing one model to do everything, the plug
 
 To explore the agents themselves, see **[Meet the Pantheon](#meet-the-pantheon)**. For the full feature set, see **[Features & Workflows](#features-and-workflows)** below.
 
-### Divoom MiniToo Status Display
-
-You can optionally mirror orchestrator and specialist-agent activity to a Divoom
-MiniToo Bluetooth display. Install and run the companion macOS daemon first,
-then enable `divoom.enabled` in the plugin config. See **[Divoom Display
-Integration](docs/divoom.md)**.
-
-<div align="center">
-  <video src="img/divoom-minitoo.mp4" controls width="720"></video>
-</div>
-
 ### Quick Start
 
 Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
@@ -494,6 +483,7 @@ Use this section as a map: start with installation, then jump to features, confi
 | Doc | What it covers |
 |-----|----------------|
 | **[Council](docs/council.md)** | Run multiple models in parallel and synthesize a single answer with `@council` |
+| **[Divoom Display](docs/divoom.md)** | Mirror orchestrator and specialist-agent activity to a Divoom MiniToo Bluetooth display |
 | **[Interview](docs/interview.md)** | Turn rough ideas into a structured markdown spec through a browser-based Q&A flow |
 | **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux or Zellij panes |
 | **[Session Management](docs/session-management.md)** | Reuse recent child-agent sessions with short aliases instead of starting over |

+ 2 - 1
docs/divoom.md

@@ -4,7 +4,8 @@ oh-my-opencode-slim can mirror agent activity to a Divoom MiniToo Bluetooth
 display. The integration is optional and disabled by default.
 
 <div align="center">
-  <video src="../img/divoom-minitoo.mp4" controls width="720"></video>
+  <video src="https://raw.githubusercontent.com/alvinunreal/oh-my-opencode-slim/master/img/divoom-minitoo.mp4" controls width="720"></video>
+  <p><a href="https://raw.githubusercontent.com/alvinunreal/oh-my-opencode-slim/master/img/divoom-minitoo.mp4">Open video preview</a></p>
 </div>
 
 ## What it shows