-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Detect when CI pipelines have drifted from their intended state — either because someone edited the YAML directly, or because the project's dependencies and structure have changed.
What this looks like
- Compare the current workflow YAML against the persisted CISpec (depends on Issue CI spec persistence (
.talkops/intent.yaml) #4) - Flag differences: missing stages, outdated action versions, removed capabilities
- Suggest updates to bring the pipeline back in sync
- Optionally run on a schedule or as a webhook
Reactions are currently unavailable