You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This validates OAuth, reusable-stream provisioning, idempotent broadcast reconciliation, stream binding, ingest detection, transitions to `testing` and `live`, and explicit completion. The normal unattended service never completes on exit.
452
452
453
+
### 8. Enable the Service
454
+
455
+
After visible validation succeeds, enable the system service:
Copy file name to clipboardExpand all lines: docs/superpowers/plans/2026-07-10-readme-architecture-diagrams.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,11 @@ flowchart TD
267
267
```
268
268
````
269
269
270
-
-[ ]**Step 3: Validate the approved diagram count and deployment branches**
270
+
-[ ]**Step 3: Align service activation with successful validation**
271
+
272
+
Remove both `enable --now` commands from the initial unit-install examples. State that the units remain disabled during provisioning, then add a post-validation section that enables either the system or user service only after the visible test succeeds.
273
+
274
+
-[ ]**Step 4: Validate the approved diagram count and deployment branches**
Copy file name to clipboardExpand all lines: docs/superpowers/specs/2026-07-10-readme-architecture-diagrams-design.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ Decision nodes will identify the two operator-significant branches:
97
97
98
98
The detailed README text will state that `--create-stream` requires an existing writable OBS service file with a non-empty placeholder key. A validation failure returns to the reusable-stream decision so provisioning is retried when the prior attempt did not create a stream.
99
99
100
+
Command-level instructions must follow the same order as the diagram: install the systemd unit during host setup, but do not enable or start it until OAuth, source, ingest, and visible-stream validation have succeeded.
101
+
100
102
The existing numbered OAuth section remains the source of command and console detail.
0 commit comments