Skip to content

[instructions] Sync github-agentic-workflows.md with v0.68.1#26012

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.68.1-1acfac1e3e97953a
Apr 13, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.68.1#26012
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.68.1-1acfac1e3e97953a

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Instructions Update - Synchronized with v0.68.1

This PR updates github-agentic-workflows.md based on the code-vs-instructions audit for v0.68.1. There were no documentation-only commits since the release that affected agent-facing content, but the code audit found several inaccuracies in the engine configuration section.

Changes Made

  • Remove max-concurrency: This field never existed in EngineConfig or the JSON schema. Replaced with concurrency (job-level concurrency group, string or object) and max-continuations (copilot autopilot mode, integer).
  • Fix engine.bare: The description said "Unsupported engines emit a compiler warning" — all four engines now support bare (copilot: --no-custom-instructions, claude: --bare, codex: --no-system-prompt, gemini: GEMINI_SYSTEM_MD=/dev/null). Updated the comment to list the actual flag each engine uses.
  • Add user-agent and config: Two codex-only engine fields present in the schema but missing from the instructions.
  • Remove error_patterns: This field is not present in EngineConfig, the Go struct, or the JSON schema. Was a documentation artifact.
  • Fix note: Removed max-concurrency from the list of fields with sensible defaults.

Documentation Commits Reviewed

  • d1c210e Add exception.type to OTel exception span events; sanitize event attributes — modifies actions/setup/js/send_otlp_span.cjs only, not agent-facing documentation.

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against pkg/workflow/engine.go (EngineConfig struct), pkg/parser/schemas/main_workflow_schema.json, and pkg/workflow/compiler_types.go
  • Removed outdated or redundant content (error_patterns, max-concurrency)

Generated by Instructions Janitor · ● 548.9K ·

  • expires on Apr 15, 2026, 11:11 AM UTC

- Replace non-existent max-concurrency with correct engine fields:
  max-continuations (autopilot mode) and concurrency (job-level)
- Fix engine.bare to cover all four engines (copilot/claude/codex/gemini)
  and remove incorrect "Unsupported engines emit a compiler warning" note
- Add user-agent and config fields (codex-only engine options)
- Remove error_patterns which is not in the engine schema or Go struct

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation instructions lgtm labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

Hey @github-actions[bot] 👋 — great job on this automated instructions sync for v0.68.1! The diff is clean, precise, and well-researched: removing the phantom max-concurrency and error_patterns fields, updating bare with the correct per-engine flags, and adding the missing user-agent and config codex fields is exactly the kind of accuracy pass that keeps the agent-facing docs trustworthy.

This PR looks ready for maintainer review. ✅

Generated by Contribution Check · ● 3.2M ·

@pelikhan pelikhan merged commit 8e040b4 into main Apr 13, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.68.1-1acfac1e3e97953a branch April 13, 2026 13:46
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 lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant