@niccrow/optimusctx 1.2.4 → 1.2.6
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 +55 -0
- package/package.json +17 -17
package/README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# @niccrow/optimusctx
|
|
2
|
+
|
|
3
|
+
Install OptimusCtx from npm:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
npm install -g @niccrow/optimusctx
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Or try it first without keeping a global install:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npx @niccrow/optimusctx version
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## What You Get
|
|
16
|
+
|
|
17
|
+
This package installs the real `optimusctx` CLI for your platform. During install, it downloads the matching release archive from GitHub Releases, verifies it, and makes the `optimusctx` command available to use.
|
|
18
|
+
|
|
19
|
+
## First Checks
|
|
20
|
+
|
|
21
|
+
After install, run:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
optimusctx version
|
|
25
|
+
optimusctx doctor
|
|
26
|
+
optimusctx snippet
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Those commands confirm that:
|
|
30
|
+
|
|
31
|
+
- the installed binary is available on your PATH
|
|
32
|
+
- the runtime reports its version correctly
|
|
33
|
+
- the local environment is healthy enough to start
|
|
34
|
+
|
|
35
|
+
## Typical Next Step
|
|
36
|
+
|
|
37
|
+
Inside a repository you want to use with OptimusCtx:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
cd /path/to/your-repo
|
|
41
|
+
optimusctx init
|
|
42
|
+
optimusctx doctor
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Troubleshooting
|
|
46
|
+
|
|
47
|
+
- If install fails, retry once to rule out a temporary network issue.
|
|
48
|
+
- If `optimusctx` is not found after install, open a new shell or check that your npm global bin directory is on your PATH.
|
|
49
|
+
- If you want the raw binary instead of the npm install path, use the release archives at `https://github.com/NicoMoralesDev/optimusctx/releases`.
|
|
50
|
+
|
|
51
|
+
## Docs
|
|
52
|
+
|
|
53
|
+
- Quickstart: `https://github.com/NicoMoralesDev/optimusctx/blob/main/docs/quickstart.md`
|
|
54
|
+
- Install and verify: `https://github.com/NicoMoralesDev/optimusctx/blob/main/docs/install-and-verify.md`
|
|
55
|
+
- Releases: `https://github.com/NicoMoralesDev/optimusctx/releases`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niccrow/optimusctx",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
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.2.
|
|
36
|
-
"version": "1.2.
|
|
35
|
+
"releaseTag": "v1.2.6",
|
|
36
|
+
"version": "1.2.6",
|
|
37
37
|
"checksumManifest": {
|
|
38
|
-
"file": "optimusctx_1.2.
|
|
39
|
-
"url": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
38
|
+
"file": "optimusctx_1.2.6_checksums.txt",
|
|
39
|
+
"url": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_checksums.txt"
|
|
40
40
|
},
|
|
41
41
|
"platforms": {
|
|
42
42
|
"darwin-amd64": {
|
|
43
43
|
"os": "darwin",
|
|
44
44
|
"arch": "amd64",
|
|
45
|
-
"archive": "optimusctx_1.2.
|
|
46
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
45
|
+
"archive": "optimusctx_1.2.6_darwin_amd64.tar.gz",
|
|
46
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_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.2.
|
|
55
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
54
|
+
"archive": "optimusctx_1.2.6_darwin_arm64.tar.gz",
|
|
55
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_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.2.
|
|
64
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
63
|
+
"archive": "optimusctx_1.2.6_linux_amd64.tar.gz",
|
|
64
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_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.2.
|
|
73
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
72
|
+
"archive": "optimusctx_1.2.6_linux_arm64.tar.gz",
|
|
73
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_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.2.
|
|
82
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
81
|
+
"archive": "optimusctx_1.2.6_windows_amd64.zip",
|
|
82
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_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.2.
|
|
91
|
-
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.
|
|
90
|
+
"archive": "optimusctx_1.2.6_windows_arm64.zip",
|
|
91
|
+
"archiveUrl": "https://github.com/NicoMoralesDev/optimusctx/releases/download/v1.2.6/optimusctx_1.2.6_windows_arm64.zip",
|
|
92
92
|
"archiveFormat": "zip",
|
|
93
93
|
"binary": "optimusctx.exe",
|
|
94
94
|
"runtimeDirectory": "windows-arm64"
|