Skip to content

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

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.68.1-3485ee2ff86a4267
Apr 11, 2026
Merged

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

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Instructions Update - Synchronized with v0.68.1

This PR updates github-agentic-workflows.md based on code changes in v0.68.1.

Changes Made

  • Added engine.bare field 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.go and safe_outputs_config.go — all safe-output operations in code are already documented in the instructions file. No gaps 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/workflow/engine.go, copilot_engine_execution.go, claude_engine.go)
  • Removed outdated or redundant content (none needed)

Generated by Instructions Janitor · ● 310.4K ·

  • expires on Apr 13, 2026, 10:54 AM UTC

Add engine.bare field introduced in v0.68.1 (#25661).

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 11, 2026
@pelikhan pelikhan merged commit 7f2e330 into main Apr 11, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.68.1-3485ee2ff86a4267 branch April 11, 2026 10:59
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>
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