continuous
Processes reviewed build-plan items one after another, with one local branch and one local main commit per completed feature.
Invocation
Section titled “Invocation”/continuous/continuous resumeExplicit only.
What it does
Section titled “What it does”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.
What it will not do
Section titled “What it will not do”It never pushes, deploys, publishes, sends messages, performs destructive actions, waives findings, or makes uncovered product decisions.
Limits
Section titled “Limits”continuous.maxFeatures caps how many items one run takes.
continuous.maxRepairAttempts caps repair loops. See
Project Configuration.