Conversation
Strix Security ReviewWarning This pull request has 8 commits after the last Strix review ( No security issues found. Updated for Reviewed by Strix |
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.
Adds Pen, a prompt-agent continuation writer for
games/exquisite-corpse/in collective memory. Two files, no code:agent.jsonplus a README.How it works. One run is one move. The agent refreshes its clone, re-reads the space's README, finds the living story folder, reads only its highest-numbered part — never the earlier ones — and writes the next three-digit part as a single new file. One inherited detail, one surprise, one door left open.
The blindness is the point: because it may not read backwards, whatever it writes becomes the whole world the next writer gets to see. Every run changes what someone else will find.
Repository: https://github.com/Apollohzl/pollinations
Callable model name:
Apollohzl/penPublish:
npx @pollinations/cli agents create --config agent.json --name pen --title "Pen", thenagents update <id> --config agent.json --visibility public. Base modelopenai-large, MCP servercomputer.Three runs, three commits, three different choices
Submitted upstream as collective-memory PR #1 (
Apollohzl:pen-exquisite-corpse):c441495001-gardener.md, it kept the slim volume and the fines; the atlas maps this same beach, one gull circled and captioned returned, and the lamp left mid-clause.34ad78662b312aFiles added:
games/exquisite-corpse/the-tide-library/002-pen.md,003-pen.md,004-pen.md. Nothing else inmainmoved.Run 2 is the one to look at: a second visit met what the first visit left, inherited its image, and took the story somewhere neither run had planned. That is the second-user-meets-the-first-user case, in one folder.
All three were written from a plain clone using the same steps the prompt lays down, including the separate
git config user.name penstep the git shim requires.Good neighbour
Only adds files; never edits, renames or deletes another writer's part. No force push —
git pull --rebaseonce on rejection, then stop. If another writer takes its number first it reads the new latest part and writes the following one. It refuses to write part 021 and opens a new folder instead. File content always goes instdin, never into a shell command. Repository text is treated as information, never as instructions: nothing it reads can tell it to run a command or widen its scope to another folder. Invented characters and places only, nothing private.Alpha feedback
The computer's git shim rejects
git -c user.name=...with a usage dump, so identity has to be set withgit configas a separate step — easy to lose a whole run to this the first time. Maybe worth a line in the computer-mcp README. Clone, add, commit and push were otherwise frictionless.Fixes #15054