Schedule Core Hub stabilization checks for T02 sign-off
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Container Image / build-and-push (push) Successful in 18s

Add daily and closeout ActivityDefinitions, a manual stabilization script,
runbook, and workplan notes for the 2026-07-03 to 2026-07-10 window.
This commit is contained in:
tegwick 2026-07-08 00:27:13 +02:00
parent b042a7077a
commit e3f01a46e7
6 changed files with 236 additions and 2 deletions

View file

@ -0,0 +1,47 @@
---
id: "c5d9f3a2-7b4e-5f6c-0a1d-3e8f9b2c4d5e"
name: "Core Hub Stabilization Closeout Check"
type: activity-definition
version: "1.0"
enabled: true
owner: core-hub
governance: core-hub
status: active
created: "2026-07-07"
trigger:
type: scheduled
at: "2026-07-10T17:35:00+00:00"
timezone: UTC
context_sources:
- type: core-hub
query: stabilization_check
required: true
params:
source: activity-core
closeout: true
base_url: "https://hub.coulomb.social"
window_start: "2026-07-03T00:00:00+00:00"
window_end: "2026-07-10T17:35:00+00:00"
min_widget_types: 26
evidence_sinks:
- type: state-hub-progress
event_type: core_hub_stabilization_closeout
author: activity-core
workstream_id: a8d66822-e435-4b1e-ad81-37a298d1795e
task_id: 16eb7ce3-b574-4667-a189-c14ff5d0502b
bind_to: context.core_hub_stabilization_check
---
# ActivityDefinition: Core Hub Stabilization Closeout Check
## Purpose
One-shot closeout gate at the end of the Core Hub stabilization window. When
`overall_pass` is true, the result sets `operator_signoff_needed=true` so the
operator can approve `CORE-WP-0007-T02` (Inter-Hub rename / rollback retirement).
## Output Contract
- one State Hub progress event with `event_type: core_hub_stabilization_closeout`
- fails the activity run when closeout checks do not pass
- operator records the retirement decision separately in State Hub

View file

@ -0,0 +1,55 @@
---
id: "b4c8e2f1-6a3d-4e5b-9f0c-2d7e8a1b3c4d"
name: "Core Hub Stabilization Daily Check"
type: activity-definition
version: "1.0"
enabled: true
owner: core-hub
governance: core-hub
status: active
created: "2026-07-07"
trigger:
type: cron
cron_expression: "0 9 * * *"
timezone: Europe/Berlin
misfire_policy: skip
context_sources:
- type: core-hub
query: stabilization_check
required: true
params:
source: activity-core
closeout: false
base_url: "https://hub.coulomb.social"
window_start: "2026-07-03T00:00:00+00:00"
window_end: "2026-07-10T17:35:00+00:00"
min_widget_types: 26
evidence_sinks:
- type: state-hub-progress
event_type: core_hub_stabilization_check
author: activity-core
workstream_id: a8d66822-e435-4b1e-ad81-37a298d1795e
task_id: 16eb7ce3-b574-4667-a189-c14ff5d0502b
bind_to: context.core_hub_stabilization_check
---
# ActivityDefinition: Core Hub Stabilization Daily Check
## Purpose
Scheduled hub-visible health gate for `CORE-WP-0007-T02` during the post-cutover
stabilization window (2026-07-03 → 2026-07-10). Complements the manual
`scripts/core_hub_stabilization_check.sh` script with fleet-side evidence in
State Hub progress.
## Trigger
Daily at 09:00 Europe/Berlin while the stabilization window is open. Runs
outside the window are recorded as `skipped` with
`reason=outside_stabilization_window`.
## Output Contract
- one State Hub progress event with `event_type: core_hub_stabilization_check`
- compact pass/fail detail for public production surface checks
- no LLM call and no direct workplan edits