cue-command
v0.1.0
Published
Cue command protocol adapter (stdin/stdout JSON)
Readme
cue-command
A command protocol adapter for Cue (stdin/stdout JSON), compatible with the existing SQLite mailbox (~/.cue/cue.db).
Install
npm install -g cue-commandUsage
join
cue-command joinrecall
cue-command recall --hints "refactored login"cue
cue-command cue --agent_id "tavilron" --prompt "What should I do next?" --timeout 600pause
cue-command pause --agent_id "tavilron" --prompt "Waiting..."rpc mode (stdin)
echo '{"cmd":"join"}' | cue-command rpcAll commands output one JSON object to stdout.
Release
Publishing is tag-driven (GitHub Actions). Create a tag v<version> that matches package.json version.
git tag v0.1.0
git push origin v0.1.0The workflow publishes to npm using NPM_TOKEN from GitHub repo secrets.
