[instructions] Sync github-agentic-workflows.md with v0.68.3#27803
Merged
[instructions] Sync github-agentic-workflows.md with v0.68.3#27803
Conversation
Document five schema fields present in code but missing from instructions: - pre-agent-steps: steps running immediately before AI execution (after setup) - import-schema: typed input definitions for importable shared workflows - private: prevent workflow from being shared via gh aw add - redirect: workflow relocation path for gh aw update - resources: additional files fetched alongside workflow by gh aw add Also document object form of imports (path/uses + with/inputs) for passing inputs to shared workflows that declare import-schema. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Instructions Update - Synchronized with v0.68.3
This PR updates
github-agentic-workflows.mdbased on a code audit of the JSON schema against the existing instructions file.Changes Made
pre-agent-steps: New field — steps running immediately before AI execution, after all runtimes/MCP servers/tools are initialized. Distinct frompre-steps(before checkout) andsteps(before setup).import-schema: New field — defines typed input parameters for importable shared workflows; values accessed via$\{\{ github.aw.import-inputs.<name> }}inside the shared workflow.private: New field — marks a workflow as non-shareable viagh aw add.redirect: New field — workflow relocation path used bygh aw updateto follow moved workflows.resources: New field — additional files fetched alongside this workflow bygh aw add.path:/uses:+with:/inputs:syntax for passing typed inputs to shared workflows that declareimport-schema.Documentation Commits Reviewed
27e6b35Pin builtin container images by digest (no docs content changes)Validation
pkg/parser/schemas/main_workflow_schema.json) andsafe_outputs_config.go