Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8bf5ee4
Initial plan
Copilot Jan 30, 2026
04d24e4
Initial analysis: Plan to externalize markdown body using runtime-imp…
Copilot Jan 30, 2026
97d9d4b
Implement runtime-import for markdown body instead of inlining
Copilot Jan 30, 2026
27ebcbe
Add .gitignore rule for generated .body.md files and recompile workflows
Copilot Jan 30, 2026
7a1d9f5
Update tests to check body files instead of lock files for markdown c…
Copilot Jan 30, 2026
ac4e551
Fix remaining tests: unified prompt creation and XML comments tests
Copilot Jan 30, 2026
245da37
Parse markdown body from original workflow file instead of creating s…
Copilot Jan 30, 2026
dc32c07
Update runtime-import to reference original workflow files and add te…
Copilot Jan 30, 2026
9a16603
Implement hybrid approach: runtime-import for simple workflows, inlin…
Copilot Jan 30, 2026
35a2947
Fix all remaining tests for hybrid runtime-import approach
Copilot Jan 30, 2026
11b7126
Fix template wrapping to only wrap GitHub Actions expressions, not ar…
Copilot Jan 30, 2026
d350479
Merge remote-tracking branch 'origin/main' into copilot/update-compil…
Copilot Jan 30, 2026
4537033
Merge main and recompile all workflows
Copilot Jan 30, 2026
a3ddfd5
Implement final approach: inline imports, runtime-import for main wor…
Copilot Jan 30, 2026
f1cd1dc
Update tests to match new behavior: imports inlined, main workflow ru…
Copilot Jan 30, 2026
5a99afb
Fix code review feedback: use heredoc for runtime-import macro to avo…
Copilot Jan 30, 2026
5c90396
Use runtime-import for markdown body instead of inlining
Copilot Jan 30, 2026
7a551a5
Add recursive processing and deduplication for runtime-import macros
Copilot Jan 30, 2026
dc54259
Use runtime-import for markdown body instead of inlining (with recurs…
Copilot Jan 30, 2026
4d9e588
Merge remote-tracking branch 'origin/main' into copilot/update-compil…
Copilot Jan 30, 2026
a5ae6d6
Merge main and recompile all workflows
Copilot Jan 30, 2026
e753ee6
Add changeset [skip-ci]
github-actions[bot] Jan 30, 2026
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
5 changes: 5 additions & 0 deletions .changeset/patch-runtime-import-workflows.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

603 changes: 1 addition & 602 deletions .github/workflows/agent-performance-analyzer.lock.yml

Large diffs are not rendered by default.

203 changes: 3 additions & 200 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading