Skip to content

Server sweep — remove the orphaned Formalize endpoint. Delete POST /plo…#372

Merged
jayminwest merged 2 commits into
mainfrom
warren/run_8zjsbe2s20k6
Jun 14, 2026
Merged

Server sweep — remove the orphaned Formalize endpoint. Delete POST /plo…#372
jayminwest merged 2 commits into
mainfrom
warren/run_8zjsbe2s20k6

Conversation

@jayminwest

Copy link
Copy Markdown
Owner

Summary

Remove orphaned POST /plots/:id/formalize endpoint (warren-cef0)

Run

  • Warren run: run_8zjsbe2s20k6
  • Agent: pi
  • Cost: $1.06 (52 in / 13.2k out / 885.8k cache-r)

Seeds

  • warren-cef0 — Server sweep — remove the orphaned Formalize endpoint. Delete POST /plots/:id/formalize from ROUTE_TABLE (src/server/handlers/index.ts), the formalizePlotHandler + brainstorm-summarize logic in src/server/handlers/plots/workbench.ts, and src/server/handlers/plots.workbench.formalize.test.ts. Regenerate docs/http-api.md (bun run gen:docs) and docs/openapi.yaml (bun run gen:openapi). Verify no remaining server caller references formalize.

Commits (2)

  • 180276b Remove orphaned POST /plots/:id/formalize endpoint (warren-cef0)
  • f27e017 chore(warren): seeds state

Files changed

.mulch/expertise/server.jsonl                      |   1 +
 ...566Z_019ec3c9-3b3e-72a7-a1f3-59132b4d7350.jsonl |  60 +++++
 .seeds/issues.jsonl                                |   6 +-
 docs/http-api.md                                   |   3 +-
 docs/openapi.yaml                                  |  17 --
 src/db/repos/runs.ts                               |  10 +-
 src/plots/formalize.test.ts                        | 141 -----------
 src/plots/formalize.ts                             | 261 ---------------------
 src/plots/index.ts                                 |   9 -
 src/server/handlers/index.ts                       |   2 -
 src/server/handlers/plots.test-support.ts          |   2 -
 .../handlers/plots.workbench.formalize.test.ts     | 206 ----------------
 src/server/handlers/plots.workbench.harness.ts     |   3 -
 src/server/handlers/plots/index.ts                 |   4 +-
 src/server/handlers/plots/workbench.ts             |  49 +---
 src/server/main/deps.ts                            |   2 -
 src/server/types.ts                                |  13 -
 17 files changed, 78 insertions(+), 711 deletions(-)

Prompt

Show prompt
work on sd warren-cef0. use ml. commit when done.

🤖 Opened by warren run run_8zjsbe2s20k6

jayminwest and others added 2 commits June 14, 2026 01:44
Delete the formalize route from ROUTE_TABLE, formalizePlotHandler and the
brainstorm-summarize logic in workbench.ts, the ServerDeps.plotFormalizer
seam and its deps wiring, the underlying src/plots/formalize.ts module, and
the associated tests. Regenerate docs/http-api.md and docs/openapi.yaml.

pl-0008 step 1.
@jayminwest jayminwest enabled auto-merge (squash) June 14, 2026 01:45
@jayminwest jayminwest merged commit 6aa020d into main Jun 14, 2026
2 of 3 checks passed
@jayminwest jayminwest deleted the warren/run_8zjsbe2s20k6 branch June 14, 2026 01:46
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