@a5c-ai/agent-catalog 5.0.1-staging.7dd7a3ea6 → 5.0.1-staging.7ea4b0cdaefa
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/discovery-snapshot.json +11386 -11386
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`@a5c-ai/agent-catalog` is a public package for the shared agent ontology, discovery catalog, packaged evidence shards, and graph-backed helper APIs used across the Babysitter toolchain.
|
|
4
4
|
|
|
5
|
-
The package is published through the central `
|
|
5
|
+
The package is published through the central `publish.yml` and `publish-packages-from-tag.yml` workflows. `main` publishes production releases, and `staging` publishes prerelease builds with the `staging` dist-tag.
|
|
6
6
|
|
|
7
7
|
## What ships
|
|
8
8
|
|
|
@@ -79,7 +79,7 @@ When graph structure or evidence claims change, update the YAML inputs first, th
|
|
|
79
79
|
|
|
80
80
|
- The package must stay publishable: it ships with `publishConfig.access = public`, includes this README in `files`, and is owned by the central publish workflows.
|
|
81
81
|
- `npm run ci:test --workspace=@a5c-ai/agent-catalog` is the release-equivalent contract for this workspace. It covers build output, graph validation, evidence freshness, package contract tests, and the publish lifecycle policy check.
|
|
82
|
-
- `
|
|
82
|
+
- `publish.yml` and `publish-packages-from-tag.yml` version, pack, and publish this package alongside the SDK, hooks-mux, agent-mux, and plugin compiler surfaces that consume it.
|
|
83
83
|
|
|
84
84
|
## Downstream compatibility
|
|
85
85
|
|