Expand description
CLI argument structures.
Structs§
- Actor
Done Args - Arguments for the
actor donecommand. - Actor
Explain Args - Arguments for the
actor explaincommand. - Actor
List Args - Arguments for the
actor listcommand. - Actor
Show Args - Arguments for the
actor showcommand. - Actor
Spawn Args - Arguments for the
actor spawncommand. - Adopt
Args - Arguments for the
adoptcommand. - Agent
ApiList Args - Arguments for
agent list. - Agent
Capture Args - Arguments for
agent capture. Mirrorsheddle capturewith an extra--sessionguard so an orchestrator can prove it owns the thread before writing. - Agent
Fanout Plan Args - Arguments shared by
agent fanout planandagent fanout start. - Agent
Fanout Start Args - Arguments for
agent fanout start. - Agent
Heartbeat Args - Arguments for
agent heartbeat. - Agent
Ready Args - Arguments for
agent ready. Mirrorsheddle readywith the same--sessionguard. - Agent
Release Args - Arguments for
agent release. - Agent
Reserve Args - Arguments for
agent reserve. - Agent
Serve Args - Agent
Task Create Args - Arguments for
agent task create. - Agent
Task List Args - Arguments for
agent task list. - Agent
Task Show Args - Arguments for
agent task show. - Agent
Task Update Args - Arguments for
agent task update. - Checkpoint
Args - Cli
- Heddle: An AI-native version control system.
- Clone
Args - Arguments for the
clonecommand. - Collapse
Args - Arguments for the
collapsecommand. - Commit
Args - Arguments for the Git-compatible
commitshim. - Diagnose
Args - Arguments for the
diagnosecommand. - Diff
Args - Arguments for the
diffcommand. - Discuss
Append Args - Discuss
List Args - Discuss
Open Args - Discuss
Resolve Args - Discuss
Show Args - Doctor
Args - Arguments for the
doctorcommand (and its subcommands). - Doctor
Docs Args - Arguments for
heddle doctor docs. - Doctor
Schemas Args - Arguments for
heddle doctor schemas. - Expand
Args - Arguments for the
expandcommand. - Hook
Install Source - Init
Args - Arguments for the
initcommand. - Integration
Install Args - Integration
Relay Args - Integration
Target Args - Land
Args - Arguments for the
landcommand. - LogArgs
- Arguments for the
logcommand. - Merge
Args - Arguments for the
mergecommand. - Pull
Args - Arguments for the
pullcommand. - Purge
Apply Args - Purge
List Args - Push
Args - Arguments for the
pushcommand. - Query
Args - Ready
Args - Arguments for the
readycommand. - Redact
Apply Args - Redact
List Args - Redact
Show Args - Redact
Trust AddArgs - Redact
Trust List Args - Redact
Trust Remove Args - Resolve
Args - Arguments for the
resolvecommand. - Retro
Args - Arguments for the
retrocommand. - Revert
Args - Arguments for the
revertcommand. - Review
Health Args - Review
Next Args - Review
Show Args - Review
Sign Args - RunArgs
- Arguments for the
runcommand. - Session
EndArgs - Arguments for the
session endcommand. - Session
List Args - Arguments for the
session listcommand. - Session
Segment Args - Arguments for the
session segmentcommand. - Session
Show Args - Arguments for the
session showcommand. - Session
Start Args - Arguments for the
session startcommand. - Snapshot
Args - Arguments for the
capturecommand. - Switch
Args - Arguments for the Git-compatible
switchshim. - Sync
Args - Arguments for the
synccommand. - Thread
Absorb Args - Arguments for
thread absorb. - Thread
Approvals Args - Arguments for
thread approvals— list every approval recorded for<source> -> <target>. - Thread
Approve Args - Arguments for
thread approve— record an approval for a<source> -> <target>merge against the source thread’s current state. - Thread
Captures Args - Arguments for
thread captures. - Thread
Check Merge Args - Arguments for
thread check-merge— query the merge gate without recording anything. Returns the unmet requirements. - Thread
Cleanup Args - Arguments for
heddle thread cleanup. - Thread
Drop Args - Arguments for
thread drop. - Thread
List Args - Arguments for
heddle thread list. - Thread
Move Args - Arguments for
thread move. - Thread
Name Args - Arguments for commands that take a thread identifier. Omitting the positional resolves to the current thread when one can be inferred from the working checkout.
- Thread
Promote Args - Arguments for
thread promote. - Thread
Rename Args - Arguments for
thread rename. - Thread
Resolve Args - Arguments for
thread resolve. - Thread
Revoke Approval Args - Arguments for
thread revoke-approval— remove a recorded approval by id. - Thread
Show Args - Arguments for
thread show. - Thread
Start Args - Arguments for the
thread startand top-levelstartcommands. - Timeline
Args - Arguments for
heddle timeline. - Timeline
Fork Args - Arguments for
heddle timeline fork. - Timeline
Record Finish Args - Arguments for
heddle timeline record-finish. - Timeline
Record Start Args - Arguments for
heddle timeline record-start. - Timeline
Record Tool Args - Shared scrubbed native tool-call identity for timeline recording commands.
- Timeline
Recover Args - Arguments for
heddle timeline recover. - Timeline
Reset Args - Arguments for
heddle timeline reset. - Timeline
Status Args - Arguments for
heddle timeline status. - Timeline
Target Args - Shared selector arguments for timeline action commands.
- Transaction
Abort Args - Transaction
Begin Args - Transaction
IdArgs - TryArgs
- Arguments for the
trycommand — atomic-ephemeral-thread sugar. - Undo
Args - Arguments for the
undocommand. - Visibility
List Args - Visibility
Promote Args - Visibility
SetArgs - Visibility
Show Args - Watch
Args - Arguments for the
watchcommand.
Enums§
- Actor
Commands - Actor subcommands.
- Agent
Commands - Agent
Fanout Commands - Agent
Release Status Arg - Agent
Task Commands - Agent
Task Status Arg - CliOutput
Mode - Commands
- Completion
Subject - Context
Commands - Context subcommands.
- Context
Reason Commands - Daemon
Commands - Daemon control plane subcommands. See
Commands::Daemon. - Discuss
Commands - Doctor
Commands heddle doctor <subcommand>surface.- Export
Commands - Fsck
Repair Target - GitSource
- Source for a git import: either a local filesystem path or a URL that sley can fetch from.
- Hook
Commands - HotEvent
Kind Arg - Coarse classification mirroring
semantic::HotEventKind.clap’sValueEnumprovides the kebab-case CLI spelling (file-modified,function-extracted, etc.) automatically. - HotSpot
KeyArg - What dimension to group events on. Mirrors
semantic::HotSpotKeyone-to-one. - Import
Commands - Integration
Commands - Maintenance
Commands - Maintenance subcommands.
- Oplog
Commands - Output
Mode - Purge
Commands - Redact
Commands - Redact
Trust Commands - Remote
Commands - Resolve
Mode Arg - Review
Commands - Semantic
Commands - Session
Commands - Session subcommands.
- Shell
Commands - Shell
Kind - Sign
Kind Arg - Stash
Commands - Sync
Commands - Thread
Commands - Thread
Marker Commands - Timeline
Commands - Timeline navigation action commands.
- Transaction
Commands - Visibility
Commands - Visibility
Tier Arg - CLI surface for the tier enum.
VisibilityTiercarries a label on its team-scoped / restricted / private variants, so it can’t deriveValueEnumdirectly; this flat enum +--labelreconstructs it. Kept in lockstep withVisibilityTierbyVisibilityTierArg::into_tier. - Workspace
Mode Arg - User-facing
--workspaceflag values. Vocabulary is the same as [crate::cli::commands::repo::ThreadMode] (and the on-wirethread.modeJSON field) so a single name carries through the CLI, the daemon, and the thread record on disk. Seedocs/design/clonefile-threads.mdfor the rationale.