Problem
CLI production pinning of Python v0.0.26 failed on a clean GitHub runner: Core tried Nix, OCI, and GitHub, then received a 404 because v0.0.26 is only a source tag. This repository has no tag release workflow; downloadable releases stopped at v0.0.24. Local dogfood passed only because v0.0.26 had been built into the operator cache.
Required owner fix
- add the Core-compatible
service-python_<version>_<os>_<arch>.tar.gz GoReleaser contract;
- publish real CGO/tree-sitter binaries for darwin/amd64, darwin/arm64, and linux/amd64;
- add the repository-owned tag workflow;
- publish a new immutable installable version carrying v0.0.26 authoritative project inspection;
- prove a clean CLI Gateway downloads and runs it.
No CLI fallback, test skip, or reversion to the older non-authoritative agent.
Problem
CLI production pinning of Python v0.0.26 failed on a clean GitHub runner: Core tried Nix, OCI, and GitHub, then received a 404 because v0.0.26 is only a source tag. This repository has no tag release workflow; downloadable releases stopped at v0.0.24. Local dogfood passed only because v0.0.26 had been built into the operator cache.
Required owner fix
service-python_<version>_<os>_<arch>.tar.gzGoReleaser contract;No CLI fallback, test skip, or reversion to the older non-authoritative agent.