Conductor workspaces are parallel, branch-isolated working areas. Follow the Shared Agent Contract, plus the Conductor-specific rules below.
./scripts/conductor-bootstrap.shThen read:
.context/ARDUR_CONTEXT.md.context/ardur-graph.mdAGENTS.mddocs/engineering-standards.md
- Do not rename the current branch.
- Do not assume the workspace branch was created from the correct base. Check
.context/ARDUR_CONTEXT.md; normal development still targetsdev. - If another worktree has
devchecked out, do not force-move it. - Put local handoff notes and generated context under
.context/. - The user may only see the final message by default, so final responses must include the essential result, validation, and caveats.
- Normal work: PR to
dev. - Release promotion: PR from
devtomainonly when explicitly requested and verified.