Conversation
…ence Document the protected-files and allowed-files fields for both create-pull-request and push-to-pull-request-branch in the comprehensive frontmatter reference. These fields were introduced in #20051 (allowed-files strict allowlist) but were missing from frontmatter-full.md even though they were already described in safe-outputs-pull-requests.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Mar 9, 2026
This was referenced Mar 9, 2026
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.
Documentation Updates - 2026-03-09
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
protected-filesandallowed-filesfields forcreate-pull-requestandpush-to-pull-request-branchsafe outputs (from Addallowed-filesstrict allowlist for protected-file protection on PR safe outputs #20051)Changes Made
docs/src/content/docs/reference/frontmatter-full.mdto documentprotected-filesandallowed-filesfor bothcreate-pull-requestandpush-to-pull-request-branchMerged PRs Referenced
allowed-filesstrict allowlist for protected-file protection on PR safe outputs #20051 - Addallowed-filesstrict allowlist for protected-file protection on PR safe outputsreader→unapproved,writer→approved) — docs already updated in that PRsafe-inputstomcp-scripts#20115 - Renamesafe-inputstomcp-scripts— docs already updated in that PRcreated_issue_*outputs from handler manager — docs already had the outputs listedNotes
The
safe-outputs-pull-requests.mdalready documentsprotected-filesandallowed-filescorrectly since PR #20051 updated docs there. This PR adds the same fields tofrontmatter-full.mdwhich is the comprehensive YAML reference guide, filling the gap.All other features from today's merges were either already fully documented or are internal changes (refactoring, bug fixes) that don't affect user-facing documentation.