[codex] Fix Ops idea update PATCH route #89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/fix-ops-idea-patch-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PATCHfrom the Ops-dashboard/api/s4m/[...path]catch-all route so idea updates reach the copilot kit/service.PATCH.scrum4me-copilotsubmodule to the version containing the ideas CRUD + PATCH route support.Root cause
Adding an idea used
POST, but updating an idea usesPATCH. Ops-dashboard only exportedGETandPOSTfromcreateS4MRoutes, and its vendored copilot submodule was still on a version that did not expose the idea update route/type surface.Validation
npm testpassed: 13 test files, 80 tests.npm run typecheckstill fails on an unrelated existing issue:lib/ingest-worker-log.ts:207usespool, which is not present onRunRow.Notes
lib/build-info.tschanges were intentionally left out of this branch.