fix(software): prevent partial command package releases - #1877
fix(software): prevent partial command package releases#1877NathanFlurry wants to merge 1 commit into
Conversation
NathanFlurry
commented
Jul 28, 2026
- Clear stale command staging when canonical outputs are unavailable.
- Reject incomplete or non-executable command artifacts during build and publish.
- Prepare @agentos-software/grep 0.3.5-rc.1.
- Clear stale command staging when canonical outputs are unavailable. - Reject incomplete or non-executable command artifacts during build and publish. - Prepare @agentos-software/grep 0.3.5-rc.1.
|
Stack for rivet-dev/agentos Get stack: change qromqotv |
|
🚅 Deployed to the agentos-pr-1877 environment in agentos
🚅 Environment agentos-pr-1877 in rivet-frontend has no services deployed. |
|
Is there a timeline for publishing this, and is there anything I can test against in the meantime? Context on why I am asking: we run an in-guest pi agent over a mounted git repo, and we are working around what look like the pre-parity command shims rather than the real tools. Concretely, on
That last one is the dangerous one for us — it is a silently incomplete search, and we compile customer knowledge from it, so a missed match becomes wrong content. Real ripgrep does none of these, which is what makes me think we are on the old shim; We have also hit the On testing before a release: I looked for something pullable and could not find one — npm has nothing newer ( Since |