Conversation
…g opens Upstream made Open/Save in the Director the same .pfs table the panel plays (SimonePDA 9469220), and dropped the JSON demos with it. Our design assumed the split it replaced — JSON as the editable source, .pfs as the build output — so a deck pack carried both and the UI told people the JSON was the file to keep working on. That is now simply untrue, and a file nothing opens is weight in someone's download. Packs carry the table alone. The pattern page's second link is relabelled "raw" and described as what it is: the same cues for reading or scripting, not something the Director will open. Uploads still accept .json, because Directors from before the format settled saved it. The stored form stays JSON — it is the site's own canonical shape, what summaries and validation read and what regenerates the table on the way out, and it never had a life outside this server. The comments that called it "the editable source" now say so. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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.
Upstream made Open/Save in the Director the same
.pfstable the panel plays(SimonePDA
9469220),and deleted the JSON demos with it. Our design assumed the split that replaced
— JSON as the editable source,
.pfsas the build output — so a deck packcarried both and the UI told people the JSON was the file to keep working on.
That is now untrue, and a file nothing opens is weight in someone's download.
it is: the same cues for reading or scripting, not something the Director
opens.
.json— Directors from before the format settledsaved it.
The stored form stays JSON. It is the site's own canonical shape — what
summaries and validation read, and what regenerates the table on the way out —
and it never had a life outside this server. The comments that called it "the
editable source" now say so.
deck-pack-smokeasserts the table lands and no JSON rides along; the restof its checks (modules and
catalog.txtuntouched, the.pfsdecoding back tothe same show, a malformed attachment still leaving an installable pack) are
unchanged and pass, as does
performance-smoke.Also
The three findings we sent upstream have landed there in
ca031fb— loaderABI range,
.pfson install, buffers out of DRAM, plus thestop()holdrelease and the clock refresh. Checked against that tree rather than assumed;
our PR was closed as redundant.