Package Exports
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 (@promptster/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@promptster/cli
The official Promptster CLI. Capture and submit AI-native developer assessments.
Installation
npm install -g @promptster/cli
# or
pnpm add -g @promptster/cliUsage
# Validate your candidate key and accept terms
promptster redeem PST-XXXX-XXXX
# Configure hooks/MCP and begin your assessment
promptster start
# Submit when you're done
promptster done
# Check current session info
promptster status
# Diagnose your setup
promptster doctorSupported Platforms
- macOS (Intel + Apple Silicon)
- Linux (x64 + arm64)
- Windows (x64)
Releasing a New Version
From the repo root:
# 1. Build binaries with the target version
cd apps/promptster-cli-npm
node scripts/build.js 0.2.5 # replace with your version
# 2. Update package.json version
# Edit version field in apps/promptster-cli-npm/package.json
# 3. Verify
node bin/promptster.js version # should print 0.2.5
# 4. Publish (pnpm workspace-safe)
pnpm publish --access public --no-git-checksOr push a cli-v0.2.5 git tag — CI will build + publish automatically.
License
Business Source License 1.1 (BSL 1.1). See LICENSE for details. The promptster CLI binary is free to use for assessment participation by candidates and reviewers.