@openagile/avc-darwin-x64 1.0.0-beta.1 → 1.0.0-beta.3

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 +143 -0
  2. package/avc +0 -0
  3. package/package.json +4 -3
package/LICENSE ADDED
@@ -0,0 +1,143 @@
1
+ OpenAgile.AI End-User License Agreement
2
+ Version 1.0 — Effective 2026-05-12
3
+
4
+ Canonical text: https://openagile.ai/eula/
5
+
6
+ This End-User License Agreement ("Agreement") is a legal contract between
7
+ you ("Licensee") and BWS Inc., a Delaware corporation ("Licensor"), for
8
+ the OpenAgile.AI command-line tool, related software, and accompanying
9
+ documentation (collectively, the "Software"). By installing, copying, or
10
+ using the Software, you agree to be bound by this Agreement. If you do
11
+ not agree, do not install or use the Software.
12
+
13
+ 1. Definitions
14
+
15
+ 1.1 "Individual Use" means use by a single natural person for
16
+ personal, educational, evaluation, research, or hobby purposes, not
17
+ in the course of employment and not in connection with any
18
+ revenue-generating activity.
19
+
20
+ 1.2 "Commercial Use" means any use of the Software (a) by, on behalf
21
+ of, or for the benefit of any company, partnership, government
22
+ agency, or other legal entity; (b) in connection with any product,
23
+ service, or activity that generates revenue; (c) by an employee,
24
+ contractor, or agent in the course of their work; or (d) in any
25
+ production environment operated by an entity other than a natural
26
+ person acting in an individual capacity.
27
+
28
+ 1.3 "Software" includes the OpenAgile.AI CLI, generated artifacts of
29
+ the CLI, related documentation, and any updates Licensor provides.
30
+
31
+ 2. Grant of License (Individual Use)
32
+
33
+ Subject to Licensee's compliance with this Agreement, Licensor grants
34
+ Licensee a personal, limited, non-exclusive, non-transferable,
35
+ non-sublicensable, revocable license to install and use the Software
36
+ for Individual Use, free of charge.
37
+
38
+ 3. Commercial Use Requires Separate License
39
+
40
+ Commercial Use is not licensed under this Agreement. Any Commercial
41
+ Use requires a separate written commercial license agreement with
42
+ Licensor and payment of applicable fees. Contact info@bws.ninja for
43
+ commercial terms.
44
+
45
+ 4. Restrictions
46
+
47
+ Licensee shall not, and shall not permit any third party to:
48
+
49
+ (a) copy, modify, adapt, translate, or create derivative works of the
50
+ Software;
51
+
52
+ (b) reverse engineer, decompile, disassemble, or attempt to derive
53
+ the source code or underlying ideas of the Software, except to the
54
+ extent such activity is expressly permitted by applicable law and
55
+ cannot be contractually waived;
56
+
57
+ (c) sell, rent, lease, sublicense, distribute, redistribute, host,
58
+ publicly perform, publicly display, or otherwise transfer the
59
+ Software or any rights granted hereunder, in whole or in part;
60
+
61
+ (d) remove, alter, or obscure any copyright, trademark, or other
62
+ proprietary notice on or in the Software;
63
+
64
+ (e) use the Software to develop, train, or evaluate a product or
65
+ service that competes with the Software;
66
+
67
+ (f) use the Software in any manner not expressly permitted by this
68
+ Agreement.
69
+
70
+ 5. Ownership
71
+
72
+ The Software is licensed, not sold. Licensor retains all right,
73
+ title, and interest in and to the Software, including all
74
+ intellectual property rights. No rights are granted to Licensee other
75
+ than those expressly set forth in this Agreement.
76
+
77
+ 6. Updates
78
+
79
+ Licensor may, in its discretion, provide updates or new versions of
80
+ the Software. Updates are governed by this Agreement unless
81
+ accompanied by separate terms.
82
+
83
+ 7. No Telemetry
84
+
85
+ The Software does not transmit usage telemetry, analytics, or any
86
+ data about Licensee's projects, prompts, or generated artifacts to
87
+ Licensor. The Software runs entirely on Licensee's machine and
88
+ communicates only with third-party services (e.g., LLM providers)
89
+ that Licensee configures directly.
90
+
91
+ 8. Termination
92
+
93
+ 8.1 This Agreement is effective upon installation and continues
94
+ until terminated.
95
+
96
+ 8.2 Licensee's rights under this Agreement terminate automatically
97
+ and without notice upon any breach by Licensee. Licensor may also
98
+ terminate this Agreement at any time, for any reason, on notice.
99
+
100
+ 8.3 Upon termination, Licensee shall immediately cease all use of
101
+ the Software and destroy all copies in Licensee's possession or
102
+ control. Sections 4, 5, 9, 10, 11, and 12 survive termination.
103
+
104
+ 9. Disclaimer of Warranties
105
+
106
+ The Software is provided "AS IS" and "AS AVAILABLE," without warranty
107
+ of any kind. To the maximum extent permitted by law, Licensor
108
+ disclaims all warranties, express, implied, or statutory, including
109
+ warranties of merchantability, fitness for a particular purpose, and
110
+ non-infringement.
111
+
112
+ 10. Limitation of Liability
113
+
114
+ To the maximum extent permitted by law, Licensor shall not be liable
115
+ for any indirect, incidental, special, consequential, or punitive
116
+ damages, or for any loss of profits, revenue, data, or use, arising
117
+ out of or relating to this Agreement or the Software, whether in
118
+ contract, tort, or any other legal theory. Licensor's total
119
+ cumulative liability under this Agreement shall not exceed USD 50.
120
+
121
+ 11. Governing Law and Venue
122
+
123
+ This Agreement is governed by the laws of the State of Delaware,
124
+ United States of America, without regard to its conflict-of-laws
125
+ rules. The parties consent to the exclusive jurisdiction of the
126
+ state and federal courts located in Delaware for any dispute arising
127
+ out of or relating to this Agreement.
128
+
129
+ 12. Miscellaneous
130
+
131
+ 12.1 If any provision of this Agreement is held unenforceable, the
132
+ remaining provisions shall continue in full force.
133
+
134
+ 12.2 This Agreement is the entire agreement between the parties
135
+ regarding the Software and supersedes all prior or contemporaneous
136
+ communications.
137
+
138
+ 12.3 Licensor may update this Agreement from time to time. Continued
139
+ use of the Software after such updates constitutes acceptance.
140
+
141
+ Contact
142
+ BWS Inc.
143
+ info@bws.ninja
package/avc CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@openagile/avc-darwin-x64",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "AVC native binary for darwin-x64. Installed automatically as an optional dependency of @openagile/avc.",
5
- "license": "Apache-2.0",
5
+ "license": "SEE LICENSE IN LICENSE",
6
6
  "os": [
7
7
  "darwin"
8
8
  ],
@@ -11,7 +11,8 @@
11
11
  ],
12
12
  "files": [
13
13
  "avc",
14
- "client-dist"
14
+ "client-dist",
15
+ "LICENSE"
15
16
  ],
16
17
  "bin": {
17
18
  "avc": "avc"