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

1.5 KiB

id, name, enabled, owner, governance, status, trigger, context_sources
id name enabled owner governance status trigger context_sources
coulomb-daily-registry-hygiene-sweep Daily Registry Hygiene Sweep (coulomb-loop stabilize) true coulomb-loop coulomb_social active
type cron_expression timezone misfire_policy
cron 0 7 * * * Europe/Berlin skip
type query params bind_to
state-hub repo_sbom_status
repos
pilot
context.repos
type query params bind_to
shell reuse_surface_report_gaps
roster batch_size round_robin_state reuse_surface_bin runner_host
/home/worsch/coulomb-loop/loops/registry-hygiene/rollout.yaml 3 /home/worsch/coulomb-loop/loops/registry-hygiene/round-robin-state.json /home/worsch/reuse-surface/.venv/bin/reuse-surface bnt-lap001
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.

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).