source
Conductor Agent Instructions
Conductor workspaces are parallel, branch-isolated working areas. Follow the
Conductor workspaces are parallel, branch-isolated working areas. Follow the Shared Agent Contract , plus the Conductor-specific rules below.
First Action
./scripts/conductor-bootstrap.sh
Then read:
.context/ARDUR_CONTEXT.md.context/ardur-graph.mdAGENTS.mddocs/engineering-standards.md
Conductor-Specific Rules
- 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.
PR Target
- Normal work: PR to
dev. - Release promotion: PR from
devtomainonly when explicitly requested and verified.