@automatalabs/acp-server 0.0.0
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 +5 -0
- package/package.json +21 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# `@automatalabs/acp-server`
|
|
2
|
+
|
|
3
|
+
This `0.0.0` artifact exists only to bootstrap npm trusted-publisher configuration for the package. It is published under the `bootstrap` dist-tag, not `latest`, and contains no runtime implementation.
|
|
4
|
+
|
|
5
|
+
The first functional release will be published from the AgentPrism repository's Changesets release workflow with npm OIDC provenance.
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@automatalabs/acp-server",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Bootstrap package record for AgentPrism's ACP server.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/agentprism/agentprism-workflows.git",
|
|
9
|
+
"directory": "packages/acp-server"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/agentprism/agentprism-workflows/tree/main/packages/acp-server#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/agentprism/agentprism-workflows/issues"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"README.md"
|
|
17
|
+
],
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
}
|
|
21
|
+
}
|