[instructions] Sync github-agentic-workflows.md with v0.40.1#18235
Merged
[instructions] Sync github-agentic-workflows.md with v0.40.1#18235
Conversation
- Add gemini as a supported engine (Google Gemini CLI, requires GEMINI_API_KEY) - Document gemini engine limitations (no max-turns, web-fetch, web-search, plugins) - Fix typo: dissallowed → disallowed - Remove incorrect v0.46.1 version references from breaking changes section - Update custom/copilot-sdk migration note to include gemini as migration target Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Feb 25, 2026
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.40.1
Audited the instructions file against the current codebase (no documentation commits since v0.40.1 release on 2026-02-03). All safe-output operations are fully documented. Three code-level discrepancies found and fixed.
Changes Made
geminiengine:gemini(Google Gemini CLI) is a fully implemented, non-experimental engine in the JSON schema (pkg/parser/schemas/main_workflow_schema.json) with dedicated Go implementation files (pkg/workflow/gemini_engine.go), but was absent from the instructions. Added to the string format list, theidfield comment, and a note covering its required secret (GEMINI_API_KEY) and limitations (nomax-turns,web-fetch,web-search, or plugins).dissallowed→disallowedin the GitHub Context Expression section.customandcopilot-sdkengine removal as(v0.46.1), but v0.46.1 does not exist in the CHANGELOG (current release is v0.40.1). Removed the version tags and updated the migration note to includegeminias a migration target.Documentation Commits Reviewed
79ee300Improve test quality in pkg/cli/actionlint_test.go (no docs impact)Validation
pkg/parser/schemas/main_workflow_schema.json,pkg/workflow/gemini_engine.go,pkg/workflow/compiler_types.go)