@velo-ai/ctl 0.0.7 → 0.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velo-ai/ctl",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "AI Dev Control Plane CLI — deterministic task lifecycle, boundary enforcement, and gate validation",
5
5
  "bin": {
6
6
  "ctl": "./bin/ctl.js"
@@ -10,11 +10,11 @@
10
10
  "platforms/"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "@velo-ai/ctl-win32-x64-msvc": "0.0.7",
14
- "@velo-ai/ctl-darwin-x64": "0.0.7",
15
- "@velo-ai/ctl-darwin-arm64": "0.0.7",
16
- "@velo-ai/ctl-linux-x64-gnu": "0.0.7",
17
- "@velo-ai/ctl-linux-arm64-gnu": "0.0.7"
13
+ "@velo-ai/ctl-win32-x64-msvc": "0.0.9",
14
+ "@velo-ai/ctl-darwin-x64": "0.0.9",
15
+ "@velo-ai/ctl-darwin-arm64": "0.0.9",
16
+ "@velo-ai/ctl-linux-x64-gnu": "0.0.9",
17
+ "@velo-ai/ctl-linux-arm64-gnu": "0.0.9"
18
18
  },
19
19
  "keywords": [
20
20
  "ai",
@@ -26,6 +26,10 @@
26
26
  "gate"
27
27
  ],
28
28
  "license": "MIT",
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/neostfox/ctl"
32
+ },
29
33
  "engines": {
30
34
  "node": ">=16"
31
35
  }
Binary file
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "@velo-ai/ctl-darwin-arm64",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "ctl binary for macOS ARM64",
5
- "files": ["ctl"],
6
- "os": ["darwin"],
7
- "cpu": ["arm64"],
8
- "license": "MIT"
5
+ "files": [
6
+ "ctl"
7
+ ],
8
+ "os": [
9
+ "darwin"
10
+ ],
11
+ "cpu": [
12
+ "arm64"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/neostfox/ctl"
18
+ }
9
19
  }
Binary file
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "@velo-ai/ctl-darwin-x64",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "ctl binary for macOS x64",
5
- "files": ["ctl"],
6
- "os": ["darwin"],
7
- "cpu": ["x64"],
8
- "license": "MIT"
5
+ "files": [
6
+ "ctl"
7
+ ],
8
+ "os": [
9
+ "darwin"
10
+ ],
11
+ "cpu": [
12
+ "x64"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/neostfox/ctl"
18
+ }
9
19
  }
Binary file
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "@velo-ai/ctl-linux-arm64-gnu",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "ctl binary for Linux ARM64 (GNU)",
5
- "files": ["ctl"],
6
- "os": ["linux"],
7
- "cpu": ["arm64"],
8
- "license": "MIT"
5
+ "files": [
6
+ "ctl"
7
+ ],
8
+ "os": [
9
+ "linux"
10
+ ],
11
+ "cpu": [
12
+ "arm64"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/neostfox/ctl"
18
+ }
9
19
  }
Binary file
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "@velo-ai/ctl-linux-x64-gnu",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "ctl binary for Linux x64 (GNU)",
5
- "files": ["ctl"],
6
- "os": ["linux"],
7
- "cpu": ["x64"],
8
- "license": "MIT"
5
+ "files": [
6
+ "ctl"
7
+ ],
8
+ "os": [
9
+ "linux"
10
+ ],
11
+ "cpu": [
12
+ "x64"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/neostfox/ctl"
18
+ }
9
19
  }
Binary file
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "@velo-ai/ctl-win32-x64-msvc",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "ctl binary for Windows x64 (MSVC)",
5
- "files": ["ctl.exe"],
6
- "os": ["win32"],
7
- "cpu": ["x64"],
8
- "license": "MIT"
5
+ "files": [
6
+ "ctl.exe"
7
+ ],
8
+ "os": [
9
+ "win32"
10
+ ],
11
+ "cpu": [
12
+ "x64"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/neostfox/ctl"
18
+ }
9
19
  }