Problem
Agentic workflows are reported out of sync between their .md source and compiled .lock.yml (#36391). Lock-file recompile drift is a recurring pattern (a prior surge reached 19 stale lock files). When source and lock diverge, the running workflow no longer matches its declared definition, which can mask config changes and cause confusing behavior.
Suggested fix
- Run the compiler across all workflows to identify every
.lock.yml that differs from its source.
- Batch-recompile and commit the regenerated lock files in a single PR.
- (Stretch) Confirm the CI recompile-check that should catch this is wired and green, so drift is caught at PR time rather than days later.
Acceptance criteria
- All workflows compile clean (source ↔ lock parity restored).
- The recompile is committed in one reviewable PR.
Source
[aw] agentic workflows out of sync (#36391). DeepReport run §26831651673.
Generated by 🔬 DeepReport - Intelligence Gathering Agent · opus48 3.1M · ◷
Problem
Agentic workflows are reported out of sync between their
.mdsource and compiled.lock.yml(#36391). Lock-file recompile drift is a recurring pattern (a prior surge reached 19 stale lock files). When source and lock diverge, the running workflow no longer matches its declared definition, which can mask config changes and cause confusing behavior.Suggested fix
.lock.ymlthat differs from its source.Acceptance criteria
Source
[aw] agentic workflows out of sync (#36391). DeepReport run §26831651673.