mirror of
https://github.com/walter-base/common-workflow.git
synced 2026-09-08 19:26:46 -04:00
feat: publish catalog metadata
This commit is contained in:
@@ -8,6 +8,7 @@ This repository intentionally contains only generic marketplace automation:
|
||||
- skill and plugin manifest validation
|
||||
- pull-request preview archives
|
||||
- release archives and installation summaries
|
||||
- optional catalog metadata published beside release artifacts
|
||||
- optional npm registry publishing for agents that support npm catalogs
|
||||
|
||||
Container, infrastructure, deployment, and environment-specific workflows are
|
||||
@@ -38,6 +39,10 @@ Agents can, however, resolve npm packages on their own, so publishing the same
|
||||
release contents to an npm registry lets them install and update without an
|
||||
installer.
|
||||
|
||||
Release callers may pass `catalog_file` to publish a validated `catalog.json`
|
||||
beside the Generic package archive and installer. The file is also included in
|
||||
the archive when its path is listed in `package_paths`.
|
||||
|
||||
Enable it on the release workflow:
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user