Publish Registry

Publish @agentos-software/* registry packages from AgentOS. Use whenever the user asks to publish or release registry software/agent packages.

rivet-dev 0f930f1 999 B Updated

File contents

Publish AgentOS Registry Packages

Registry packages live in agentos/registry and publish as @agentos-software/*. They version independently per package.

Procedure

  1. Build native command artifacts and package tarballs:
just registry-native
just registry-build [pkg]
just registry-status --remote
  1. Bump the package's own package.json version and commit it.
  2. Publish from AgentOS:
just registry-publish <pkg>         # dist-tag dev
just registry-publish <pkg> latest  # deliberate latest release
just registry-publish-all [tag]

Rules

  • Do not publish registry packages from agentos.
  • Do not move latest unless the user explicitly asks for a release.
  • Prefer AgentOS workspace builds while iterating; published pins are for consumers and release validation.

rivet-dev/agentos/tree/main/.claude/skills/publish-registry commit 0f930f130f

Frequently asked questions

npx skillmds@latest add rivet-dev/publish-registry