Skip to content

feat(learning): add visual ownership runtime entrypoint dry run#118

Merged
yha9806 merged 1 commit intomasterfrom
codex/visual-ownership-runtime-entrypoint-dry-run-v1
May 8, 2026
Merged

feat(learning): add visual ownership runtime entrypoint dry run#118
yha9806 merged 1 commit intomasterfrom
codex/visual-ownership-runtime-entrypoint-dry-run-v1

Conversation

@yha9806
Copy link
Copy Markdown
Contributor

@yha9806 yha9806 commented May 8, 2026

Summary

  • add provider-free visual ownership runtime entrypoint dry-run records and report
  • translate replayable runtime records into MCP argument contracts for layers_split and layers_redraw
  • block previous replay failures and provider-enabled contracts without executing runtime/provider calls

Verification

  • PYTHONPATH=src python3 -m pytest tests/test_visual_ownership_runtime_entrypoint_dry_run.py -q
  • PYTHONPATH=src python3 scripts/real_source_context_recovery_eval.py --repo-root . --case-source-manifest docs/benchmarks/learning/combined_case_source_manifest_v1.json --artifact-search-root /Users/yhryzy/dev/vulca/.scratch/p2b-live-shipgate --image-search-root /Users/yhryzy/dev/vulca/.scratch/p2b-live-shipgate --source-dependency-manifest docs/benchmarks/learning/real_source_dependency_label_manifest_v1.json --output-dir build/visual_ownership_runtime_entrypoint_dry_run_v1/real_recovery_eval --report build/visual_ownership_runtime_entrypoint_dry_run_v1/real_recovery_eval/report.json --max-recovered-source-context-gaps 0 --min-fallback-agent-reduction 2 --min-recovered-eval-cases 2
  • PYTHONPATH=src python3 scripts/visual_ownership_planner.py --decision-path build/visual_ownership_runtime_entrypoint_dry_run_v1/real_recovery_eval/recovered/dry_run/dry_run_decisions.jsonl --plans build/visual_ownership_runtime_entrypoint_dry_run_v1/planner/visual_ownership_plans.jsonl --report build/visual_ownership_runtime_entrypoint_dry_run_v1/planner/report.json
  • PYTHONPATH=src python3 scripts/visual_ownership_execution_gate.py --plans build/visual_ownership_runtime_entrypoint_dry_run_v1/planner/visual_ownership_plans.jsonl --gates build/visual_ownership_runtime_entrypoint_dry_run_v1/gate/visual_ownership_execution_gate.jsonl --report build/visual_ownership_runtime_entrypoint_dry_run_v1/gate/report.json
  • PYTHONPATH=src python3 scripts/visual_ownership_runtime_adapter.py --gates build/visual_ownership_runtime_entrypoint_dry_run_v1/gate/visual_ownership_execution_gate.jsonl --requests build/visual_ownership_runtime_entrypoint_dry_run_v1/runtime/visual_ownership_runtime_requests.jsonl --report build/visual_ownership_runtime_entrypoint_dry_run_v1/runtime/report.json
  • PYTHONPATH=src python3 scripts/visual_ownership_runtime_replay.py --requests build/visual_ownership_runtime_entrypoint_dry_run_v1/runtime/visual_ownership_runtime_requests.jsonl --replay build/visual_ownership_runtime_entrypoint_dry_run_v1/replay/visual_ownership_runtime_replay.jsonl --report build/visual_ownership_runtime_entrypoint_dry_run_v1/replay/report.json
  • PYTHONPATH=src python3 scripts/visual_ownership_runtime_entrypoint_dry_run.py --replay build/visual_ownership_runtime_entrypoint_dry_run_v1/replay/visual_ownership_runtime_replay.jsonl --invocations build/visual_ownership_runtime_entrypoint_dry_run_v1/entrypoint/visual_ownership_runtime_entrypoint_dry_run.jsonl --report build/visual_ownership_runtime_entrypoint_dry_run_v1/entrypoint/report.json
  • PYTHONPATH=src python3 -m pytest tests/test_visual_ownership_runtime_entrypoint_dry_run.py tests/test_visual_ownership_runtime_replay.py tests/test_visual_ownership_runtime_adapter.py tests/test_visual_ownership_execution_gate.py tests/test_visual_ownership_planner.py tests/test_dry_run_decision_router.py tests/test_training_effectiveness_report.py tests/test_real_source_context_recovery_eval.py -q
  • python3 -m py_compile src/vulca/learning/visual_ownership_runtime_entrypoint_dry_run.py scripts/visual_ownership_runtime_entrypoint_dry_run.py
  • ruff check src/vulca/learning/visual_ownership_runtime_entrypoint_dry_run.py scripts/visual_ownership_runtime_entrypoint_dry_run.py tests/test_visual_ownership_runtime_entrypoint_dry_run.py
  • git diff --check

@yha9806 yha9806 merged commit b1385af into master May 8, 2026
2 checks passed
@yha9806 yha9806 deleted the codex/visual-ownership-runtime-entrypoint-dry-run-v1 branch May 8, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant