Rollout mode
-
-
StagedReviewLive
+
+ ReviewLive
✓ Human approval before live
@@ -334,7 +334,7 @@ const { title = data.title, tagline, actions = [] } = data.hero || {};
.mode-track {
display: grid;
- grid-template-columns: repeat(3, 1fr);
+ grid-template-columns: repeat(2, 1fr);
overflow: hidden;
border: 1px solid var(--sl-color-gray-5);
border-radius: 5px;
@@ -352,7 +352,7 @@ const { title = data.title, tagline, actions = [] } = data.hero || {};
border-inline-start: 1px solid var(--sl-color-gray-5);
}
- .mode-track span:nth-child(2) {
+ .mode-track span:first-child {
color: var(--sl-color-white);
}
diff --git a/docs/components/OpsWizard.astro b/docs/components/OpsWizard.astro
index 051169a..b69be9e 100644
--- a/docs/components/OpsWizard.astro
+++ b/docs/components/OpsWizard.astro
@@ -52,7 +52,7 @@ const agents = [
Start an operation in three steps
Pick the operation you want to run and the coding agent you use, then copy the generated prompt. The agent creates
- your private control plane repository, installs the operation, and runs it once in staged mode.
+ your private control plane repository, installs the operation, and runs it once in review mode.
@@ -233,17 +233,17 @@ const agents = [
"## First run",
"",
"- Set `CENTRAL_AGENTIC_OPS_ALLOWED_OWNERS` to the owner of the repositories the operation may touch.",
- "- Keep the package rollout variables at `staged` mode and cap scheduled selection at one repository.",
- "- Trigger one manual run of the orchestrator against a single low-risk target repository with `safe_output_mode=staged`.",
+ "- Keep the package rollout variables at `review` mode and cap scheduled selection at one repository.",
+ "- Trigger one manual run of the orchestrator against a single low-risk target repository with `safe_output_mode=review`.",
"- Watch the run with `gh run watch` and summarize the orchestrator report.",
]
: [
"## First run",
"",
`- \`gh variable set CENTRAL_AGENTIC_OPS_ALLOWED_OWNERS --body "${owner}"\``,
- `- \`gh variable set ${variablePrefix(operation.value)}_MODE --body "staged"\``,
+ `- \`gh variable set ${variablePrefix(operation.value)}_MODE --body "review"\``,
`- \`gh variable set ${variablePrefix(operation.value)}_MAX_REPOS --body "1"\``,
- `- Trigger one manual run: \`gh workflow run ${operation.value}.lock.yml --raw-field target_repo="${owner}/