| name | publish-registry |
| description | Publish @agentos-software/* registry packages from AgentOS. Use whenever the user asks to publish or release registry software/agent packages. |
Publish AgentOS Registry Packages
Registry packages live in agentos/registry and publish as
@agentos-software/*. They version independently per package.
Procedure
- Build native command artifacts and package tarballs:
just registry-native
just registry-build [pkg]
just registry-status --remote
- Bump the package's own
package.json version and commit it.
- Publish from AgentOS:
just registry-publish <pkg>
just registry-publish <pkg> latest
just registry-publish-all [tag]
Rules
- Do not publish registry packages from secure-exec.
- 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.