PR 11: Remove public definition launch surfaces - #130
Conversation
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
22ce6b5 to
937aa75
Compare
8ff02fd to
0866dd6
Compare
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
0866dd6 to
16696c3
Compare
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
eb6622f to
401a7f8
Compare
16696c3 to
17563ab
Compare
E2E smoke —
|
E2E smoke —
|
1 similar comment
E2E smoke —
|
E2E smoke —
|
1 similar comment
E2E smoke —
|
17563ab to
f9c1062
Compare
401a7f8 to
b876471
Compare
E2E smoke —
|
f9c1062 to
c7a57e0
Compare
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
c7a57e0 to
5a3941b
Compare
2abc1f4 to
5928d70
Compare
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
1 similar comment
E2E smoke —
|
5a3941b to
c32250d
Compare
5928d70 to
192e6f7
Compare
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
c32250d to
b8675b8
Compare
b8675b8 to
cb76096
Compare
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
E2E smoke —
|
|
Closed after landing the cumulative episode/sample stack snapshot through PR132 directly onto dev in merge commit 1c22130. This PR's changes are included in dev. |



























Review Guide
Stack position: PR 11, base
codex/episode-sample-pr10-dashboard, headcodex/episode-sample-pr11-delete-definition-runtime.Implements RFC Docs
09-implementation-plan/12-pr-11-delete-definition-runtime-path.md: public launch/API cleanup.09-implementation-plan/14-remediation-plan.md: definition launch surface cleanup.Why This PR Exists
This PR removes the most visible public definition launch surfaces from the API, CLI-facing tests, routes, and docs. It is an important cleanup step, but the actual diff is narrower than the full destructive-migration section of the planning doc.
What Actually Changes
persist_benchmarkfrom the rootergon_core.apiexport.POST /experiments/{definition_id}/runfromcore/infrastructure/http/routes/experiments.py.persist_benchmark/ definition-run flows.Gotchas / Review Risks
persistence/definitions,definition_writer.py,launch.py, definition columns, or the associated destructive migration.Cleaned Later
Validation Notes
Focus validation on public API exports, removed REST route behavior, CLI/parser expectations, and documentation changes. Do not assume this PR has completed every destructive migration item from the RFC.