Skip to main content

Module commands

Module commands 

Source
Expand description

CLI command implementations.

Structs§

LogCommandOptions
RetroCommandOptions
SnapshotAgentOverrides

Constants§

REGISTERED_VERBS
All verbs whose --json output has a schema mirror.

Functions§

agent_api_schema
Return the combined JSON schema for the public agent-API output types. Snapshot-tested in tests/agent_api_schema.rs so any breaking change to the wire shape is caught at PR review.
cmd_abort
cmd_actor_done
cmd_actor_explain
cmd_actor_list
cmd_actor_show
cmd_actor_spawn
cmd_agent
cmd_agent_capture
heddle agent capture --session <SID>: a session-validated alias for heddle capture that proves the caller still owns the reservation it claims to before writing.
cmd_agent_heartbeat
cmd_agent_list
cmd_agent_ready
heddle agent ready --session <SID>: a session-validated alias for heddle ready that ensures the caller still owns the reservation it’s trying to mark ready.
cmd_agent_release
cmd_agent_reserve
cmd_attempt
cmd_bisect
cmd_blame
cmd_bridge_git
Execute bridge subcommands.
cmd_capture_split
cmd_checkpoint
cmd_cherry_pick
cmd_clean
cmd_clone
cmd_collapse
Collapse (squash) multiple states into a single state.
cmd_compare
Compare two states.
cmd_completion
cmd_conflict
cmd_context_audit
cmd_context_check
cmd_context_edit
cmd_context_get
cmd_context_history
cmd_context_list
cmd_context_rm
cmd_context_set
Set a context annotation on a file path or state target.
cmd_context_suggest
cmd_context_supersede
cmd_continue
cmd_daemon_serve
cmd_daemon_status
cmd_daemon_stop
Post-condition contract for cmd_daemon_stop: when this returns Ok(()) after a live-daemon shutdown, the caller may rely on all four of the following being true:
cmd_delegate
cmd_diagnose
cmd_diff
cmd_discuss
cmd_doctor_docs
Public entrypoint wired from main.rs.
cmd_doctor_schemas
Public entrypoint for heddle doctor schemas.
cmd_fetch
cmd_fork
Create a fork (exploration branch) from the current or specified state.
cmd_fsck
cmd_gc
cmd_git_overlay_guide
cmd_goto
cmd_harness_bridge
cmd_hook
cmd_index
cmd_init
cmd_integration
cmd_log
cmd_maintenance
cmd_marker
cmd_merge
cmd_monitor
cmd_pull
Execute pull command.
cmd_purge
cmd_push
Execute push command.
cmd_query
cmd_ready
cmd_rebase
cmd_redact
cmd_redo
cmd_remote
Execute remote command.
cmd_resolve
cmd_retro
cmd_revert
cmd_review
cmd_run
cmd_schemas
Public entrypoint for heddle schemas <verb> [--json].
cmd_semantic
Top-level dispatch for heddle semantic <subcommand>.
cmd_session_end
cmd_session_list
cmd_session_segment
cmd_session_show
cmd_session_start
cmd_ship
cmd_show
cmd_snapshot
cmd_start
cmd_stash
cmd_status
cmd_store
cmd_sync
cmd_sync_smart
cmd_thread
cmd_thread_absorb
cmd_thread_move
cmd_thread_resolve
cmd_thread_show
cmd_transaction
cmd_try
cmd_undo
cmd_version
cmd_watch
Top-level entry point. Threading-wise:
cmd_workspace
cmd_workspace_show
maybe_prompt_init_install
schema_for_verb
Generate the schema for verb. Returns None if no schema is registered.