@mysecond/cli
v1.4.3
Published
mySecond PM Operating System — CLI installer and sync agent
Readme
@mysecond/cli
The CLI installer + sync agent for mySecond, the PM Operating System for product teams.
Install
npm install -g @mysecond/cli
mysecond init --api-key <your-api-key>Your API key comes from mysecond.ai/activate/complete after you finish the context wizard.
Subcommands
| Command | Purpose |
|---|---|
| mysecond init | Install the PM OS into the current Claude Code workspace. Idempotent and resumable. |
| mysecond sync | Pull the latest context, skills, and agents from mysecond.ai into the workspace. |
| mysecond artifact-sync | Push a changed artifact (skill output, doc, plan) up to mysecond.ai. |
Status
This is the v1.1.0 scaffold. init, sync, and artifact-sync are stubs that exit with a "not yet implemented" message. Real implementations land in:
- PR 4b —
syncandartifact-sync(port frommysecond-app/scripts/sync-context.js) - PR 4c —
init(13 atomic, idempotent, resumable steps per EDD §6)
Requirements
- Node.js 18 or newer
- An active mySecond subscription (mysecond.ai/pricing)
- Claude Code (Desktop or CLI)
Development
npm install
npm run typecheck # tsc --noEmit
npm run build # esbuild bundle → dist/mysecond.mjs
npm test # vitest run
node bin/mysecond.cjs --helpReleasing
Tag a version and push the tag — CI publishes to npm automatically.
npm version patch # or minor/major
git push --follow-tagsLicense
UNLICENSED — proprietary. © mySecond.
