generated from coulomb/repo-seed
Operator override per ADR-003 closes the stabilize observation window early (day 2/14) and promotes all four loops to weekly Mon crons. Activity definitions renamed coulomb-daily-* → coulomb-weekly-*; cadence.yml, dashboard, SCOPE, and health records updated. activity-core definition sync still required on operator side.
51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
---
|
|
id: coulomb-weekly-registry-hygiene-sweep
|
|
name: Weekly Registry Hygiene Sweep (coulomb-loop operate)
|
|
enabled: true
|
|
owner: coulomb-loop
|
|
governance: coulomb_social
|
|
status: active
|
|
trigger:
|
|
type: cron
|
|
cron_expression: "0 9 * * 1"
|
|
timezone: Europe/Berlin
|
|
misfire_policy: skip
|
|
context_sources:
|
|
- type: state-hub
|
|
query: repo_sbom_status
|
|
params:
|
|
repos: pilot
|
|
bind_to: context.repos
|
|
- type: shell
|
|
query: reuse_surface_report_gaps
|
|
params:
|
|
roster: /home/worsch/coulomb-loop/loops/registry-hygiene/rollout.yaml
|
|
batch_size: 2
|
|
round_robin_state: /home/worsch/coulomb-loop/loops/registry-hygiene/round-robin-state.json
|
|
reuse_surface_bin: /home/worsch/reuse-surface/.venv/bin/reuse-surface
|
|
runner_host: bnt-lap001
|
|
bind_to: context.gaps
|
|
---
|
|
|
|
# Weekly Registry Hygiene Sweep
|
|
|
|
LOOP-WP-0003 — weekly batch from `rollout.yaml` (custodian pilot + helix_forge).
|
|
Promoted 2026-06-19 per DEC-008.
|
|
|
|
```rule
|
|
id: hygiene-task-per-signal
|
|
for_each: context.gaps
|
|
bind_as: g
|
|
condition: 'context.g.hygiene_signal != ""'
|
|
action:
|
|
task_template: "Fleet hygiene: {context.g.signal} on {context.g.repo}"
|
|
description: |
|
|
Follow loops/registry-hygiene/session-template.md
|
|
kaizen-agentic schedule prepare scope-analyst --target {context.g.root}
|
|
reuse-surface validate
|
|
target_repo: context.g.repo
|
|
priority: medium
|
|
labels: ["fleet-hygiene", "coulomb-loop", "scope-analyst"]
|
|
```
|
|
|
|
Runtime params per activity-core R2 note `36ac3eeb` (reuse_surface_bin + runner_host). |