rivet-dev/release-preview
Cut an AgentOS release-preview. Use when the user asks for a preview, release-preview, or a branch dist-tag build.
npx skills add https://github.com/rivet-dev/agentos --skill release-preview
AgentOS previews are branch snapshots from this repository. The workflow builds
debug artifacts and publishes npm packages under a sanitized branch dist-tag.
No crates.io release, git tag, or GitHub release is created.
agentos is a generated mirror. Do not bump a agentos ref or cut a
agentos preview by hand.
just release-preview <agentos-branch>
run=$(gh run list -R rivet-dev/agentos --workflow=publish.yaml -L1 --json databaseId --jq '.[0].databaseId')
gh run watch -R rivet-dev/agentos "$run" --exit-status
npm install @rivet-dev/agentos-core@<sanitized-branch>
release skill.from AgentOS and follows the published AgentOS version.
gh run view <run> --log-failed, fix, re-dispatch, re-watch.Take rivet-dev/release-preview from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm.
Without those the skill loads but fails at the first command.