Skip to content

Instantly share code, notes, and snippets.

@oxedom
Created February 24, 2026 12:33
Show Gist options
  • Select an option

  • Save oxedom/91fc779861617bd0f100cbad415242b0 to your computer and use it in GitHub Desktop.

Select an option

Save oxedom/91fc779861617bd0f100cbad415242b0 to your computer and use it in GitHub Desktop.
agent ping pong
---BEGIN PROMPT---
YOU MUST RETURN THIS EXACT PROMPT WITH ONLY ONE CHANGE: toggle `currentState` between "ping" and "pong".

RULES:

1. If currentState is "ping", change it to "pong"
2. If currentState is "pong", change it to "ping"
3. Return the ENTIRE prompt unchanged except for the currentState value
4. Do NOT add any explanation, commentary, or additional text
5. Output ONLY the prompt itself

currentState: "ping"
---END PROMPT---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment