[instructions] Sync github-agentic-workflows.md with v0.68.3#27308
Merged
[instructions] Sync github-agentic-workflows.md with v0.68.3#27308
Conversation
Add documentation for features introduced in v0.68.3 and present in code but missing from the instructions file: - features.mcp-cli: new feature flag that enables MCP CLI mounting - tools.mount-as-clis: mount MCP servers as local CLI tools on PATH - safe-outputs.create-pull-request: allowed-files, excluded-files, protected-files for file-level access control on generated PRs - safe-outputs.push-to-pull-request-branch: same file restriction fields as create-pull-request Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.68.3
This PR updates
github-agentic-workflows.mdbased on code-level features present in v0.68.3 that were not yet documented in the instructions file.Changes Made
features.mcp-cli: Added new feature flag that enables the MCP CLI mounting feature. Required beforetools.mount-as-clishas any effect.tools.mount-as-clis: Added documentation for mounting MCP servers as local CLI tools onPATH, allowing agents to call them via shell commands (e.g.github issue_read --method get ...).safe-outputs.create-pull-requestfile restrictions: Addedallowed-files(exclusive allowlist),excluded-files(strip files from patch), andprotected-files(policy for sensitive file handling) — all confirmed inpkg/workflow/create_pull_request.go.safe-outputs.push-to-pull-request-branchfile restrictions: Same three fields ascreate-pull-request, confirmed inpkg/workflow/push_to_pull_request_branch.go.Documentation Commits Reviewed
e4729b3Add daily Claude workflow for artifact-driven docs spellcheck PRs with strict safe-output scope (Add daily Claude workflow for artifact-driven docs spellcheck PRs with strict safe-output scope #27264)The new spellcheck workflow uses
features.mcp-cli: trueandtools.mount-as-clis: trueandcreate-pull-request.allowed-files:— all undocumented in the instructions file before this PR.Validation
create_pull_request.go,push_to_pull_request_branch.go,mcp_cli_mount.go,tools_types.go)