You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context\n\nPR #26 fixed the public type exports needed by downstream consumers, but the Release workflow failed before publishing the package to npm.\n\n## Evidence\n\n- Merged PR: https://github.com/ProverCoderAI/openapi-effect/pull/26\n- Failed Release workflow: https://github.com/ProverCoderAI/openapi-effect/actions/runs/27828780993\n- npm still reports latest published version as 1.0.22.\n- npm returns 404 for @prover-coder-ai/openapi-effect@1.0.27.\n\nFailed publish excerpt from the workflow log:\n\n\nnpm error 404 Not Found - PUT https://registry.npmjs.org/@prover-coder-ai%2fopenapi-effect - Not found\nnpm error 404 '@prover-coder-ai/openapi-effect@1.0.27' is not in this registry.\n\n\n## Downstream impact\n\nProverCoderAI/docker-git can typecheck against the PR artifact from pkg.pr.new, but cannot safely replace its local shim in the open PR until a normal npm version is available.\n\nSmoke validation against the PR artifact passed:\n\nbash\nrtk bun run --cwd packages/openapi typecheck\nrtk bun run --cwd packages/app typecheck\n\n\n## Requested fix\n\nFix npm publish permissions/configuration and publish @prover-coder-ai/openapi-effect@1.0.27 (or a newer patch version with the same public exports).\n
Context\n\nPR #26 fixed the public type exports needed by downstream consumers, but the Release workflow failed before publishing the package to npm.\n\n## Evidence\n\n- Merged PR: https://github.com/ProverCoderAI/openapi-effect/pull/26\n- Failed Release workflow: https://github.com/ProverCoderAI/openapi-effect/actions/runs/27828780993\n- npm still reports latest published version as 1.0.22.\n- npm returns 404 for
@prover-coder-ai/openapi-effect@1.0.27.\n\nFailed publish excerpt from the workflow log:\n\n\nnpm error 404 Not Found - PUT https://registry.npmjs.org/@prover-coder-ai%2fopenapi-effect - Not found\nnpm error 404 '@prover-coder-ai/openapi-effect@1.0.27' is not in this registry.\n\n\n## Downstream impact\n\nProverCoderAI/docker-gitcan typecheck against the PR artifact frompkg.pr.new, but cannot safely replace its local shim in the open PR until a normal npm version is available.\n\nSmoke validation against the PR artifact passed:\n\nbash\nrtk bun run --cwd packages/openapi typecheck\nrtk bun run --cwd packages/app typecheck\n\n\n## Requested fix\n\nFix npm publish permissions/configuration and publish@prover-coder-ai/openapi-effect@1.0.27(or a newer patch version with the same public exports).\n