@revisium/orchestrator 0.0.0 → 0.1.0-alpha.1
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/package.json +17 -2
package/package.json
CHANGED
|
@@ -1,13 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revisium/orchestrator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.1.0-alpha.1",
|
|
4
|
+
"description": "Local orchestrator for software-development tasks driven by short-lived AI agents",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"agents",
|
|
7
|
+
"orchestrator",
|
|
8
|
+
"ai",
|
|
9
|
+
"development",
|
|
10
|
+
"revisium",
|
|
11
|
+
"dbos"
|
|
12
|
+
],
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"author": "Anton Kashirov",
|
|
4
15
|
"type": "module",
|
|
5
16
|
"engines": {
|
|
6
17
|
"node": ">=24.11.1 <25"
|
|
7
18
|
},
|
|
8
19
|
"main": "./dist/cli/index.js",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/revisium/orchestrator.git"
|
|
23
|
+
},
|
|
9
24
|
"bin": {
|
|
10
|
-
"revo": "
|
|
25
|
+
"revo": "bin/revo.js"
|
|
11
26
|
},
|
|
12
27
|
"files": [
|
|
13
28
|
"dist/",
|