feat(NET-WP-0018-T06): finish control surface alignment to T05 smooth guide

- console.py print_status: added explicit 'Follow the NET-WP-0018 Smooth Bootstrap Guide' block after Next safe action, with doc path + lifecycle-guide/make entrypoint. Updated 'Available actions' #9 to note the guide.
- Previously refreshed lifecycle_guide T06 DRY-RUN to 0019 + new guide.
- workplan: T06 status done + detailed 2026-06-03 completion note (supersedes old 0019 'awaits' note); start note already present.
- Pragmatic: progress events (task_id), file notes, this commit.
- UI (status + guide print + 0019 actions/validators/runbooks) now guides the sequence from docs/smooth-bootstrap-guide.md and makes the recommended path clear/hard to go wrong-order.

T06 complete. Brief/fix next (expect 5/9).
This commit is contained in:
2026-06-03 17:11:26 +02:00
parent a81247f992
commit 0c66154966
2 changed files with 15 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ dry-run + evidence is the model for user-lifecycle portion of the guide.
```task
id: NET-WP-0018-T06
status: in_progress
status: done
priority: high
state_hub_task_id: "9bba26b3-b1be-4e58-a18b-a0533683d63b"
```
@@ -295,6 +295,14 @@ lifecycle_guide T06 section needs refresh to deprecate old secret-mkdir path.
**2026-06-03:** Started T06 (after T05 guide complete). Per T05 recs and plan. Review console/make against new smooth-bootstrap-guide.md + T02/T03. Will refresh console lifecycle_guide T06 DRY-RUN to prefer 0019 orchestrator/make (deprecate old manual secret path); ensure status/actions reference the new guide; leverage existing 0019 validators for "replace passive with validators"; make wrong-order hard via next-safe/blocked in guide + console. Use pragmatic. Small targeted updates to console.py (print_lifecycle_guide) and perhaps Makefile/docs refs.
**2026-06-03:** T06 complete. Aligned control surface to T05 smooth-bootstrap-guide.md:
- Refreshed print_lifecycle_guide T06 DRY-RUN section in console.py to use 0019 orchestrator + make + script + new guide (no more old manual secret steps).
- Enhanced print_status: added "Follow the NET-WP-0018 Smooth Bootstrap Guide" section with doc ref + entrypoint (lifecycle-guide / make); updated available actions list to note guide for #9.
- Updated workplan T06 description note and added completion. Status done.
- UI now explicitly guides to the sequence in the doc and makes the path clear (status points to guide for full flows; blocked/evidence from prior + 0019 validators help wrong-order).
- Uses pragmatic throughout.
This fulfills "UI guides same sequence as the bootstrap guide and makes wrong-order visibly hard" for the current control surface (console + make + runbooks + evidence). Further (T07 tests, T08 more validators) will strengthen.
### T07 - Add Automated Tests For Bootstrap UI Sections And Runbooks
```task