LOOP-WP-0005 T04–T06: expansion prep, operate targets, R2 handoff

Document reuse-surface hygiene expansion readiness, draft weekly
operate_target crons in all loop cadence files (gated on T07), and
post reuse_surface_report_gaps resolver spec to activity-core
(hub message bffa224c).
This commit is contained in:
2026-06-18 17:09:26 +02:00
parent 497dd898b6
commit 6bd1c12044
8 changed files with 104 additions and 21 deletions

View File

@@ -8,6 +8,19 @@ chain:
promoted_at: "2026-06-18"
demotion_count: 0
regulator_approval: approved
operate_target:
phase: operate
promotion_gate: LOOP-WP-0005-T07
chain:
metrics: "0 8 * * 1"
coach: "0 9 * * 1"
optimization: "0 10 * * 1"
timezone: Europe/Berlin
criteria:
- false_positive_rate < 0.2
- manual_rescues == 0
- min_daily_cycles: 14
notes: >
Promoted from bootstrap hourly after 3/3 consecutive E2E cycles (2026-06-18).
Daily chain — metrics 08:00, coach 09:00, optimization 10:00 Europe/Berlin.
Daily chain — metrics 08:00, coach 09:00, optimization 10:00 Europe/Berlin.
operate_target: weekly Mon 08:0010:00 (draft; do not promote until T07).

View File

@@ -6,7 +6,18 @@ sweep_fallback: daily-metrics-health-sweep
stabilize_target:
event: enabled
sweep_cron: "0 6 * * *"
operate_target:
phase: operate
promotion_gate: LOOP-WP-0005-T07
event_primary: low-success-rate-review
sweep_cron: "0 6 * * 1"
timezone: Europe/Berlin
criteria:
- false_positive_rate < 0.2
- manual_rescues == 0
- min_daily_cycles: 14
regulator_approval: approved
notes: >-
Event path proven 2026-06-18 (ACTIVITY-WP-0011 + NATS smoke, tasks_spawned=1).
low-success-rate-review enabled; hourly sweep retired to daily backup cron (disabled).
low-success-rate-review enabled; hourly sweep retired to daily backup cron (disabled).
operate_target: event-only primary; weekly Mon 06:00 backup sweep (draft).

View File

@@ -4,7 +4,19 @@ cron: "0 7 * * *"
batch_size: 3
domain_rotation: daily
promoted_at: "2026-06-18"
operate_target:
phase: operate
promotion_gate: LOOP-WP-0005-T07
cron: "0 9 * * 1"
batch_size: 2
domain_rotation: weekly
timezone: Europe/Berlin
criteria:
- false_positive_rate < 0.2
- repeat_task_rate < 0.1
- min_daily_cycles: 14
regulator_approval: approved
notes: >
Bootstrap 3/3 rounds complete (2026-06-18). Promoted hourly→daily per DEC-006.
helix_forge added to rollout (T06). Weekly promotion deferred until 2 weeks daily.
helix_forge added to rollout (T06). Weekly promotion deferred until 2 weeks daily.
operate_target: weekly Mon 09:00, 12 domains per run (draft).

View File

@@ -0,0 +1,34 @@
version: "1"
repo: reuse-surface
domain: helix_forge
phase: expansion_candidate
workplan: LOOP-WP-0005-T04
surveyed_at: "2026-06-18"
readiness:
rollout_included: true
rollout_domain: helix_forge
kaizen_schedule: false
kaizen_metrics: false
scope_analyst_agent: pending
report_gaps_cli: true
onboarding:
- kaizen-agentic schedule init --engagement coulomb-loop --target /home/worsch/reuse-surface --agents coach,optimization,scope-analyst --bootstrap-cadence daily
- kaizen-agentic agents install scope-analyst --target /home/worsch/reuse-surface
- reuse-surface validate
- reuse-surface establish --publish-check
blockers:
- reuse_surface_report_gaps shell resolver (activity-core; LOOP-WP-0005-T06)
- daily-registry-hygiene-sweep enabled gate
promotion:
trigger: shell resolver shipped + 7 daily stabilize cycles on custodian batch
action: reuse-surface enters active hygiene batch (helix_forge domain rotation)
kaizen_roster: loops/kaizen-stack/roster.yaml expansion_queue
notes: >
reuse-surface is in rollout.yaml helix_forge active domain. No .kaizen/ marker
yet — hygiene sweep can target via state-hub host_paths before schedule init.
report gaps CLI operational (51 empty scaffolds on federation roster).

View File

@@ -3,8 +3,18 @@ phase: stabilize
collector_cron: "0 11 * * *"
regulator_session_cron: "0 11 * * 1"
promoted_at: "2026-06-18"
operate_target:
phase: operate
promotion_gate: LOOP-WP-0005-T07
collector_cron: "0 11 * * 1"
regulator_session_cron: "0 11 * * 1"
timezone: Europe/Berlin
criteria:
- all first-order loops at operate phase
- false_positive_rate < 0.2
regulator_approval: approved
notes: >
Promoted 2026-06-18 (LOOP-WP-0004 T08). Collector daily 11:00 after first-order
daily chains complete. Regulator optimization session weekly Monday 11:00.
Emergency demotion remains event-driven (immediate task).
Emergency demotion remains event-driven (immediate task).
operate_target: collector aligns with weekly session Mon 11:00 (draft).

View File

@@ -41,7 +41,7 @@ Retired `coulomb-hourly-*` ids disabled on sync.
| kaizen-agentic | n/a (<14 cycles) | keep active |
| the-custodian | n/a | keep active |
| activity-core | n/a | keep active |
| reuse-surface | — | expansion candidate (LOOP-WP-0005 T04) |
| reuse-surface | — | expansion prep done; onboarding pending `.kaizen/` |
No rotation recommended. See `rotation-runbook.md`.
@@ -49,7 +49,7 @@ No rotation recommended. See `rotation-runbook.md`.
| Item | Owner | Hub ref |
|------|-------|---------|
| `reuse_surface_report_gaps` resolver | activity-core | LOOP-WP-0005 T06 |
| `reuse_surface_report_gaps` resolver | activity-core | handoff R2 posted |
| Hot-reload definitions/schedules | activity-core | `f4876517` |
| Loop health instruction executor | activity-core | `daily-loop-health-collector` |