@byfriends/cli 0.1.0 → 0.1.2

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 (4) hide show
  1. package/dist/main.d.mts +0 -1
  2. package/dist/main.mjs +3943 -5290
  3. package/package.json +23 -25
  4. package/LICENSE +0 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byfriends/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "BYF (Be Your Friend), an AI coding agent that runs in your terminal",
5
5
  "license": "Proprietary",
6
6
  "author": "ByronFinn",
@@ -39,29 +39,6 @@
39
39
  "access": "public",
40
40
  "provenance": false
41
41
  },
42
- "dependencies": {
43
- "@earendil-works/pi-tui": "^0.74.0",
44
- "@mariozechner/clipboard": "^0.3.2",
45
- "chalk": "^5.4.1",
46
- "cli-highlight": "^2.1.11",
47
- "commander": "^13.1.0",
48
- "semver": "^7.7.4",
49
- "smol-toml": "^1.6.1",
50
- "zod": "^4.3.6"
51
- },
52
- "devDependencies": {
53
- "@types/semver": "^7.7.0",
54
- "@types/yazl": "^2.4.6",
55
- "postject": "1.0.0-alpha.6",
56
- "tsx": "^4.21.0",
57
- "yazl": "^3.3.1",
58
- "@byfriends/oauth": "^1.0.0",
59
- "@byfriends/sdk": "^1.0.0",
60
- "@byfriends/telemetry": "^0.0.2"
61
- },
62
- "engines": {
63
- "node": ">=22.19.0"
64
- },
65
42
  "scripts": {
66
43
  "build": "tsdown",
67
44
  "catalog:update": "node scripts/update-catalog.mjs --out dist/built-in-catalog.json",
@@ -81,5 +58,26 @@
81
58
  "e2e": "pnpm -w run build:packages && BYF_E2E=1 vitest run test/e2e",
82
59
  "e2e:real": "pnpm -w run build:packages && BYF_E2E_REAL=1 vitest run test/e2e/real-llm-smoke.e2e.test.ts",
83
60
  "postinstall": "node scripts/postinstall.mjs"
61
+ },
62
+ "dependencies": {
63
+ "@earendil-works/pi-tui": "^0.74.0",
64
+ "@mariozechner/clipboard": "^0.3.9",
65
+ "chalk": "^5.4.1",
66
+ "cli-highlight": "^2.1.11",
67
+ "commander": "^13.1.0",
68
+ "semver": "^7.7.4",
69
+ "smol-toml": "^1.6.1",
70
+ "zod": "^4.3.6"
71
+ },
72
+ "devDependencies": {
73
+ "@byfriends/sdk": "workspace:^",
74
+ "@types/semver": "^7.7.0",
75
+ "@types/yazl": "^2.4.6",
76
+ "postject": "1.0.0-alpha.6",
77
+ "tsx": "^4.21.0",
78
+ "yazl": "^3.3.1"
79
+ },
80
+ "engines": {
81
+ "node": ">=22.19.0"
84
82
  }
85
- }
83
+ }
package/LICENSE DELETED
@@ -1,28 +0,0 @@
1
- BYF PROPRIETARY LICENSE
2
-
3
- Copyright (c) 2026-2027 ByronFinn
4
-
5
- Permission is hereby granted to copy and redistribute this software in its
6
- unmodified form, without charge. This permission does not extend to modified
7
- versions of the software.
8
-
9
- Local modification of this software for personal use is permitted, provided
10
- that such modifications are not distributed to third parties.
11
-
12
- Restrictions:
13
- 1. You may NOT redistribute modified versions of this software.
14
- 2. You may NOT use this software for commercial purposes.
15
- 3. You may NOT sublicense, sell, or offer this software as a service.
16
-
17
- This software is source-available but NOT open source. The source code is
18
- made publicly visible for review purposes only.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
27
-
28
- For questions about licensing, contact: https://github.com/ByronFinn/byf/issues