pd resurrection
pd resurrection is an alias for pd salvage. List stale/dead agents waiting for recovery.
Run pd resurrection like this
pd resurrectionCommand contract
pd salvage
/docs/cli/resurrection
Sessions, Notes, Recovery, And Evidence
daemon-backed CLI command
cli/commands/sugar.ts, cli/commands/sessions.ts, cli/commands/say.ts, cli/commands/look.ts, cli/commands/sitrep.ts, cli/commands/resurrection.ts
pd resurrection
human display with command-specific state changes
hand-authored route with catalog-backed fallback

This clip shows the daemon health check, command discovery, and message-loop patterns that recur across the CLI reference. Here it grounds the pd resurrection reference: daemon health, discovery, and message-loop patterns these pages keep pointing back to.
Common ways this command shows up in practice
pd resurrection belongs to Sessions, Notes, Recovery, And Evidence. Create the audit trail: sessions, file claims, notes, activity, briefing, salvage, and catch-up commands.
daemon-backed CLI command. Validate live behavior from the daemon and handler source when changing this command.
Use pd salvage in automation when you want the canonical spelling; pd resurrection resolves to the same command contract.
Options that change command behavior
--project
Resolve or filter the command to a specific project.
--stack
--stack is accepted by this command family; see the handler source for command-specific validation and side effects.
--all
Include all available rows instead of the default active subset.
--limit
Cap the number of returned rows.
--summary
--summary is accepted by this command family; see the handler source for command-specific validation and side effects.
Examples
Run pd resurrection from a coordinated checkout
pd resurrection
Runs the pd resurrection command family and prints the resulting Port Daddy state, ids, or readiness/error details.
Find this command from the full CLI reference
pd help salvageopen /docs/cli/salvage
The help topic and docs route both describe pd salvage, including aliases, flags, and source provenance.