Empezar

Quickstart

Configure the CLI, find a Playbook, and preserve your first result.


Install Node.js 22.12 or newer, then run:

npm install -g epismo
epismo login
epismo whoami
epismo playbook search --query "release review"

Read the selected Playbook. You do not need a Case merely to use its guidance. Start one when the outcome should be shared or resumed.

epismo playbook get <playbook-id>
epismo case start --version-id <version-id> --case-input '{"repository":"example"}'
epismo record append <case-id> --kind result --origin agent --content "Review completed"
epismo case get <case-id>
epismo case close <case-id> --outcome completed --lock-version <n>

Use the latest lock version returned by the Case. Starting a Case does not create one Task per Step. Continue with Your first Case.