[cdn-caching] Add PPR state (ppr_state) to the skill#128
Open
shinapatel wants to merge 1 commit into
Open
Conversation
Mirrors the cacheReason treatment: ppr_state in the description, prompt signals (ppr state / ppr_state / x-vercel-ppr-state), retrieval alias + entity, and a PPR state concept table (page/shell/blocking -> Static/ Partial/Dynamic) next to the cache-reason section. Regenerated manifests. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
mknichel
approved these changes
Jul 24, 2026
shinapatel
enabled auto-merge (squash)
July 24, 2026 23:44
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.
What
Adds
ppr_stateto thecdn-cachingskill:description + prompt signals (
ppr state,ppr_state,x-vercel-ppr-state) + retrieval alias/entitya PPR state concept table under Key concepts, right after the Cache reason table:
ppr_statepageshellblockingplus how to read it (
vercel logs, dashboard Logs panel,vercel metrics --group-by ppr_state) and the internal-onlyx-vercel-ppr-stateheader note.regenerated
generated/manifests.Why
ppr_stateis a per-request PPR field the proxy now emits (page/shell/blocking), surfaced invc logs, the Logs panel, andvercel metrics. It belongs next tocacheReasonin the CDN caching skill since PPR's static shell is served from the ISR cache.