You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current local DevClaw runbook improved the branch-role split, but it still does not clearly represent the intended release/test sequence.
What the runbook currently makes clear:
ordinary implementation starts from devclaw-local-dev
issue work happens on issue/*
developer completion normally lands into devclaw-local-dev
promotion toward local truth then uses review/* into devclaw-local-current
upstream export later uses pr/*
But it still leaves a critical sequencing rule under-specified:
the accepted implementation should first make devclaw-local-dev the live validation lane, and testing should happen there before promotion into devclaw-local-current.
Right now the runbook still reads too much like review/merge/testing are centered on devclaw-local-current, instead of making the lane distinction explicit:
devclaw-local-dev = live development validation lane
Problem
The current local DevClaw runbook improved the branch-role split, but it still does not clearly represent the intended release/test sequence.
What the runbook currently makes clear:
devclaw-local-devissue/*devclaw-local-devreview/*intodevclaw-local-currentpr/*But it still leaves a critical sequencing rule under-specified:
Right now the runbook still reads too much like review/merge/testing are centered on
devclaw-local-current, instead of making the lane distinction explicit:devclaw-local-dev= live development validation lanedevclaw-local-current= accepted local-truth / promotion / deploy / local-doc laneIntended workflow to represent clearly
issue/*branches fromdevclaw-local-devdevclaw-local-devdevclaw-local-devis made live for development validation/testingreview/*fromdevclaw-local-currentreview/*merges intodevclaw-local-currentpr/*pr/*is used for the upstream PR handoffWhy this matters
Without this clarification, the runbook still leaves room for the wrong mental model:
devclaw-local-currentas the first live validation lane for ordinary implementation workcurrent, instead of understanding the intended progression throughdevRequested change
Update the local runbook on
devclaw-local-currentso it explicitly states:devclaw-local-devis the ordinary implementation base branch and the live pre-promotion validation lanedevclaw-local-currentis the accepted local-truth / promotion laneissue/*->devclaw-local-devdevclaw-local-devreview/*->devclaw-local-currentpr/*-> upstreamScope
This is intended as an orchestrator/local-doc implementation task, not a broad product behavior change.
Done when
devclaw-local-devas the live development validation lanedevfrom accepted local truth oncurrent