Skip to content

Track calm-guard-dogfood shadow-mode promotion (remove continue-on-error once criteria hold) #64

Description

@Eilodon

Finding §2.1 from the 2026-08-07 open-work review (docs/plans/2026-08-07-audit-findings-recovery-and-open-work-execution-plan.md).

The calm-guard-dogfood CI job runs in shadow mode (.github/workflows/ci.yml, continue-on-error: true). da3c14f fixed its merge-base bug but left it in shadow mode with explicit promotion criteria (ci.yml:54-63):

  • 10 consecutive PRs where the job actually ran (not skipped) with zero infra-category failures (subcommand/merge-base/install/timeout) — a real aggregate_risk >= fail-on block does not count as an infra failure.
  • No open false-positive report against calm guard's risk model older than 7 days.

When both hold, the promotion is a one-line diff removing continue-on-error: true.

Why this needs an issue: the trigger to act lives only in a comment on a job that is green-by-design (continue-on-error), so nothing surfaces when the bar is met — the exact fragility that lost the tail of the earlier audit. This issue is the durable tracker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions