Docs assistant

Searches these docs locally; a configured answer service can generate responses.

Ask about this page or the wider Carina docs. Try: “How do I roll back a patch?”

llms.txt

Skip to content

Markdown

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.

  1. Start and check

    carina daemon start # optional if you only use interactive carina
    carina doctor
  2. Run in a repo

    cd /path/to/your/repo
    carina run "Summarize the top-level layout of this repository"
  3. Verify the trail

    carina sessions
    carina audit SESSION
    carina audit verify SESSION
carina run "fix the failing test in parser.go and run the test"

Approvals may appear for risk ≥ 2 commands — expected under safe-edit.

carina patch list SESSION
carina patch rollback SESSION PATCH_ID
carina audit verify SESSION
carina audit SESSION
carina report SESSION
carina items SESSION
carina audit verify SESSION
mkdir -p .carina/workflows
cp examples/workflows/review.json .carina/workflows/
carina workflow run review

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 up
NeedPage
InstallInstall
Full CLICLI reference
Why approvalsPolicy

Was this page helpful?

One vote per page is recorded during this session.