onecontext 0.7.11

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # onecontext
2
+
3
+ Install alias for [`onecontext-ai`](https://www.npmjs.com/package/onecontext-ai).
4
+
5
+ ```bash
6
+ npm i -g onecontext
7
+ ```
8
+
9
+ This package has no code of its own — it simply depends on `onecontext-ai`, which provides the `onecontext`, `onecontext-ai`, and `oc` commands.
10
+
11
+ See [onecontext-ai](https://www.npmjs.com/package/onecontext-ai) for full documentation.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "onecontext",
3
+ "version": "0.7.11",
4
+ "description": "OneContext AI CLI — install alias for onecontext-ai",
5
+ "dependencies": {
6
+ "onecontext-ai": "*"
7
+ },
8
+ "keywords": [
9
+ "onecontext",
10
+ "aline",
11
+ "ai",
12
+ "cli"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/Loke-60000/ReAlign"
18
+ }
19
+ }