diff --git a/openspec/changes/uv-workspace-packaging/tasks.md b/openspec/changes/uv-workspace-packaging/tasks.md index d8c6e0e..1a6e8d4 100644 --- a/openspec/changes/uv-workspace-packaging/tasks.md +++ b/openspec/changes/uv-workspace-packaging/tasks.md @@ -29,7 +29,8 @@ - Both wheels installed together in a fresh Python 3.14 environment; isolated imports resolved from that environment's `site-packages`. - [x] 4.3 Run the complete non-integration Python test suite from the workspace root and fix packaging-only regressions without changing behavior. - Result: 317 passed, 6 deselected, with one existing Starlette/httpx deprecation warning. -- [ ] 4.4 Verify the local REST and MCP factories still import and the console build remains independent of uv synchronization. +- [x] 4.4 Verify the local REST and MCP factories still import and the console build remains independent of uv synchronization. + - Runtime REST/MCP factories imported under the Runtime member; `console/npm run build` completed independently. ## 5. OpenSpec And Project Records