@terminal49/bridge-cli 0.1.2 → 0.1.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 (2) hide show
  1. package/SKILL.md +2 -10
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -9,7 +9,7 @@ Search and retrieve meeting data from Terminal49's Fathom.video ingestion platfo
9
9
 
10
10
  ## Install
11
11
 
12
- Preferred: install the public npm package (CLI included):
12
+ Install the public npm package (CLI included):
13
13
 
14
14
  ```bash
15
15
  npm install -g @terminal49/bridge-cli
@@ -21,14 +21,6 @@ Or run via npx:
21
21
  npx @terminal49/bridge-cli -- help
22
22
  ```
23
23
 
24
- Alternative: clone the Bridge repo and install dependencies:
25
-
26
- ```bash
27
- git clone https://github.com/Terminal49/bridge.git
28
- cd bridge
29
- npm install
30
- ```
31
-
32
24
  ## Prerequisites
33
25
 
34
26
  The CLI requires authentication. If commands fail with "Not logged in", run:
@@ -45,7 +37,7 @@ t49bridge whoami
45
37
 
46
38
  ## Commands
47
39
 
48
- Use `t49bridge` if installed globally or via npx. If using the repo, prefix with `npm run cli:t49bridge --`.
40
+ Use `t49bridge` if installed globally or via npx.
49
41
 
50
42
  ### Search Transcripts
51
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terminal49/bridge-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Bridge CLI and meeting search skill for LLMs",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {