DORK v2.0.0: compile the meme and deepen the parody - #1
Merged
Conversation
There was a problem hiding this comment.
Sorry @EmergentMonk, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
EmergentMonk
marked this pull request as ready for review
July 23, 2026 17:17
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 changed
dork1.z3from the modified source as a genuine Z-machine v3 Release 200 story filezork1.zipbinary that was still ordinary Zorknode_modules, AI wrappers, dashboards, cloud regions, and lockfilesRoot cause
The original DORK edits did not produce the committed story file. One dialogue line began with an escaped quote instead of opening a ZIL string, which caused a later
Commandment #12592parse failure. The new prose comments also used bare semicolons, so ZIL tried to evaluate words from the comments as code and failed onblocking. The committeddork1.z3was byte-for-byte the original Zork story under a different filename.Validation
make ZILF=/tmp/zilf-runtime/bin/zilf verifygit diff --check, shell syntax check, committed-artifact comparison, and workflow YAML parse all pass