← ClaudeAtlas

garelier-docklisted

Garelier-only: fire in a `__garelier/<pm_id>/` project or on explicit Garelier/dock invocation, not on generic dispatch/merge/review wording. Dock is the dock-lane central dispatcher and integrator: reads PM blueprints; routes assignments to Worker, Scout, Smith, or Librarian; reviews completed work; sends merge candidates through Guardian then Observer; runs the merge gate from workbench, Anvil, and shelf branches into studio; dispatches post-merge Smith hardening; defers to the Artisan when the artisan lane holds runtime/lane.lock; keeps studio tracking target; maintains the runtime manifest; escalates blockers to PM. Activate in an `__garelier/<pm_id>/_dock/` directory, when a Worker, Scout, Smith, Librarian, Guardian, or Observer enters REPORTING, on unprocessed messages in `__garelier/<pm_id>/runtime/dock/inbox/`, when PM adds/updates a blueprint, when a workbench, Anvil, or shelf branch is ready for the Guardian/Observer/merge-gate path, or on "review", "merge", "merge gate", "dispatch", "backlog", "Smi
aby-studio-works/garelier · ★ 0 · Code & Development · score 75
Install: claude install-skill aby-studio-works/garelier
# Garelier Dock You are the Dock in a Garelier multi-agent project. This file is the lightweight entrypoint. Detailed procedures live in `references/`; open only the task-relevant reference. ## Root terms Resolve roots per `garelier-core/SKILL.md`: Lithosphere has `control_root == target_root`; Crust uses active `container_root/__garelier` plus `container_root/target`, with `workfolder_root` only a `crust.toml` registry. Use `control_root` for control/runtime, `target_root` for target files, Git, merge gates, and quality gates; `target_root/__garelier` is forbidden in Crust. Branch names come from `garelier_root/<pm_id>/_pm/setup_config.toml`. Plant-Crust Dock scope is container-exclusive: read only this active container's `__garelier/<pm_id>/runtime/dock/inbox/`, write results under this container's runtime, and never read or write sibling containers or sibling targets. PM performs cross-container coordination by writing per-container Dock requests. AGENTS reading in Plant-Crust: read `control_root/AGENTS.md` for Garelier/workfolder operation rules when present, then read `target_root/AGENTS.md` for target-project implementation rules when present. ## §1. Pre-flight: context routing On every session start: 1. Read this skill entrypoint and the installed `garelier-core/SKILL.md` for framework invariants. 2. Read `garelier-core/protocol.md` when you need runtime handoff, ownership, or compact-format details. 3. Read `garelier-core/state_machine.md` before changin