@thegitai/tui-win32-x64 1.0.0-beta.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 +20 -0
- package/README.md +3 -0
- package/package.json +19 -0
- package/thegitai-tui.exe +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
TheGitAI Client — Source-Visible Proprietary License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 TheGitAI
|
|
4
|
+
|
|
5
|
+
This source code is made available for inspection and trust verification only.
|
|
6
|
+
The following rights are NOT granted:
|
|
7
|
+
|
|
8
|
+
- Copying or redistribution of this code, in whole or in part
|
|
9
|
+
- Commercial use or resale
|
|
10
|
+
- Derivative works or modifications for distribution
|
|
11
|
+
- Sublicensing
|
|
12
|
+
|
|
13
|
+
SECURITY NOTICE: This client is untrusted for enforcement purposes. All
|
|
14
|
+
authentication, authorization, and security-sensitive decisions are enforced
|
|
15
|
+
server-side. The server's enforcement is authoritative regardless of any
|
|
16
|
+
client-side values.
|
|
17
|
+
|
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
IMPLIED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
20
|
+
OTHER LIABILITY ARISING FROM THE USE OF THIS SOFTWARE.
|
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@thegitai/tui-win32-x64",
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
|
+
"description": "Prebuilt TheGitAI ratatui TUI binary for win32-x64.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"os": [
|
|
7
|
+
"win32"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"thegitai-tui.exe",
|
|
14
|
+
"LICENSE"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
}
|
|
19
|
+
}
|
package/thegitai-tui.exe
ADDED
|
Binary file
|