@theone881/aacode 1.0.0

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.txt +29 -0
  2. package/bin/aacode +0 -0
  3. package/package.json +16 -0
package/LICENSE.txt ADDED
@@ -0,0 +1,29 @@
1
+ Proprietary Software License Agreement - [aacode]
2
+
3
+ Copyright (c) [2026] [XingYu Chen]
4
+
5
+ 1. Grant of Rights
6
+ This software is provided "as is" and is freely granted to any individual or organization for use, copying, and distribution, whether for commercial or non‑commercial purposes.
7
+
8
+ 2. Usage Restrictions (Key Clauses)
9
+ a) No Modification: Reverse engineering, decompilation, modification of source code, or creation of derivative works of this software are strictly prohibited.
10
+ b) No Redistribution of Modified Versions: You are permitted to forward this software in its original, unmodified form, but you are strictly forbidden to distribute or sell any modified version as your own product.
11
+ c) Retention of Copyright Notices: When distributing the software, you must retain all copyright notices and this license text.
12
+
13
+ 3. Disclaimer of Warranty
14
+ This software is provided without any express or implied warranties. The author shall not be held liable for any damages arising from the use of this software.
15
+
16
+ 专有软件许可协议 - [aacode]
17
+
18
+ 版权所有 (c) [2026] [XingYu Chen]
19
+
20
+ 1. 授予权利
21
+ 本软件以"现状"形式向任何个人或组织免费授予使用、复制和分发的权利,无论出于商业目的还是非商业目的。
22
+
23
+ 2. 使用限制(关键条款)
24
+ a) 禁止修改:严禁对本软件进行反向工程、反编译、修改源代码或创建衍生作品。
25
+ b) 禁止二次分发修改版:允许完整、未经修改地转发本软件,但严禁将修改后的版本作为你自己的产品进行分发或销售。
26
+ c) 保留版权声明:分发时,必须保留本软件中的所有版权声明和本许可文本。
27
+
28
+ 3. 免责声明
29
+ 本软件不提供任何明示或暗示的担保。作者不对因使用本软件造成的任何损失承担责任。
package/bin/aacode ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@theone881/aacode",
3
+ "version": "1.0.0",
4
+ "author": "XINGYU CHEN",
5
+ "description": "AI assiant,help you to build your program",
6
+ "bin": {
7
+ "aacode": "./bin/aacode"
8
+ },
9
+ "license": "UNLICENSED,SEE LICENSE IN LICENSE.txt",
10
+ "homepage": "https://github.com/Theone-best/aacode",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/Theone-best/aacode.git"
14
+ },
15
+ "keywords": ["kimi", "claude", "gemini", "deepseek", "claude code", "codex"]
16
+ }