Skip to content

Add install guidance to recompile agentic workflows#68

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/add-agents-md-recompile-instruction
Open

Add install guidance to recompile agentic workflows#68
Copilot wants to merge 2 commits into
mainfrom
copilot/add-agents-md-recompile-instruction

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

Bug Fix

What was the bug?

Installed Autoloop repos could lack agent-facing instructions to recompile generated workflow artifacts after editing .github/workflows/*.md, leading to stale .lock.yml / integration files and APM Self-Check failures.

How did you fix it?

  • Install instructions

    • Added a new install step that appends an Agentic Workflows section to AGENTS.md.
    • Notes that repos using CLAUDE.md or COPILOT.md should receive the same guidance.
  • Install integration coverage

    • Updated the install integration prompt for the new step numbering.
    • Added phase-1 assertions that generated repo instructions include the required compile and commit guidance.
## Agentic Workflows

After modifying any `.md` workflow file under `.github/workflows/`, always recompile:

```bash
gh aw compile
apm compile

Commit the regenerated .lock.yml and integration files together with your changes.

Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Add instruction to AGENTS.md for recompiling agentic workflows Add install guidance to recompile agentic workflows May 11, 2026
Copilot AI requested a review from mrjf May 11, 2026 16:19
Copilot finished work on behalf of mrjf May 11, 2026 16:19
@mrjf mrjf marked this pull request as ready for review May 11, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install should add AGENTS.md instruction to always recompile agentic workflows

2 participants