@typescape-ai/cli
v1.6.0
Published
Typescape CLI - Create review sessions, export feedback, and integrate with AI workflows
Maintainers
Readme
@typescape-ai/cli
Typescape CLI - Create review sessions, export feedback, and integrate with AI workflows.
Requirements
- Bun >= 1.0.0
Installation
# Using bun
bun add -D @typescape-ai/cli
# Using npm/pnpm/yarn (still requires Bun runtime)
npm install -D @typescape-ai/cliQuick Start
- Initialize config in your repo:
bunx typescape init- Set your API token:
export TYPESCAPE_API_KEY=your-token-here- Create a review session:
bunx typescape session create --file docs/README.md- Export feedback:
bunx typescape session export --session sess_xxxCommands
| Command | Description |
| ----------------- | ------------------------------------------- |
| init | Create .typescape/config.yaml |
| config validate | Validate config and show effective settings |
| session create | Create a new review session |
| session export | Export feedback as JSON |
| smoke-test | End-to-end sanity check |
Configuration
Create .typescape/config.yaml:
version: 1
server:
base_url: https://your-typescape-instance.comSet TYPESCAPE_API_KEY environment variable with your operator token.
License
MIT
