Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 470 Bytes

File metadata and controls

16 lines (12 loc) · 470 Bytes
description Agentic workflow recompilation: always recompile after changing workflow files

Agentic Workflows

After modifying any .md workflow file under .github/workflows/, always recompile both agentic workflows and APM integration files before committing:

gh aw compile
apm compile

Commit the regenerated .lock.yml and integration files together with your changes. The CI APM Self-Check job will fail if generated files are stale.