JSPM

  • Created
  • Published
  • Downloads 1063
  • Score
    100M100P100Q131397F
  • 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

One binary. Requires Bun ≥ 1.2.0.

Docs: glrs.dev/cli

Install

npm i -g @glrs-dev/cli

Commands

glrs harness install         # register OpenCode harness
glrs harness configure       # interactive config
glrs harness doctor          # check health
glrs wt new                  # create worktree
glrs wt list                 # list all worktrees
glrs wt switch               # interactive picker
glrs wt delete               # remove worktrees
glrs wt cleanup              # delete merged/stale
glrs wt                      # bare invocation — interactive picker
glrs loop "do the thing"     # raw prompt autopilot
glrs autopilot --plan ...    # structured orchestrator
glrs upgrade                 # self-update

License

MIT