JSPM

  • Created
  • Published
  • Downloads 1063
  • Score
    100M100P100Q131469F
  • License MIT

Unified CLI for the @glrs-dev ecosystem — OpenCode agent harness dispatch + worktree management.

Package Exports

  • @glrs-dev/cli
  • @glrs-dev/cli/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@glrs-dev/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@glrs-dev/cli

Unified CLI for the @glrs-dev ecosystem. One binary, six subcommands:

npm i -g @glrs-dev/cli

Requires Bun ≥ 1.2.0 on PATH at runtime.

glrs harness — OpenCode agent harness

Plugin management for @glrs-dev/harness-plugin-opencode (bundled as a dependency).

glrs harness install      # register the harness in opencode.json
glrs harness configure    # interactive configuration
glrs harness doctor       # check installation health
glrs harness uninstall    # remove from opencode.json

glrs wt — worktree management

glrs wt new               # create a new worktree (auto-named)
glrs wt list              # list all worktrees across repos
glrs wt switch            # interactively select and switch
glrs wt delete            # remove worktrees (interactive or by name)
glrs wt cleanup           # delete merged/stale worktrees

Bare invocation: running glrs wt with no arguments in a TTY drops into an interactive picker.

glrs autopilot — autonomous orchestrator

Three-phase scope → plan → execute orchestrator with self-assessment.

glrs autopilot --plan docs/plans/my-plan/

glrs loop — raw prompt loop

Runs PRIME in a loop with a raw prompt. Exits on <autopilot-done> sentinel or budget limits.

glrs loop "implement the auth middleware"

glrs dashboard — live TUI

Real-time dashboard for all running autopilot sessions.

glrs dashboard

glrs upgrade — self-update

glrs upgrade

Auto-update also runs on every CLI invocation (rate-limited to once per hour).

Philosophy

  • One install, one thing to remember for the harness + worktree + autopilot workflow.
  • Separate concerns stay separate. The SSO credential tool @glrs-dev/assume is a standalone Rust binary installed separately.

Docs

Full docs at glrs.dev/cli/.

License

MIT.