Skip to content

[instructions] Sync github-agentic-workflows.md with v0.40.1#18235

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.40.1-5f54f0e113fdb7a4
Feb 25, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.40.1#18235
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.40.1-5f54f0e113fdb7a4

Conversation

@github-actions
Copy link
Contributor

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

  • Add gemini engine: 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, the id field comment, and a note covering its required secret (GEMINI_API_KEY) and limitations (no max-turns, web-fetch, web-search, or plugins).
  • Fix typo: dissalloweddisallowed in the GitHub Context Expression section.
  • Remove incorrect version references: Breaking changes listed custom and copilot-sdk engine 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 include gemini as a migration target.

Documentation Commits Reviewed

  • 79ee300 Improve test quality in pkg/cli/actionlint_test.go (no docs impact)
  • No documentation commits since v0.40.1

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against current codebase (pkg/parser/schemas/main_workflow_schema.json, pkg/workflow/gemini_engine.go, pkg/workflow/compiler_types.go)
  • Removed outdated or redundant content (incorrect version references)

Generated by Instructions Janitor

  • expires on Feb 27, 2026, 12:03 AM UTC

- 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>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation instructions labels Feb 25, 2026
@pelikhan pelikhan merged commit 65a2da5 into main Feb 25, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.40.1-5f54f0e113fdb7a4 branch February 25, 2026 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation instructions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants