Files
coulomb-loop/activity-definitions/weekly-registry-hygiene-sweep.md
tegwick 27e05552a2 Complete LOOP-WP-0005: DEC-008 weekly operate promotion
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.
2026-06-19 01:39:47 +02:00

1.5 KiB

id, name, enabled, owner, governance, status, trigger, context_sources
id name enabled owner governance status trigger context_sources
coulomb-weekly-registry-hygiene-sweep Weekly Registry Hygiene Sweep (coulomb-loop operate) true coulomb-loop coulomb_social active
type cron_expression timezone misfire_policy
cron 0 9 * * 1 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 2 /home/worsch/coulomb-loop/loops/registry-hygiene/round-robin-state.json /home/worsch/reuse-surface/.venv/bin/reuse-surface bnt-lap001
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.

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