generated from coulomb/repo-seed
feat: complete LOOP-WP-0003 and LOOP-WP-0004
Registry hygiene: 3-round pilot bootstrap smoke, helix_forge rollout expansion, daily cadence promotion (DEC-006). Loop regulator: daily collector and weekly session cadence (DEC-007), rotation runbook (T09).
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: coulomb-hourly-loop-health-collector
|
||||
name: Hourly Loop Health Collector (coulomb-loop regulator)
|
||||
name: Daily Loop Health Collector (coulomb-loop regulator)
|
||||
enabled: false
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "50 * * * *"
|
||||
cron_expression: "0 11 * * *"
|
||||
timezone: Europe/Berlin
|
||||
misfire_policy: skip
|
||||
context_sources:
|
||||
@@ -29,7 +29,8 @@ context_sources:
|
||||
# Hourly Loop Health Collector
|
||||
|
||||
LOOP-WP-0004 T03 — aggregates first-order loop health for regulator sessions.
|
||||
Cron `50 * * * *` runs after kaizen stack (08–10 daily) and quality sweep chain.
|
||||
Daily `0 11 * * *` runs after first-order chains (DEC-007). Computes
|
||||
`saturation_score` per `rotation-runbook.md` when pilot metrics ≥14 cycles.
|
||||
|
||||
```instruction
|
||||
id: append-health-snapshot
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: coulomb-hourly-registry-hygiene-sweep
|
||||
name: Hourly Registry Hygiene Sweep (coulomb-loop bootstrap)
|
||||
name: Daily Registry Hygiene Sweep (coulomb-loop stabilize)
|
||||
enabled: false
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "20 * * * *"
|
||||
cron_expression: "0 7 * * *"
|
||||
timezone: Europe/Berlin
|
||||
misfire_policy: skip
|
||||
context_sources:
|
||||
@@ -24,9 +24,10 @@ context_sources:
|
||||
bind_to: context.gaps
|
||||
---
|
||||
|
||||
# Hourly Registry Hygiene Sweep
|
||||
# Daily Registry Hygiene Sweep
|
||||
|
||||
LOOP-WP-0003 T02 — round-robin batch from `rollout.yaml` (3 repos/hour).
|
||||
LOOP-WP-0003 — daily batch from `rollout.yaml` (custodian pilot + helix_forge).
|
||||
Promoted 2026-06-18 per DEC-006.
|
||||
|
||||
```rule
|
||||
id: hygiene-task-per-signal
|
||||
|
||||
Reference in New Issue
Block a user