pd guard <command>
Install, enable, disable, status-check, or enforce session plus file-claim discipline.
Run pd guard <command> like this
pd guard statusCommand contract
pd guard <command>
/docs/cli/guard
Governance, Scope, Semantics, And Signal Layers
daemon-backed CLI command
cli/commands/advisor.ts, cli/commands/guard.ts, cli/commands/harbors.ts, cli/commands/wallet.ts, cli/commands/bond.ts, cli/commands/semantic.ts, cli/commands/ideas.ts, cli/commands/roadmap.ts, cli/commands/feedback.ts, cli/commands/pheromone.ts
none
human display with command-specific state changes
generated API spec from the source-backed catalog

This clip shows the daemon health check, command discovery, and message-loop patterns that recur across the CLI reference. Here it grounds the pd guard <command> reference: daemon health, discovery, and message-loop patterns these pages keep pointing back to.
Common ways this command shows up in practice
pd guard <command> belongs to Governance, Scope, Semantics, And Signal Layers. Coordinate scarce surfaces, protected work areas, budgets, bonds, roadmap memory, and low-friction signals.
daemon-backed CLI command. Validate live behavior from the daemon and handler source when changing this command.
Use this page as the stable public contract for pd guard <command>; aliases resolve to the same contract.
Options that change command behavior
status
Print the current status for this command family.
check
check is accepted by this command family; see the handler source for command-specific validation and side effects.
enable
enable is accepted by this command family; see the handler source for command-specific validation and side effects.
disable
disable is accepted by this command family; see the handler source for command-specific validation and side effects.
install
Install the local integration or guard.
--staged
Check only staged files.
--mode
Select advisory or enforcement behavior.
Examples
Run pd guard <command> from a coordinated checkout
pd guard status
Runs the pd guard <command> command family and prints the resulting Port Daddy state, ids, or readiness/error details.
Find this command from the full CLI reference
pd help guardopen /docs/cli/guard
The help topic and docs route both describe pd guard <command>, including aliases, flags, and source provenance.