CLI Glossary

Lookup page for terms used in live commands, events, and operator-facing output. Planned/reserved vocabulary is intentionally excluded.

CLI Guide

Workflow learning, first-run setup, and operator sequence.

Open CLI Guide

Scope rules

  • Implemented/live terms only.
  • Planned/reserved terms are excluded from this page.
  • Command behavior remains defined by runtime and contracts.

Core workflow terms

TermTypeMeaningExample
scanDomain/workflowCaptures system state evidence.auditwalk scan run --profile full
baselineDomain/workflowTrusted reference selected from scan evidence.auditwalk baseline set --scan-id <scan_id>
preflightDomain/workflowFast baseline-referenced verification pass.auditwalk preflight run
compareDomain/workflowProduces factual differences vs baseline.auditwalk compare run
doctorDomain/workflowInterprets compare evidence into advisory output.auditwalk doctor run

Command language terms

TermTypeMeaningExample
domainCLI grammarTop-level namespace after auditwalk.compare, watch
actionCLI grammarVerb inside a domain.run, show, export
argumentCLI grammarPositional command value.<scan_id>
optionCLI grammarFlag that modifies behavior.--format json
targetCLI grammarSpecific record selected by arg/option.<finding_id>
canonicalCLI grammarPreferred public command form.auditwalk compare run
aliasCLI grammarAccepted shortcut mapped to canonical form.auditwalk scan quick
default rewriteCLI grammarNoun-only invocation rewritten to default action.auditwalk doctor -> auditwalk doctor run

Evidence and result terms

TermTypeMeaningExample
driftOutput conceptDifference from trusted baseline context.drift_detected
findingOutput conceptIndividual interpreted issue in output surfaces.finding_id
evidenceOutput conceptObserved data backing decisions.data.evidence[*]
artifactOutput conceptPersisted output object (scan/compare/doctor/report/plan).compare_*.json
partialResult postureOperation completed with incomplete coverage/context.partial coverage
completedResult postureOperation finished normally.tick completed
degradedResult postureOutput succeeded with reduced confidence.result_status=degraded
policy_suppressedPolicy metadataFinding urgency/visibility reduced by policy.policy_suppressed=true
hash-only changeDrift conceptHash change without broader object-type change.hash-only drift
skipped entriesOutput conceptPaths/entities omitted from processing scope/result.skipped entries

Advisory terms

TermTypeMeaningExample
noneAdvisory stateNo advisory state for completed watch tick.advisory_state=none
advisory_readyAdvisory stateWatch advisory state is ready/non-degraded.advisory_state=advisory_ready
degraded_advisoryAdvisory stateWatch advisory state is degraded.advisory_state=degraded_advisory
guardrail_blockedAdvisory stateAdvisory/escalation path blocked by guardrail.advisory_state=guardrail_blocked
conditionDoctor fieldObserved condition label.condition=...
severityDoctor fieldUrgency tier.severity=HIGH
actionDoctor fieldOperator attention class.action=REVIEW
recommendationDoctor fieldSuggested next step.recommendation=...
confidenceDoctor fieldConfidence level for interpretation.confidence=...
reason codeAdvisory metadataStructured rationale code.primary_reason_code=...
rule IDAdvisory metadataStable decision rule identifier.rule_id=...

Watch and runtime terms

TermTypeMeaningExample
watchDomain/workflowContinuous baseline-referenced monitoring loop.auditwalk watch run --interval 300
watch_startedEvent typeWatch loop started.event_type=watch_started
watch_tick_completedEvent typeOne watch tick finished.event_type=watch_tick_completed
drift_detectedEvent typeDrift observed in current tick.event_type=drift_detected
drift_resolvedEvent typePreviously open drift is resolved.event_type=drift_resolved
watch_errorEvent typeRecoverable watch runtime error surfaced.event_type=watch_error
watch_stoppedEvent typeWatch loop stopped.event_type=watch_stopped
runningDaemon stateActive watch ownership is present.daemon_state=running
not_runningDaemon stateNo active watch owner detected.daemon_state=not_running
stale_lockDaemon stateOwnership lock appears stale.daemon_state=stale_lock
invalid_stateDaemon stateDaemon control state malformed/inconsistent.daemon_state=invalid_state

Repair and retain terms

TermTypeMeaningExample
repairDomain/workflowPlan/apply surfaces for reviewed repair actions.auditwalk repair plan
repair applyCommand surfaceExecutes persisted plan actions (simulation supported).auditwalk repair apply --dry-run
repair planCommand surfaceBuilds non-mutating repair plan from doctor input.auditwalk repair plan --input <doctor.json>
dry-runSafety optionSimulates execution without mutating actions.--dry-run
retainDomain/workflowRetention policy analysis for stored artifacts.auditwalk retain dry-run
retain dry-runCommand surfaceAnalyzes retention eligibility without deleting data.auditwalk retain dry-run