[instructions] Sync github-agentic-workflows.md with v0.68.1#25783
Merged
[instructions] Sync github-agentic-workflows.md with v0.68.1#25783
Conversation
Add engine.bare field introduced in v0.68.1 (#25661). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 11, 2026
github-actions bot
added a commit
that referenced
this pull request
Apr 11, 2026
Add documentation for two undocumented features from recent merges: 1. engine.bare (from PR #25783 v0.68.1 sync): - Documents the bare mode field that disables automatic context loading - Copilot: passes --no-custom-instructions - Claude: passes --bare - Not supported by Codex/Gemini (compiler warning emitted) - Updated engines.md feature comparison table, added Bare Mode section - Updated frontmatter-full.md with field description 2. upload-artifact safe output (from PR #25832): - Documents the upload-artifact safe output type that was missing from docs - Includes new auto-copy behavior: files referenced by original path are automatically copied to staging before upload - Added to safe-outputs.md listing and section - Added to frontmatter-full.md with full config reference 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.1
This PR updates
github-agentic-workflows.mdbased on code changes in v0.68.1.Changes Made
engine.barefield to the engine configuration section — documents the new frontmatter option that disables automatic context loading (copilot:--no-custom-instructions; claude:--bare; unsupported engines emit a compiler warning)Documentation Commits Reviewed
No documentation commits since v0.68.1 (
published_at: 2026-04-10T19:52:21Z). The only post-release commit affecting matched paths was a test-file fix (0569653).Safe-Outputs Code Audit
Reviewed
compiler_types.goandsafe_outputs_config.go— all safe-output operations in code are already documented in the instructions file. No gaps found.Validation
pkg/workflow/engine.go,copilot_engine_execution.go,claude_engine.go)