Skip to content

Instantly share code, notes, and snippets.

@jleechan2015
Last active May 20, 2026 21:17
Show Gist options
  • Select an option

  • Save jleechan2015/b63e8970d22be08f52907e06008c79db to your computer and use it in GitHub Desktop.

Select an option

Save jleechan2015/b63e8970d22be08f52907e06008c79db to your computer and use it in GitHub Desktop.
WorldArchitect PR 6958 evidence reproduction

WorldArchitect PR 6958 evidence reproduction

PR 6958 Evidence Reproduction

PR: https://github.com/jleechanorg/worldarchitect.ai/pull/6958 Current PR HEAD: db5698c7af88592f20624dd69fb9047a1b65bca7 Evidence execution SHA: db5698c7af88592f20624dd69fb9047a1b65bca7

Evidence is fresh — no staleness gap.

Clone and checkout

git clone https://github.com/jleechanorg/worldarchitect.ai.git
cd worldarchitect.ai
git checkout db5698c7af88592f20624dd69fb9047a1b65bca7

Dependencies

  • Python 3.11 or the repo ./vpython wrapper
  • GEMINI_API_KEY set
  • Firebase Admin credentials at ~/serviceAccountKey.json or GOOGLE_APPLICATION_CREDENTIALS
  • Browser dependencies installed for testing_ui Playwright runs

Commands

MCP real server + real LLM evidence:

MCP_SERVER_PYTHON_BIN=/opt/homebrew/bin/python3.11 \
MCP_TEST_MODE=real \
MOCK_SERVICES_MODE=false \
WORLDAI_DEV_MODE=true \
TESTING_AUTH_BYPASS=true \
ALLOW_TEST_AUTH_BYPASS=true \
ENABLE_SEMANTIC_ROUTING=false \
CAPTURE_EVIDENCE=true \
PYTHONPATH="$(pwd):$(pwd)/mvp_site" \
/opt/homebrew/bin/python3.11 testing_mcp/test_level_up_entry_offer_pr6958.py

Expected: Total scenarios: 4, Passed: 4, Failed: 0.

Browser/UI evidence:

MCP_TEST_MODE=real \
MOCK_SERVICES_MODE=false \
TESTING_AUTH_BYPASS=true \
ALLOW_TEST_AUTH_BYPASS=true \
TEST_MODE=real \
WORLDAI_DEV_MODE=true \
PYTHONPATH="$(pwd):$(pwd)/mvp_site" \
./vpython testing_ui/test_level_up_rewards_planning_atomicity_browser.py

Expected: ✅ TEST PASSED; run.json has passed: true and 2/2 scenarios passed.

Captured artifacts from this run

MCP bundle: /tmp/worldarchitect.ai/fix_6926-review-comments/level_up_entry_offer_pr6958/iteration_016

UI bundle: /tmp/worldarchitectai/fix_6926-review-comments/ui_level_up_rewards_planning_atomicity_browser/iteration_019

Public media release: https://github.com/jleechanorg/agent-orchestrator/releases/tag/worldarchitect-pr6958-evidence-2e2c12c

Terminal evidence GIF: https://github.com/jleechanorg/agent-orchestrator/releases/download/worldarchitect-pr6958-evidence-2e2c12c/level_up_entry_offer_pr6958.gif

Terminal evidence MP4: https://github.com/jleechanorg/agent-orchestrator/releases/download/worldarchitect-pr6958-evidence-2e2c12c/level_up_entry_offer_pr6958.mp4

Browser evidence GIF: https://github.com/jleechanorg/agent-orchestrator/releases/download/worldarchitect-pr6958-evidence-2e2c12c/ui_level_up_rewards_planning_atomicity_browser.gif

Browser evidence MP4: https://github.com/jleechanorg/agent-orchestrator/releases/download/worldarchitect-pr6958-evidence-2e2c12c/ui_level_up_rewards_planning_atomicity_browser.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment