You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,8 @@ Test method names are converted to lowercase snake_case for snapshot filenames t
222
222
-**DO NOT** modify test snapshots in `target/copilot-sdk/test/snapshots/` - these come from reference implementation
223
223
-**DO NOT** alter the Eclipse formatter configuration in `pom.xml` without team consensus
224
224
-**DO NOT** remove or skip Checkstyle or Spotless checks
225
+
-**YOU MUST ALWAYS** run `gh aw compile <workflow-name>` after editing any `.github/workflows/*.md` agentic workflow source file to regenerate the corresponding `.lock.yml`. The lock file contains a content hash of the frontmatter — any edit to the `.md` without recompiling will cause the workflow to fail at runtime with a "lock file out of sync" error.
226
+
-**DO NOT** edit `.github/workflows/*.lock.yml` directly — these are auto-generated by `gh aw compile` from the `.md` source files.
0 commit comments