@niccrow/optimusctx 1.3.8 → 1.4.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/README.md +10 -3
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
# @niccrow/optimusctx
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Status
|
|
4
|
+
|
|
5
|
+
This package is deprecated.
|
|
6
|
+
|
|
7
|
+
Benchmark results did not show enough improvement over baseline workflows to justify continuing the product, so `1.4.0` is the final planned release for `@niccrow/optimusctx`.
|
|
8
|
+
|
|
9
|
+
Install the archived final release from npm:
|
|
4
10
|
|
|
5
11
|
```bash
|
|
6
|
-
npm install -g @niccrow/optimusctx
|
|
12
|
+
npm install -g @niccrow/optimusctx@1.4.0
|
|
7
13
|
```
|
|
8
14
|
|
|
9
15
|
Or try it first without keeping a global install:
|
|
@@ -51,10 +57,11 @@ In an interactive terminal, `optimusctx init` can also offer supported-client on
|
|
|
51
57
|
|
|
52
58
|
- If install fails, retry once to rule out a temporary network issue.
|
|
53
59
|
- If `optimusctx` is not found after install, open a new shell or check that your npm global bin directory is on your PATH.
|
|
54
|
-
- If you want the raw binary instead of the npm install path, use the release archives at `https://github.com/NicoMoralesDev/optimusctx/releases`.
|
|
60
|
+
- If you want the raw binary instead of the npm install path, use the final release archives at `https://github.com/NicoMoralesDev/optimusctx/releases/tag/v1.4.0`.
|
|
55
61
|
|
|
56
62
|
## Docs
|
|
57
63
|
|
|
64
|
+
- Final release: `https://github.com/NicoMoralesDev/optimusctx/blob/main/docs/final-release.md`
|
|
58
65
|
- Quickstart: `https://github.com/NicoMoralesDev/optimusctx/blob/main/docs/quickstart.md`
|
|
59
66
|
- Install and verify: `https://github.com/NicoMoralesDev/optimusctx/blob/main/docs/install-and-verify.md`
|
|
60
67
|
- Releases: `https://github.com/NicoMoralesDev/optimusctx/releases`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niccrow/optimusctx",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "Deprecated local-first runtime for persistent repository context for coding agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/NicoMoralesDev/optimusctx",
|
|
7
7
|
"repository": {
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"owner": "NicoMoralesDev",
|
|
33
33
|
"name": "optimusctx"
|
|
34
34
|
},
|
|
35
|
-
"releaseTag": "v1.
|
|
36
|
-
"version": "1.
|
|
35
|
+
"releaseTag": "v1.4.0",
|
|
36
|
+
"version": "1.4.0",
|
|
37
37
|
"checksumManifest": {
|
|
38
|
-
"file": "optimusctx_1.
|
|
39
|
-
"url": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.
|
|
38
|
+
"file": "optimusctx_1.4.0_checksums.txt",
|
|
39
|
+
"url": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.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.4.0_darwin_amd64.tar.gz",
|
|
46
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.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.4.0_darwin_arm64.tar.gz",
|
|
55
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.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.4.0_linux_amd64.tar.gz",
|
|
64
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.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.4.0_linux_arm64.tar.gz",
|
|
73
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.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.4.0_windows_amd64.zip",
|
|
82
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.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.4.0_windows_arm64.zip",
|
|
91
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.4.0/optimusctx_1.4.0_windows_arm64.zip",
|
|
92
92
|
"archiveFormat": "zip",
|
|
93
93
|
"binary": "optimusctx.exe",
|
|
94
94
|
"runtimeDirectory": "windows-arm64"
|