Conversation
- Add `features.difc-proxy` feature flag docs in frontmatter reference - Update cache-memory reference with integrity-aware caching and git-backed integrity branching merge semantics (from PR #23425) - Remove `error_patterns` engine field from frontmatter-full.md (removed from schema in PR #23423) - Remove `cleanup-script` from network.firewall in autocomplete-data.json (removed from schema in PR #23423) 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.
Documentation Updates - 2026-03-29
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
features.difc-proxyfeature flag (from feat: guard DIFC proxy emission withdifc-proxyfeature flag #23471)error_patternsengine field — no longer in schema (from Fix schema/code inconsistencies: remove engine.firewall dead code, error_patterns, and cleanup-script #23423)network.firewall.cleanup-scriptfrom editor autocomplete (from Fix schema/code inconsistencies: remove engine.firewall dead code, error_patterns, and cleanup-script #23423)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/frontmatter.mdto document thefeatures.difc-proxyflag: explains thatmin-integrityalone does MCP-gateway filtering, whiledifc-proxy: trueadditionally injects proxy steps for full enforcementdocs/src/content/docs/reference/cache-memory.mdto document integrity-aware caching: new integrity-level cache keys, git-backed branching, merge semantics table, and migration note about cache miss on first rundocs/src/content/docs/reference/frontmatter-full.mdto remove theerror_patternsengine field (removed from runtime and schema)docs/public/editor/autocomplete-data.jsonto removenetwork.firewall.cleanup-script(removed from schema)Merged PRs Referenced
difc-proxyfeature flag #23471 —feat: guard DIFC proxy emission with difc-proxy feature flagfeat: integrity-aware cache-memory with git-backed integrity branching and policy-scoped keysFix schema/code inconsistencies: remove engine.firewall dead code, error_patterns, and cleanup-scriptNotes
error_patternsfield was silently a no-op in the runtime before removal; users who had it in their workflows will now get a schema validation error guiding them to remove itmin-integrity; for those with it, expect a cache miss on the first run after upgradeNote
🔒 Integrity filter blocked 1 item
The following item were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: