|
{ |
|
"test_name": "test_campaign_upgrade_modal_lock_red_green", |
|
"run_id": "test_campaign_upgrade_modal_lock_red_green-014-20260523T013145", |
|
"iteration": 14, |
|
"bundle_version": "1.2.0", |
|
"timestamp": "2026-05-23T01:31:45.859382+00:00", |
|
"bundle_timestamp": "2026-05-23T01:31:45.859382+00:00", |
|
"evidence_mode": "lightweight_prompt_tracking", |
|
"evidence_mode_notes": "System instruction captured as filenames + char_count (not full text). Raw LLM request/response payloads captured in request_responses.jsonl. Server logs in artifacts/. Bundle file inventory in artifacts/collection_log.txt.", |
|
"git_provenance": { |
|
"git_head": "8f8eb9719a8c42b9883cb2898c52b01b87cbb779", |
|
"git_branch": "fix-campaign-upgrade-hang", |
|
"merge_base": "c15f7895bad49e7c03042ad943ea0ec3ba743512", |
|
"commits_ahead_of_main": 13, |
|
"diff_stat_vs_main": ".beads/issues.jsonl | 3 +\n mvp_site/agents.py | 897 +++++++++++++++++++++++++++---\n mvp_site/llm_parser.py | 3 +-\n mvp_site/tests/test_agents.py | 154 +++++\n mvp_site/tests/test_dice_provably_fair.py | 13 +-\n mvp_site/tests/test_intent_classifier.py | 8 +-\n mvp_site/tests/test_world_logic.py | 167 +++++-\n mvp_site/world_logic.py | 462 ++-------------\n 8 files changed, 1196 insertions(+), 511 deletions(-)", |
|
"working_tree_dirty": false, |
|
"working_tree_staged_changes": 0, |
|
"working_tree_unstaged_changes": 0, |
|
"working_tree_changed_files": [ |
|
"scratch/fetch_raw_state.py", |
|
"testing_mcp/test_campaign_upgrade_modal_lock_red_green.py" |
|
], |
|
"working_tree_diff_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" |
|
}, |
|
"server": { |
|
"base_url": "http://127.0.0.1:51204", |
|
"hostname": "127.0.0.1", |
|
"mode": "local", |
|
"port": "51204", |
|
"pid": 25375, |
|
"process_cmdline": "/opt/homebrew/Cellar/[email protected]/3.12.11/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python -m gunicorn mvp_site.main:app --bind 0.0.0.0:51204 --workers 1 --worker-class gthread --threads 4 --timeout 600 --max-requests 50 --access-logfile - --error-logfile - --log-level info", |
|
"env_vars": { |
|
"WORLDAI_DEV_MODE": "true", |
|
"TESTING": null, |
|
"MOCK_SERVICES_MODE": "false", |
|
"GOOGLE_APPLICATION_CREDENTIALS": "[SET - file:serviceAccountKey.json]", |
|
"WORLDAI_GOOGLE_APPLICATION_CREDENTIALS": "[SET - file:serviceAccountKey.json]", |
|
"FIRESTORE_EMULATOR_HOST": null, |
|
"PORT": "51204", |
|
"FIREBASE_PROJECT_ID": "worldarchitecture-ai", |
|
"GEMINI_API_KEY": "[SET - 39 chars]", |
|
"LLM_REQUEST_RESPONSE_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/llm_request_responses_1779499653080.jsonl", |
|
"HTTP_REQUEST_RESPONSE_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/http_request_responses_1779499653080.jsonl", |
|
"GEMINI_HTTP_REQUEST_RESPONSE_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/gemini_http_request_responses_1779499653080.jsonl", |
|
"MCP_TEST_PROVIDER_HTTP_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/provider_http_request_responses_1779499653080.jsonl" |
|
}, |
|
"lsof_output": "COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME\nPython 25375 jleechan 5u IPv4 0x1ae633624a03d9d6 0t0 TCP *:51204 (LISTEN)\nPython 25404 jleechan 5u IPv4 0x1ae633624a03d9d6 0t0 TCP *:51204 (LISTEN)", |
|
"ps_output": "PID USER ELAPSED ARGS\n25375 jleechan 02:43 /opt/homebrew/Cellar/[email protected]/3.12.11/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python -m gunicorn mvp_site.main:app --bind 0.0.0.0:51204 --workers 1 --worker-class gthread --threads 4 --timeout 600 --max-requests 50 --access-logfile - --error-logfile - --log-level info" |
|
}, |
|
"provenance": { |
|
"git_fetch_origin_main": { |
|
"returncode": 0, |
|
"stdout": null, |
|
"stderr": "From https://github.com/jleechanorg/worldarchitect.ai\n * branch main -> FETCH_HEAD\nAuto packing the repository in background for optimum performance.\nSee \"git help gc\" for manual housekeeping.\nwarning: The last gc run reported the following. Please correct the root cause\nand remove /Users/jleechan/projects/worldarchitect.ai/.git/worktrees/fix-campaign-upgrade-hang/gc.log\nAutomatic cleanup will not be performed until the file is removed.\n\nwarning: There are too many unreachable loose objects; run 'git prune' to remove them." |
|
}, |
|
"git_head": "8f8eb9719a8c42b9883cb2898c52b01b87cbb779", |
|
"git_branch": "fix-campaign-upgrade-hang", |
|
"merge_base": "c15f7895bad49e7c03042ad943ea0ec3ba743512", |
|
"commits_ahead_of_main": 13, |
|
"diff_stat_vs_main": ".beads/issues.jsonl | 3 +\n mvp_site/agents.py | 897 +++++++++++++++++++++++++++---\n mvp_site/llm_parser.py | 3 +-\n mvp_site/tests/test_agents.py | 154 +++++\n mvp_site/tests/test_dice_provably_fair.py | 13 +-\n mvp_site/tests/test_intent_classifier.py | 8 +-\n mvp_site/tests/test_world_logic.py | 167 +++++-\n mvp_site/world_logic.py | 462 ++-------------\n 8 files changed, 1196 insertions(+), 511 deletions(-)", |
|
"working_tree_staged_changes": 0, |
|
"working_tree_unstaged_changes": 0, |
|
"working_tree_untracked_files": 2, |
|
"working_tree_changed_files": [ |
|
"scratch/fetch_raw_state.py", |
|
"testing_mcp/test_campaign_upgrade_modal_lock_red_green.py" |
|
], |
|
"working_tree_diff_sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", |
|
"working_tree_dirty": false, |
|
"server": { |
|
"base_url": "http://127.0.0.1:51204", |
|
"hostname": "127.0.0.1", |
|
"mode": "local", |
|
"port": "51204", |
|
"pid": 25375, |
|
"process_cmdline": "/opt/homebrew/Cellar/[email protected]/3.12.11/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python -m gunicorn mvp_site.main:app --bind 0.0.0.0:51204 --workers 1 --worker-class gthread --threads 4 --timeout 600 --max-requests 50 --access-logfile - --error-logfile - --log-level info", |
|
"env_vars": { |
|
"WORLDAI_DEV_MODE": "true", |
|
"TESTING": null, |
|
"MOCK_SERVICES_MODE": "false", |
|
"GOOGLE_APPLICATION_CREDENTIALS": "[SET - file:serviceAccountKey.json]", |
|
"WORLDAI_GOOGLE_APPLICATION_CREDENTIALS": "[SET - file:serviceAccountKey.json]", |
|
"FIRESTORE_EMULATOR_HOST": null, |
|
"PORT": "51204", |
|
"FIREBASE_PROJECT_ID": "worldarchitecture-ai", |
|
"GEMINI_API_KEY": "[SET - 39 chars]", |
|
"LLM_REQUEST_RESPONSE_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/llm_request_responses_1779499653080.jsonl", |
|
"HTTP_REQUEST_RESPONSE_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/http_request_responses_1779499653080.jsonl", |
|
"GEMINI_HTTP_REQUEST_RESPONSE_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/gemini_http_request_responses_1779499653080.jsonl", |
|
"MCP_TEST_PROVIDER_HTTP_CAPTURE_PATH": "/tmp/worldarchitect.ai/fix-campaign-upgrade-hang/test_campaign_upgrade_modal_lock_red_green/iteration_014/provider_http_request_responses_1779499653080.jsonl" |
|
}, |
|
"lsof_output": "COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME\nPython 25375 jleechan 5u IPv4 0x1ae633624a03d9d6 0t0 TCP *:51204 (LISTEN)\nPython 25404 jleechan 5u IPv4 0x1ae633624a03d9d6 0t0 TCP *:51204 (LISTEN)", |
|
"ps_output": "PID USER ELAPSED ARGS\n25375 jleechan 02:43 /opt/homebrew/Cellar/[email protected]/3.12.11/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python -m gunicorn mvp_site.main:app --bind 0.0.0.0:51204 --workers 1 --worker-class gthread --threads 4 --timeout 600 --max-requests 50 --access-logfile - --error-logfile - --log-level info" |
|
}, |
|
"timestamp": "2026-05-23T01:31:45.842240+00:00", |
|
"test_file": "/Users/jleechan/.gemini/antigravity/worktrees/worldarchitect.ai/fix-campaign-upgrade-hang/testing_mcp/test_campaign_upgrade_modal_lock_red_green.py" |
|
}, |
|
"summary": { |
|
"total_scenarios": 3, |
|
"passed": 3, |
|
"failed": 0, |
|
"campaign_capture_total": 0, |
|
"campaign_capture_passed": 0, |
|
"campaign_capture_failed": 0, |
|
"raw_passed": 2, |
|
"raw_total": 2, |
|
"raw_pass_rate": "100.0%" |
|
} |
|
} |