garelier-docklisted
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