Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save jleechan2015/8ce295bdfe947d706cc06da7636b4dc5 to your computer and use it in GitHub Desktop.
WorldArchitect PR 6958 evidence reproduction at c81ee83

WorldArchitect PR 6958 Evidence Reproduction

PR: https://github.com/jleechanorg/worldarchitect.ai/pull/6958 Commit: c81ee83e0271f37b2bac52d7c5a2df3a4b334d29 Branch: fix/6926-review-comments Date: 2026-05-20

Clone and Checkout

git clone https://github.com/jleechanorg/worldarchitect.ai.git
cd worldarchitect.ai
git checkout fix/6926-review-comments
git rev-parse HEAD
# expected: c81ee83e0271f37b2bac52d7c5a2df3a4b334d29

Dependencies and Secrets

  • Python via repo ./vpython wrapper.
  • For MCP evidence: /opt/homebrew/bin/python3.11 was used as MCP_SERVER_PYTHON_BIN.
  • Real Firebase credentials required at /Users/jleechan/serviceAccountKey.json or equivalent GOOGLE_APPLICATION_CREDENTIALS.
  • Real Gemini key required in the environment.
  • Evidence was run with MOCK_SERVICES_MODE=false, real local server, real LLM calls, real Firebase campaign exports.

Local Verification Commands

./vpython -m pytest mvp_site/tests/test_rewards_engine.py mvp_site/tests/test_rewards_engine_wiring.py mvp_site/tests/test_streaming_orchestrator.py mvp_site/tests/test_world_logic.py::TestLevelUpInjection -q
# expected: 388 passed, 11 skipped, 1 xfailed, 2 warnings, 2 subtests passed

./vpython -m ruff check mvp_site/llm_parser.py mvp_site/rewards_engine.py mvp_site/world_logic.py mvp_site/tests/test_rewards_engine.py mvp_site/tests/test_rewards_engine_wiring.py mvp_site/tests/test_streaming_orchestrator.py mvp_site/tests/test_world_logic.py testing_mcp/test_level_up_entry_offer_pr6958.py testing_ui/test_level_up_rewards_planning_atomicity_browser.py
# expected: All checks passed

./vpython -m py_compile mvp_site/llm_parser.py mvp_site/rewards_engine.py mvp_site/world_logic.py testing_mcp/test_level_up_entry_offer_pr6958.py testing_ui/test_level_up_rewards_planning_atomicity_browser.py
# expected: exit 0

/es Evidence Commands

unset GITHUB_TOKEN
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 bundle: /tmp/worldarchitect.ai/fix_6926-review-comments/level_up_entry_offer_pr6958/iteration_006
# expected: Total scenarios 3, Passed 3, Failed 0

unset GITHUB_TOKEN
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 bundle: /tmp/worldarchitectai/fix_6926-review-comments/ui_level_up_rewards_planning_atomicity_browser/iteration_017
# expected: TEST PASSED, Total scenarios 2, Passed 2, Failed 0

Evidence Bundles

  • MCP/server/LLM/Firebase bundle: /tmp/worldarchitect.ai/fix_6926-review-comments/level_up_entry_offer_pr6958/iteration_006
  • UI/browser/video bundle: /tmp/worldarchitectai/fix_6926-review-comments/ui_level_up_rewards_planning_atomicity_browser/iteration_017

Key metadata from both bundles:

  • git_head: c81ee83e0271f37b2bac52d7c5a2df3a4b334d29
  • branch: fix/6926-review-comments
  • MCP server: http://127.0.0.1:8069
  • UI server: http://127.0.0.1:65479
  • raw LLM captures present:
    • MCP: llm_request_responses_1779261381375.jsonl, 16 lines
    • UI: raw_llm_request_responses.jsonl, 12 lines

Checksum verification:

cd /tmp/worldarchitect.ai/fix_6926-review-comments/level_up_entry_offer_pr6958/iteration_006
find . -name '*.sha256' -execdir sha256sum -c '{}' \;

cd /tmp/worldarchitectai/fix_6926-review-comments/ui_level_up_rewards_planning_atomicity_browser/iteration_017
find . -name '*.sha256' -execdir sha256sum -c '{}' \;

Public Media

Terminal /es evidence:

Terminal evidence GIF

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

Browser UI evidence:

Browser evidence GIF

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

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

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