@niccrow/optimusctx 1.2.6 → 1.3.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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niccrow/optimusctx",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Local-first runtime that builds and maintains persistent repository context for coding agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/NicoMoralesDev/optimusctx",
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"owner": "NicoMoralesDev",
|
|
33
33
|
"name": "optimusctx"
|
|
34
34
|
},
|
|
35
|
-
"releaseTag": "v1.
|
|
36
|
-
"version": "1.
|
|
35
|
+
"releaseTag": "v1.3.0",
|
|
36
|
+
"version": "1.3.0",
|
|
37
37
|
"checksumManifest": {
|
|
38
|
-
"file": "optimusctx_1.
|
|
39
|
-
"url": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
38
|
+
"file": "optimusctx_1.3.0_checksums.txt",
|
|
39
|
+
"url": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_checksums.txt"
|
|
40
40
|
},
|
|
41
41
|
"platforms": {
|
|
42
42
|
"darwin-amd64": {
|
|
43
43
|
"os": "darwin",
|
|
44
44
|
"arch": "amd64",
|
|
45
|
-
"archive": "optimusctx_1.
|
|
46
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
45
|
+
"archive": "optimusctx_1.3.0_darwin_amd64.tar.gz",
|
|
46
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_darwin_amd64.tar.gz",
|
|
47
47
|
"archiveFormat": "tar.gz",
|
|
48
48
|
"binary": "optimusctx",
|
|
49
49
|
"runtimeDirectory": "darwin-amd64"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"darwin-arm64": {
|
|
52
52
|
"os": "darwin",
|
|
53
53
|
"arch": "arm64",
|
|
54
|
-
"archive": "optimusctx_1.
|
|
55
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
54
|
+
"archive": "optimusctx_1.3.0_darwin_arm64.tar.gz",
|
|
55
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_darwin_arm64.tar.gz",
|
|
56
56
|
"archiveFormat": "tar.gz",
|
|
57
57
|
"binary": "optimusctx",
|
|
58
58
|
"runtimeDirectory": "darwin-arm64"
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"linux-amd64": {
|
|
61
61
|
"os": "linux",
|
|
62
62
|
"arch": "amd64",
|
|
63
|
-
"archive": "optimusctx_1.
|
|
64
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
63
|
+
"archive": "optimusctx_1.3.0_linux_amd64.tar.gz",
|
|
64
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_linux_amd64.tar.gz",
|
|
65
65
|
"archiveFormat": "tar.gz",
|
|
66
66
|
"binary": "optimusctx",
|
|
67
67
|
"runtimeDirectory": "linux-amd64"
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"linux-arm64": {
|
|
70
70
|
"os": "linux",
|
|
71
71
|
"arch": "arm64",
|
|
72
|
-
"archive": "optimusctx_1.
|
|
73
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
72
|
+
"archive": "optimusctx_1.3.0_linux_arm64.tar.gz",
|
|
73
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_linux_arm64.tar.gz",
|
|
74
74
|
"archiveFormat": "tar.gz",
|
|
75
75
|
"binary": "optimusctx",
|
|
76
76
|
"runtimeDirectory": "linux-arm64"
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"windows-amd64": {
|
|
79
79
|
"os": "windows",
|
|
80
80
|
"arch": "amd64",
|
|
81
|
-
"archive": "optimusctx_1.
|
|
82
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
81
|
+
"archive": "optimusctx_1.3.0_windows_amd64.zip",
|
|
82
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_windows_amd64.zip",
|
|
83
83
|
"archiveFormat": "zip",
|
|
84
84
|
"binary": "optimusctx.exe",
|
|
85
85
|
"runtimeDirectory": "windows-amd64"
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"windows-arm64": {
|
|
88
88
|
"os": "windows",
|
|
89
89
|
"arch": "arm64",
|
|
90
|
-
"archive": "optimusctx_1.
|
|
91
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
90
|
+
"archive": "optimusctx_1.3.0_windows_arm64.zip",
|
|
91
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.3.0/optimusctx_1.3.0_windows_arm64.zip",
|
|
92
92
|
"archiveFormat": "zip",
|
|
93
93
|
"binary": "optimusctx.exe",
|
|
94
94
|
"runtimeDirectory": "windows-arm64"
|