Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flock remote

Attach to the in-tree multiplexer and run a governed goal on remote panes.

Usage

flock remote --goal <GOAL> [--plugin gridworld] [--socket <PATH>]
             [--ssh user@host] [--stub] [--audit <PATH>]

Key flags

FlagNotes
--goalRequired goal text
--pluginVerifier plugin (default gridworld)
--socketMultiplexer NDJSON socket path
--sshRemote host for SSH attach
--stubDeterministic stub run (CI smoke)
--auditOptional governance audit JSONL

Governance pipeline (with_governance) applies on the remote hot path.

Recipes

Local stub smoke (verify.sh):

flock remote --stub --goal "reach target" --plugin gridworld

Remote with audit trail:

flock remote --goal "refactor auth module" --plugin shell --audit .flock/audit.jsonl