Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .apm/instructions/agentic-workflows.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
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:

```bash
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.
17 changes: 16 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
<!-- Generated by APM CLI from .apm/ primitives -->
<!-- Build ID: 791e09362ff0 -->
<!-- Build ID: cdb5b8cab974 -->
<!-- APM Version: 0.12.4 -->

<!-- Source: .apm/instructions/agentic-workflows.instructions.md -->
# Agentic Workflows

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

```bash
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.
<!-- End source: .apm/instructions/agentic-workflows.instructions.md -->

<!-- Source: .apm/instructions/linting.instructions.md -->
# Linting (canonical contract)

Expand Down
143 changes: 97 additions & 46 deletions .github/workflows/cli-consistency-checker.lock.yml

Large diffs are not rendered by default.

176 changes: 128 additions & 48 deletions .github/workflows/daily-doc-updater.lock.yml

Large diffs are not rendered by default.

217 changes: 165 additions & 52 deletions .github/workflows/daily-test-improver.lock.yml

Large diffs are not rendered by default.

160 changes: 110 additions & 50 deletions .github/workflows/pr-review-panel.lock.yml

Large diffs are not rendered by default.

162 changes: 111 additions & 51 deletions .github/workflows/triage-panel.lock.yml

Large diffs are not rendered by default.

Loading