zelari-code 0.1.0 → 0.1.1
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/LICENSE +33 -17
- package/README.md +2 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,21 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
Zelari Code License
|
|
2
|
+
Copyright (c) 2026 N-THEM Studio. All rights reserved.
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
TERMS AND CONDITIONS
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
6
|
+
1. PERMITTED USE
|
|
7
|
+
You are granted a non-exclusive, non-transferable, revocable license to
|
|
8
|
+
install and use this software for personal, educational, or internal
|
|
9
|
+
business purposes.
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
2. RESTRICTIONS
|
|
12
|
+
You may NOT:
|
|
13
|
+
a) Sell, sublicense, rent, lease, or otherwise monetize this software
|
|
14
|
+
or any derivative works.
|
|
15
|
+
b) Modify, adapt, translate, reverse engineer, decompile, disassemble,
|
|
16
|
+
or create derivative works based on this software.
|
|
17
|
+
c) Redistribute this software in any form, whether modified or unmodified,
|
|
18
|
+
except as explicitly permitted in writing by N-THEM Studio.
|
|
19
|
+
d) Remove or alter any copyright, trademark, or other proprietary notices.
|
|
14
20
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
SOFTWARE
|
|
21
|
+
3. INTELLECTUAL PROPERTY
|
|
22
|
+
This software and all related documentation are the exclusive intellectual
|
|
23
|
+
property of N-THEM Studio. No title or ownership is transferred by this
|
|
24
|
+
license.
|
|
25
|
+
|
|
26
|
+
4. DISCLAIMER OF WARRANTY
|
|
27
|
+
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
28
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30
|
+
|
|
31
|
+
5. LIMITATION OF LIABILITY
|
|
32
|
+
IN NO EVENT SHALL N-THEM STUDIO BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
33
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
34
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35
|
+
DEALINGS IN THE SOFTWARE.
|
|
36
|
+
|
|
37
|
+
For commercial licensing inquiries, contact: N-THEM Studio
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> AI Council coding agent CLI — multi-agent orchestration with slash commands, provider-agnostic LLM streaming, and self-update.
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|
|
|
9
9
|
**Zelari Code** is a standalone CLI extracted from [AnathemaBrain](https://github.com/N-THEM-Studio/AnathemaBrain). It brings the multi-agent council (Sisyphus, Prometheus, Hephaestus, Atlas, Oracle, Chairman) directly into your terminal with a rich TUI (Ink + React), slash command system, and provider-agnostic LLM streaming (OpenAI-compatible, xAI Grok with OAuth, GLM/Z.AI).
|
|
@@ -153,4 +153,4 @@ npm run typecheck
|
|
|
153
153
|
|
|
154
154
|
## License
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
Proprietary © 2026 [N-THEM Studio](https://github.com/N-THEM-Studio). See [LICENSE](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zelari-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Zelari Code — AI Council coding agent CLI. Multi-agent orchestration (Sisyphus, Prometheus, Hephaestus, Atlas, Oracle, Chairman) with slash commands, provider-agnostic LLM streaming, and self-update.",
|
|
5
5
|
"author": "N-THEM Studio",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/cli/main.js",
|
|
9
9
|
"bin": {
|
|
@@ -60,4 +60,4 @@
|
|
|
60
60
|
"url": "https://github.com/N-THEM-Studio/zelari-code/issues"
|
|
61
61
|
},
|
|
62
62
|
"homepage": "https://github.com/N-THEM-Studio/zelari-code#readme"
|
|
63
|
-
}
|
|
63
|
+
}
|