pd n
pd n is an alias for pd note <content>. Append an immutable note to the active or targeted session.
Run pd n like this
pd nCommand contract
pd note <content>
/docs/cli/n
Sessions, Notes, Recovery, And Evidence
Daemon client with direct-mode fallback where supported
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 n
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 n reference: daemon health, discovery, and message-loop patterns these pages keep pointing back to.
Common ways this command shows up in practice
pd n belongs to Sessions, Notes, Recovery, And Evidence. Create the audit trail: sessions, file claims, notes, activity, briefing, salvage, and catch-up commands.
Daemon client with direct-mode fallback where supported. Validate live behavior from the daemon and handler source when changing this command.
Use pd note <content> in automation when you want the canonical spelling; pd n resolves to the same command contract.
Options that change command behavior
--type
Stamp the session or note with a typed category.
--session
Target a specific session id.
--agent
Target or stamp a specific agent id.
Examples
Run pd n from a coordinated checkout
pd n
Prints the changed record or lookup result; use --json when you need the exact machine-readable shape.
Find this command from the full CLI reference
pd help noteopen /docs/cli/note
The help topic and docs route both describe pd note <content>, including aliases, flags, and source provenance.