shaketoship
v0.1.0
Published
sts - the shaketoship setup CLI. Agent-driven project config write-back for the shaketoship feedback platform.
Readme
shaketoship
sts - the shaketoship setup CLI.
shaketoship turns a user's shake-and-narrate recording into structured feedback and, once a repo is connected, a GitHub issue. This CLI is run by your coding agent (or you) inside the app repo to write the detected project config back to the platform.
Install
npm i -g shaketoshipUsage
sts project set [--project <id>] [--name <name>] [--bundle-id <id>]... [--platform <p>]
sts project status [--project <id>]
sts setup [--config <path>] apply shaketoship.json (idempotent)Environment:
STS_TOKEN- setup token (required). Minted per "Copy prompt" click in the dashboard; short-TTL, single-purpose.STS_API_URL- platform API base URL (defaults to the production API).
Typical agent flow (from the dashboard's generated setup prompt):
STS_TOKEN=sts_... sts project set --project prj_... \
--name "My App" --bundle-id com.example.app --platform iosor write a shaketoship.json (projectId, name, appBundleIds,
platform) and run sts setup.
Related
- iOS SDK: noktadev/shaketoship-swift
- Dashboard: app.shaketoship.com
License
MIT
