Skip to content

continuous

Processes reviewed build-plan items one after another, with one local branch and one local main commit per completed feature.

/continuous
/continuous resume

Explicit only.

For each item: spec, implement, apply the Continuous quality gates, archive, and merge locally. It stops on a decision it cannot make or a failed safety gate.

It never pushes, deploys, publishes, sends messages, performs destructive actions, waives findings, or makes uncovered product decisions.

continuous.maxFeatures caps how many items one run takes. continuous.maxRepairAttempts caps repair loops. See Project Configuration.