Restore fragments with inlined-imports: true#72
Merged
theletterf merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Use the gh-aw inlined-imports frontmatter flag (v0.67.3) to embed all imported content at compile time. This produces self-contained lock files with zero runtime-import directives, fixing the cross-repo workflow_call failure while keeping fragments for reuse. - Add inlined-imports: true to both workflow .md sources - Restore gh-aw-fragments/ with formatting, rigor, mcp-pagination, messages-footer, and safe-output-add-comment - Move shared content back into fragments, out of workflow prompts - Update DEVELOPING.md to document inlined-imports convention - Update create-agentic-workflow skill to use imports + inlined-imports Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Label error. Requires exactly 1 of: automation, breaking, bug, changelog:skip, chore, ci, dependencies, documentation, enhancement, feature, fix. Found: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Uses the gh-aw
inlined-imports: truefrontmatter flag (shipped in v0.67.3, see github/gh-aw#24973) to embed all imported content at compile time. This produces self-contained lock files with zeroruntime-importdirectives, fixing the cross-repoworkflow_callfailure while keeping fragments for reuse across workflows.What changed
inlined-imports: trueto both workflow.mdsourcesgh-aw-fragments/with 5 shared fragments (formatting, rigor, mcp-pagination, messages-footer, safe-output-add-comment)inlined-importsconvention/create-agentic-workflowskill to use imports + inlined-importsVerification
Test plan
make compilesucceeds with 0 errorsgrep runtime-import .github/workflows/gh-aw-*.lock.ymlreturns empty🤖 Generated with Claude Code