Common workflows
Short recipes aligned with the live CLI — first session, fix tests, audit, rollback, embed.
Task-shaped recipes. Concepts: Policy, Audit. Linear tour: Quickstart.
First governed session
Section titled “First governed session”Start and check
carina daemon start # optional if you only use interactive carinacarina doctorRun in a repo
cd /path/to/your/repocarina run "Summarize the top-level layout of this repository"Verify the trail
carina sessionscarina audit SESSIONcarina audit verify SESSION
Fix a failing test
Section titled “Fix a failing test”carina run "fix the failing test in parser.go and run the test"Approvals may appear for risk ≥ 2 commands — expected under safe-edit.
Roll back a bad patch
Section titled “Roll back a bad patch”carina patch list SESSIONcarina patch rollback SESSION PATCH_IDcarina audit verify SESSIONInspect what the agent did
Section titled “Inspect what the agent did”carina audit SESSIONcarina report SESSIONcarina items SESSIONcarina audit verify SESSIONRun the review workflow
Section titled “Run the review workflow”mkdir -p .carina/workflowscp examples/workflows/review.json .carina/workflows/carina workflow run reviewEmbed / script
Section titled “Embed / script”Open Method catalog → expand a method → Playground → Mock for a response shape without a daemon.
For live JSON-RPC over the local socket, use the Sessions API samples or SDKs (client.request("session.create", …)).
carina gateway methods # list methods when gateway/daemon is upSource of truth
Section titled “Source of truth”- Recipes on this page · CLI:
carina --help· CLI reference - Security defaults: Policy · Audit
- Embed path: Method catalog · Sessions
| Need | Page |
|---|---|
| Install | Install |
| Full CLI | CLI reference |
| Why approvals | Policy |
Was this page helpful?
What went wrong?
Thanks for the feedback.
One vote per page is recorded during this session.