@meyverick/omnicode 0.0.2 → 0.0.4
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -23,6 +23,10 @@ So I wrote this wrapper. It starts OmniRoute, inits GrayMatter and OpenSpec quie
|
|
|
23
23
|
- Check runtime status with `omnicode --status`.
|
|
24
24
|
- Print version with `omnicode --version`.
|
|
25
25
|
|
|
26
|
+
## Requirements
|
|
27
|
+
|
|
28
|
+
- Node.js 22 or later (developed and tested on Node 26; OmniRoute requires Node >=22 <=24).
|
|
29
|
+
|
|
26
30
|
## Explore
|
|
27
31
|
|
|
28
32
|
- [Getting Started](https://github.com/meyverick/omnicode/wiki/Getting-Started) - install, run, and uninstall.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meyverick/omnicode",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Ubuntu command-line entrypoint for OpenCode through OmniRoute",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"src"
|
|
14
14
|
],
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": ">=
|
|
16
|
+
"node": ">=22.0.0"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"opencode",
|