@delfos-ai/cli 1.0.9 → 1.0.10

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 ADDED
@@ -0,0 +1,55 @@
1
+ Delfos Proprietary License
2
+
3
+ Copyright (c) 2025 Delfos (delfos.io). All rights reserved.
4
+
5
+ This software and associated documentation files (the "Software") are the
6
+ exclusive property of Delfos. The Software is not open source.
7
+
8
+ ## Grant of Use
9
+
10
+ Subject to the Terms of Use published at https://ai.delfos.dev/terms (the "Terms"),
11
+ Delfos grants you a limited, non-exclusive, non-transferable, non-sublicensable,
12
+ revocable license to install and use the Software solely for its intended purpose
13
+ as described in the Terms.
14
+
15
+ ## Restrictions
16
+
17
+ You may NOT, under any circumstances:
18
+
19
+ 1. Copy, modify, adapt, or create derivative works of the Software.
20
+ 2. Distribute, sublicense, sell, lease, or otherwise transfer the Software
21
+ to any third party.
22
+ 3. Reverse engineer, decompile, disassemble, or otherwise attempt to derive
23
+ the source code of the Software, except to the extent expressly permitted
24
+ by applicable law.
25
+ 4. Remove, alter, or obscure any copyright, trademark, or other proprietary
26
+ notices in the Software.
27
+ 5. Use the Software to build or offer a competing product or service.
28
+
29
+ ## Terms of Use
30
+
31
+ Your use of the Software is governed by the Delfos Terms of Use available at
32
+ https://ai.delfos.dev/terms. In the event of any conflict between this license
33
+ and the Terms, the Terms shall prevail.
34
+
35
+ ## No Warranty
36
+
37
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
40
+
41
+ ## Limitation of Liability
42
+
43
+ IN NO EVENT SHALL DELFOS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY,
44
+ WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR
45
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
+
47
+ ## Termination
48
+
49
+ This license terminates automatically if you violate any of its terms or the
50
+ Terms of Use. Upon termination, you must immediately cease all use of the
51
+ Software and destroy all copies in your possession.
52
+
53
+ ## Contact
54
+
55
+ For licensing inquiries: legal@delfos.io
@@ -184,7 +184,7 @@ export async function checkChromaDB(ctx) {
184
184
  };
185
185
  }
186
186
  // Poll for heartbeat
187
- const alive = await pollHeartbeat(host, port, 30);
187
+ const alive = await pollHeartbeat(host, port, 60);
188
188
  if (!alive) {
189
189
  return {
190
190
  status: 'fail',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@delfos-ai/cli",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Delfos CLI — AI Layer tools for the terminal",
5
- "license": "MIT",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "engines": {