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.
Files changed (3) hide show
  1. package/LICENSE +33 -17
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,21 +1,37 @@
1
- MIT License
1
+ Zelari Code License
2
+ Copyright (c) 2026 N-THEM Studio. All rights reserved.
2
3
 
3
- Copyright (c) 2026 N-THEM Studio
4
+ TERMS AND CONDITIONS
4
5
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
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
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
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
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
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
  ![Version](https://img.shields.io/npm/v/zelari-code)
6
- ![License](https://img.shields.io/npm/l/zelari-code)
6
+ ![License](https://img.shields.io/badge/license-Proprietary-red)
7
7
  ![Node](https://img.shields.io/node/v/zelari-code)
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
- MIT © 2026 [N-THEM Studio](https://github.com/N-THEM-Studio)
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.0",
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": "MIT",
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
+ }