Files
coulomb-loop/activity-definitions/daily-registry-hygiene-sweep.md
tegwick 7f9cc62cc6 Enable registry hygiene sweep after ACTIVITY-WP-0013 R2
Turn on coulomb-daily-registry-hygiene-sweep with runtime resolver
params; document live smoke (4 gaps) and issue-core emit follow-up.
2026-06-18 18:11:43 +02:00

52 lines
1.5 KiB
Markdown

---
id: coulomb-daily-registry-hygiene-sweep
name: Daily Registry Hygiene Sweep (coulomb-loop stabilize)
enabled: true
owner: coulomb-loop
governance: coulomb_social
status: active
trigger:
type: cron
cron_expression: "0 7 * * *"
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: 3
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
---
# Daily Registry Hygiene Sweep
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
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"]
```
Enabled 2026-06-18 after ACTIVITY-WP-0013 (`2078915`). Runtime params per
activity-core R2 note `36ac3eeb` (reuse_surface_bin + runner_host).