continue
Solidmeasure the trunk delta, then run the sync it planned against four narrow allows, ending on the trunk
AI & Automation 3 stars
0 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
**leave anytime, come back synced:** every pause and resume lands on the trunk
- enforces trunk-based development: the sync always ends on the trunk
- the sidecar measures and plans, then the trigger runs what it planned
- a diverged trunk is never resolved for you; it is handed over instead
# Instructions
## Telemetry
```!
"${CLAUDE_PLUGIN_ROOT}"/skills/continue/continue.sh $ARGUMENTS
echo "sidecar exit: $?"
```
- `help: requested` → the run was refused before it started; `## Help` below is the whole turn
- it already ran, so there is no command to issue
- fail (`sidecar exit` > 0) → abort and report: "<raw terminal error>"
- success (`sidecar exit` = 0) → continue to step 1
1. report the telemetry, then act on `sync state`, since it decides which shape applies
- `up to date` → say so; there is nothing to run
- `behind, fast-forwards cleanly` → run the emitted commands, each as its own tool call
- `behind, but the sync is yours to run` → STOP and hand the block over; the incoming commits
write a path the sandbox denies, and a sandboxed merge half-applies rather than refusing,
leaving the writable files checked out against a HEAD that never moved
- `diverged` → STOP and hand the block over; local commits origin lacks need a rebase or a
merge commit, and both rewrite history, so both stay the user's call
2. run the sequence, one command per tool call, in the printed order
- STOP at the first non-zero exit and report the raw error; never im...
Details
- Author
- MaisonDeVolonte
- Repository
- MaisonDeVolonte/construct
- Created
- 1 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
prune
prune the dead tracking refs, report the trunk delta, then hand back every merged branch delete command
3 Updated today
MaisonDeVolonte Code & Development Listed
rerun
merge the current default branch into a stale PR so its CI re-runs against a trunk that has since moved
3 Updated today
MaisonDeVolonte Code & Development Listed
sync
Merge main, commit changes, and push
0 Updated yesterday
YoniChechik