temper command, emitted from the built binary's own --help. If a pageDeveloper workflow tool for agent-assisted development
Usage: temper [OPTIONS] <COMMAND>
Commands:
init Initialize a new vault
check Check vault integrity and tool health
status Show vault status overview
resource Manage resources (tasks, goals, sessions, research, concepts, decisions)
context Manage contexts (projects)
warmup Context primer for new sessions — active goals, in-progress tasks, recent session pointers
invitations List the pending team invitations addressed to you
skill Manage agent skill (install for Claude Code or opencode)
memory Manage the Claude Code memory projection
auth Authenticate with temper cloud
slack Manage the Slack account link
team Manage team membership and access
admin Administer the instance (system settings, promote admins, review requests)
pull Materialize a context's resources into the local read-only projection
config Manage temper global config
query Run a composed query — declared acts, piped, answered in one round trip
search Search the knowledge base
edge Assert or mutate a relationship between resources (writes go through the cloud API)
cogmap Operate on cognitive maps (admin-gated content reconcile)
invocation Operate on agent-invocation envelopes (open / close / show / list)
steward Team-self-cognition steward ingest trigger (delta / advance-watermark)
trail Read the event trail (append-only history) of a graph element — a resource node or a relationship edge
version Print the CLI version, optionally with the running binary's SHA-256 or an offline (or online) manifest verdict
update Self-update the CLI to the latest release (curl-script installs only)
help Print this message or the help of the given subcommand(s)
Options:
--vault <VAULT> Path to vault (overrides TEMPER_VAULT and auto-detection)
--format <FORMAT> Output format: json | toon (default: toon on a TTY, json otherwise). Precedence: --format → TEMPER_FORMAT → cli.format config → TTY default
--embed-threads <N> ONNX intra-op threads for embedding. `0` = let ONNX Runtime decide. Default: this machine's performance-core count (NOT its total core count — efficiency cores measurably slow the batch down). Precedence: --embed-threads → TEMPER_ONNX_INTRA_THREADS → detected → 1
--color <COLOR> Color output: auto | always | never (default: auto). Precedence: --color → TEMPER_COLOR → cli.color config → NO_COLOR → auto
-h, --help Print help
-V, --version Print version| Command | Summary |
|---|---|
temper init | Initialize a new vault |
temper check | Check vault integrity and tool health |
temper status | Show vault status overview |
temper resource | Manage resources (tasks, goals, sessions, research, concepts, decisions) |
temper context | Manage contexts (projects) |
temper warmup | Context primer for new sessions — active goals, in-progress tasks, recent session pointers |
temper invitations | List the pending team invitations addressed to you |
temper skill | Manage agent skill (install for Claude Code or opencode) |
temper memory | Manage the Claude Code memory projection |
temper auth | Authenticate with temper cloud |
temper slack | Manage the Slack account link |
temper team | Manage team membership and access |
temper admin | Administer the instance (system settings, promote admins, review requests) |
temper pull | Materialize a context's resources into the local read-only projection |
temper config | Manage temper global config |
temper query | Run a composed query — declared acts, piped, answered in one round trip |
temper search | Search the knowledge base |
temper edge | Assert or mutate a relationship between resources (writes go through the cloud API) |
temper cogmap | Operate on cognitive maps (admin-gated content reconcile) |
temper invocation | Operate on agent-invocation envelopes (open / close / show / list) |
temper steward | Team-self-cognition steward ingest trigger (delta / advance-watermark) |
temper trail | Read the event trail (append-only history) of a graph element — a resource node or a relationship edge. |
temper version | Print the CLI version, optionally with the running binary's SHA-256 or an offline (or online) manifest verdict. |
temper update | Self-update the CLI to the latest release (curl-script installs only). |