remoteclaw 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/index.js +4 -0
  2. package/package.json +18 -0
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // RemoteClaw - Universal AI agent middleware
2
+ // This is a placeholder package. The real package is under development.
3
+ // See: https://github.com/remoteclaw/remoteclaw
4
+ throw new Error("remoteclaw is not yet released. This is a name reservation.");
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "remoteclaw",
3
+ "version": "0.0.0",
4
+ "description": "Universal AI agent middleware — placeholder, real package coming soon",
5
+ "main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/remoteclaw/remoteclaw.git"
9
+ },
10
+ "keywords": [
11
+ "ai",
12
+ "agent",
13
+ "middleware",
14
+ "remoteclaw"
15
+ ],
16
+ "license": "AGPL-3.0",
17
+ "author": "Alexey Pelykh"
18
+ }