rulebix 0.0.1-alpha.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/bin/rulebix.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ console.log("Rulebix is not ready yet. This is an alpha placeholder.");
package/index.js ADDED
@@ -0,0 +1 @@
1
+ export {};
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "rulebix",
3
+ "version": "0.0.1-alpha.0",
4
+ "description": "The official CLI for Rulebix - AI Agent Rules Registry. Publish, install, and manage AI agent rules, skills, and workflows.",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "rulebix": "bin/rulebix.js"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
+ },
12
+ "author": "rulebix",
13
+ "license": "ISC"
14
+ }
Binary file