generated from coulomb/repo-seed
Implement ops-hub evidence intake contracts
This commit is contained in:
@@ -4,7 +4,7 @@ type: workplan
|
||||
title: "Ops Hub Evidence Intake for Activity Core"
|
||||
domain: inter_hub
|
||||
repo: inter-hub
|
||||
status: ready
|
||||
status: active
|
||||
owner: codex
|
||||
topic_slug: inter_hub
|
||||
created: "2026-06-15"
|
||||
@@ -115,7 +115,7 @@ split into per-entity widgets after payload evidence proves stable.
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T01
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "f9006504-e5f5-465f-9588-3f4279d12b84"
|
||||
```
|
||||
@@ -137,13 +137,20 @@ Answer:
|
||||
Exit criteria: `docs/research/ops-hub-evidence-intake-current-state.md`
|
||||
exists with non-secret findings and open gates.
|
||||
|
||||
Implementation note (2026-06-15): completed
|
||||
`docs/research/ops-hub-evidence-intake-current-state.md`. The audit confirms
|
||||
that Inter-Hub has the required v2 widget and interaction-event primitives,
|
||||
activity-core has the five event definitions and a tested State Hub fallback
|
||||
sink, but the Inter-Hub sink is still deferred and no live
|
||||
`ops_inventory_probe` progress event exists in State Hub yet.
|
||||
|
||||
---
|
||||
|
||||
### T02 - Define the ops-hub evidence mapping contract
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T02
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
depends_on: T01
|
||||
state_hub_task_id: "4f8a98b9-0d01-4333-b847-f83b8c85a5ab"
|
||||
@@ -166,13 +173,19 @@ The contract must specify:
|
||||
Exit criteria: `docs/contracts/ops-hub-activity-core-mapping.md` documents the
|
||||
mapping in copyable JSON examples without containing secrets.
|
||||
|
||||
Implementation note (2026-06-15): completed
|
||||
`docs/contracts/ops-hub-activity-core-mapping.md`. The contract defines a
|
||||
versioned non-secret `OPS_HUB_WIDGET_MAPPING` JSON shape, aggregate-first
|
||||
fallback widgets, per-entity selector rules, stable `widgetRef` values, and
|
||||
Secret-only handling for `OPS_HUB_KEY`.
|
||||
|
||||
---
|
||||
|
||||
### T03 - Prepare manifest vocabulary and seed widgets
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T03
|
||||
status: todo
|
||||
status: wait
|
||||
priority: high
|
||||
depends_on: T02
|
||||
state_hub_task_id: "94fc9806-781c-45f6-a43c-a6bce13da47b"
|
||||
@@ -200,6 +213,11 @@ Exit criteria:
|
||||
target environment.
|
||||
- Non-secret widget IDs or logical names are recorded in the mapping contract.
|
||||
|
||||
Current wait reason (2026-06-15): manifest/widget activation needs a target
|
||||
environment with the `5101eb5` COUNT decode fix live and an authenticated
|
||||
operator/runtime key path. The required vocabulary is documented, but no live
|
||||
manifest or widget seed was performed in this implementation slice.
|
||||
|
||||
---
|
||||
|
||||
### T04 - Provision the runtime API key outside Git
|
||||
@@ -241,7 +259,7 @@ root/sudo-capable token handoff or operator UI action.
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T05
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
depends_on: T02
|
||||
state_hub_task_id: "4eb04a83-8eea-4cab-861c-a39f312a5bb9"
|
||||
@@ -265,13 +283,19 @@ The document must cover:
|
||||
Exit criteria: `docs/contracts/ops-hub-activity-core-event-payloads.md`
|
||||
exists with one example payload for each of the five event types.
|
||||
|
||||
Implementation note (2026-06-15): completed
|
||||
`docs/contracts/ops-hub-activity-core-event-payloads.md`. It documents the
|
||||
Inter-Hub request envelope, shared validation rules, idempotency expectations,
|
||||
forbidden payload material, expected API errors, and one example for each
|
||||
activity-core event type.
|
||||
|
||||
---
|
||||
|
||||
### T06 - Validate fallback-first intake
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T06
|
||||
status: todo
|
||||
status: wait
|
||||
priority: medium
|
||||
depends_on: T01
|
||||
state_hub_task_id: "38b54991-bed2-4f9d-bede-bea35821b1ef"
|
||||
@@ -294,13 +318,20 @@ Validation path:
|
||||
Exit criteria: `docs/evidence/ops-hub-activity-core-fallback-validation.md`
|
||||
records fallback evidence, gaps, and the closure recommendation.
|
||||
|
||||
Implementation note (2026-06-15): created
|
||||
`docs/evidence/ops-hub-activity-core-fallback-validation.md`. Activity-core's
|
||||
fallback sink is implemented and locally tested, but a direct State Hub query
|
||||
for `event_type=ops_inventory_probe` returned no live events. This task remains
|
||||
waiting on a disabled/manual activity-core probe or other live fallback
|
||||
evidence before it can close.
|
||||
|
||||
---
|
||||
|
||||
### T07 - Run end-to-end Inter-Hub submission smoke
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T07
|
||||
status: todo
|
||||
status: wait
|
||||
priority: high
|
||||
depends_on: T03,T04,T05
|
||||
state_hub_task_id: "23baee9b-d710-42c8-9a19-f936bd237444"
|
||||
@@ -326,13 +357,17 @@ Smoke checks:
|
||||
Exit criteria: non-secret smoke evidence is recorded and activity-core can
|
||||
enable the Inter-Hub sink in its controlled environment.
|
||||
|
||||
Current wait reason (2026-06-15): depends on live manifest/widgets from T03,
|
||||
runtime key provisioning from T04, and activity-core implementing actual
|
||||
Inter-Hub submission beyond its current deferred sink.
|
||||
|
||||
---
|
||||
|
||||
### T08 - Coordinate ACTIVITY-WP-0007 closure handoff
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0022-T08
|
||||
status: todo
|
||||
status: wait
|
||||
priority: medium
|
||||
depends_on: T06,T07
|
||||
state_hub_task_id: "4a7ed0ed-552e-42d3-a90f-1efd52b8851e"
|
||||
@@ -354,18 +389,22 @@ The handoff must state:
|
||||
Exit criteria: activity-core has enough non-secret evidence and configuration
|
||||
shape to close or unblock `ACTIVITY-WP-0007/T06`.
|
||||
|
||||
Current wait reason (2026-06-15): closure handoff depends on either a live
|
||||
State Hub fallback event plus an explicit Inter-Hub deferral decision, or a
|
||||
successful Inter-Hub submission smoke.
|
||||
|
||||
## Exit Criteria Summary
|
||||
|
||||
| Task | Deliverable | Status |
|
||||
|---|---|---|
|
||||
| T01 | `docs/research/ops-hub-evidence-intake-current-state.md` | todo |
|
||||
| T02 | `docs/contracts/ops-hub-activity-core-mapping.md` | todo |
|
||||
| T03 | Active ops-hub manifest and seed widgets | todo |
|
||||
| T01 | `docs/research/ops-hub-evidence-intake-current-state.md` | done |
|
||||
| T02 | `docs/contracts/ops-hub-activity-core-mapping.md` | done |
|
||||
| T03 | Active ops-hub manifest and seed widgets | wait |
|
||||
| T04 | `OPS_HUB_KEY` stored outside Git and smokeable | wait |
|
||||
| T05 | `docs/contracts/ops-hub-activity-core-event-payloads.md` | todo |
|
||||
| T06 | `docs/evidence/ops-hub-activity-core-fallback-validation.md` | todo |
|
||||
| T07 | End-to-end Inter-Hub submission smoke evidence | todo |
|
||||
| T08 | activity-core closure handoff | todo |
|
||||
| T05 | `docs/contracts/ops-hub-activity-core-event-payloads.md` | done |
|
||||
| T06 | `docs/evidence/ops-hub-activity-core-fallback-validation.md` | wait |
|
||||
| T07 | End-to-end Inter-Hub submission smoke evidence | wait |
|
||||
| T08 | activity-core closure handoff | wait |
|
||||
|
||||
## Binding Principles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user