Source: https://github.com/nmhjklnm/cue-stack/tree/main/cue-command
A command protocol adapter for Cue, compatible with the existing SQLite mailbox (~/.cue/cue.db).
Note: image sending is currently unavailable (WIP).
npm install -g cuemeCopy the contents of protocol.md into your runtime's system prompt / persistent rules:
If you installed via npm, protocol.md is also included in the package.
This file defines the Human Agent Protocol (HAP) rules and the cueme command interface.
cueme speaks to the same SQLite mailbox used by the UI (~/.cue/cue.db). Start the UI:
npm install -g cue-console
cue-console startOpen http://localhost:3000, then in your runtime chat type:
cue
cueme join <agent_runtime>cueme recall <hints>cueme cue <agent_id> -cueme pause <agent_id> -You can also provide the prompt as a positional argument:
cueme pause <agent_id> "Paused. Click Continue when you are ready."Example (macOS + Windsurf):
cueme proto apply windsurfFor detailed proto usage (config, init, render, markers), see:
All commands output plain text to stdout.
