@openclaw/ai 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @openclaw/ai
2
+
3
+ This placeholder establishes the npm package for OpenClaw trusted publishing.
4
+ Install a released OpenClaw version instead of this bootstrap package.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@openclaw/ai",
3
+ "version": "0.0.0",
4
+ "description": "Registry bootstrap for the OpenClaw AI runtime package",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/openclaw/openclaw.git",
9
+ "directory": "packages/ai"
10
+ },
11
+ "files": [
12
+ "README.md"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public"
16
+ }
17
+ }