continue

Solid

measure the trunk delta, then run the sync it planned against four narrow allows, ending on the trunk

AI & Automation 1 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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
4 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category