Skip to main content
This page covers the operational and low-level command families that sit below the higher-level setup and context flows.

Runtime Operations

potpie daemon

Controls the local daemon lifecycle.

potpie service

Controls supporting services used by the daemon environment.

potpie backend

Controls graph backend profiles and readiness.

Event Ledger

Graph Workbench

potpie graph is the low-level graph surface. This is where reads, search, proposals, commits, inbox review, quality checks, and bulk mutation flows live.

Top-level graph commands

Important read/write helpers

potpie graph read

Use this for structured reads over a subgraph and named view. Important options:

potpie graph search-entities

Use this before a write when you need exact entity or claim resolution. Important options:

potpie graph mutation-template

Print a schema-only mutation skeleton for graph propose. Supported --kind values include:
  • bug-fix
  • decision
  • feature
  • infra-snapshot
  • preference
  • preference-policy
  • repo-baseline
  • timeline-change
  • timeline-event

potpie graph nudge

Deterministic local event-to-action policy brain. It injects ranked context, prompts writes, or stays silent without calling a model.

Inbox, quality, and bulk mutation flows

potpie graph inbox

potpie graph quality

potpie graph bulk

Timeline Reads

potpie timeline recent

Read recent project events from the active or current pot across repo sources.

Skills & Cloud

potpie skills

Common options:
  • --agent defaults to claude
  • --scope defaults to global
  • --path overrides the target path

potpie cloud

Managed profile and sync commands are present but still marked TODO-oriented.