pd compass
pd compass is an alias for pd advise [files...]. Run deterministic coordination preflight before edits.
Run pd compass like this
pd compassCommand contract
pd advise [files...]
/docs/cli/compass
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
pd preflight, pd compass
human display plus --json machine output
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 compass reference: daemon health, discovery, and message-loop patterns these pages keep pointing back to.
Common ways this command shows up in practice
pd compass 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 pd advise [files...] in automation when you want the canonical spelling; pd compass resolves to the same command contract.
Options that change command behavior
--task
Describe the intended edit or action for advisor output.
--session
Target a specific session id.
--agent
Target or stamp a specific agent id.
--dir
Resolve project-scoped behavior from this working directory.
--channels
Include channel discovery and subscription context in advisory output.
--tuples
Include tuple-space context in advisory output.
--json
Return machine-readable JSON instead of the human display.
Examples
Run pd compass from a coordinated checkout
pd compass
Runs the pd compass command family and prints the resulting Port Daddy state, ids, or readiness/error details.
Find this command from the full CLI reference
pd help adviseopen /docs/cli/advise
The help topic and docs route both describe pd advise [files...], including aliases, flags, and source provenance.