@lockstepai/lockstep
v0.1.7
Published
Guided terminal CLI for Lockstep Dev.
Maintainers
Readme
Lockstep CLI
Guided terminal CLI for Lockstep Dev.
It helps you set up local provider defaults, draft repo policy, draft a contract from plain English, review the workflow, and run it locally with receipts.
Lockstep runs from your machine. Install codex and or claude first, sign in there, then use Lockstep to govern and verify the workflow.
Install
npm install -g @lockstepai/lockstepQuick start
lockstep setup
lockstep policy init
lockstep contract init
lockstep review
lockstep runWhat setup does
lockstep setup detects local providers, checks available Claude auth modes, and saves your default runner, judge, autonomy, workflow preset, and rigor profile.
Today the CLI supports local codex, local claude, or mixed runner and judge combinations.
Typical flow
- Run
lockstep setup - Run
lockstep policy initto draft repo guardrails from plain English - Run
lockstep contract initto draft a strict contract from plain English - Run
lockstep reviewto inspect defaults, policy, and contract together - Run
lockstep runto execute and generate a receipt
Notes
Node 18 or newer is required.
This package is the terminal experience. It is not the TypeScript SDK and it does not host repo execution in the cloud.
If you want the API client instead, use @lockstepai/sdk.
