Skip to content

[instructions] Sync github-agentic-workflows.md with v0.68.3#27019

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.68.3-01efad19c7ea1356
Apr 18, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.68.3#27019
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.68.3-01efad19c7ea1356

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Instructions Update - Synchronized with v0.68.3

This PR updates github-agentic-workflows.md based on the safe-outputs code audit performed against v0.68.3.

Changes Made

  • Fixed env: merge behavior description in Imports Field section: The previous wording ("last import wins per key; main workflow takes precedence") implied lenient last-write-wins semantics. The actual implementation in pkg/parser/import_field_extractor.go raises a compilation error when two distinct imported files define the same env: key — only the main workflow may override an imported env variable. Updated the description to accurately reflect this behavior.

Documentation Commits Reviewed

No user-facing documentation commits since v0.68.3 (2026-04-14). Only 84bb5c6 (spec enforcement for internal packages) was found.

Safe-Outputs Code vs Instructions Audit

All 40+ safe-output operation types defined in SafeOutputsConfig (compiler_types.go) were verified against the instructions — all are documented. The env: merge behavior was the sole discrepancy found.

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/import_field_extractor.go)
  • Removed outdated or redundant content

Generated by Instructions Janitor · ● 487.7K ·

  • expires on Apr 20, 2026, 10:58 AM UTC

Fix inaccurate description of env: merge behavior in shared imports:
the previous wording implied last-import-wins semantics, but the
implementation raises a compilation error when two different imports
define the same env variable.

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 Apr 18, 2026
@pelikhan pelikhan merged commit 9bc99d6 into main Apr 18, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.68.3-01efad19c7ea1356 branch April 18, 2026 11:04
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.

1 participant