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
| Flag | Notes |
|---|---|
--goal | Required goal text |
--plugin | Verifier plugin (default gridworld) |
--socket | Multiplexer NDJSON socket path |
--ssh | Remote host for SSH attach |
--stub | Deterministic stub run (CI smoke) |
--audit | Optional 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