glass-connect 0.2.0 → 0.3.0

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/README.md +6 -5
  2. package/dist/cli.js +9108 -8823
  3. package/package.json +7 -5
package/README.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # Glass Connect
2
2
 
3
- Glass Connect publishes the computer and current folder to your Glass organization.
4
-
5
- From the folder you want to use with Glass, run:
3
+ Glass Connect pairs a computer privately to a Glass account. It does not register folders, bind a
4
+ Project, or share the computer with an organization.
6
5
 
7
6
  ```sh
8
7
  npx glass-connect@latest
9
8
  ```
10
9
 
11
- Enter the one-time code in **Glass → Settings → Environments**. Keep the command running while you want that computer available. The published computer is discoverable from every Glass device signed in to the same organization.
10
+ Enter the one-time code in **Glass → Settings → Computers**. The command installs a per-user
11
+ background service on macOS, Windows, and Linux, including a private copy of its Node runtime. Use
12
+ `glass-connect status`, `stop`, `start`, or `uninstall` to manage it.
12
13
 
13
- Glass Connect requires Node.js 24.13.1 or newer.
14
+ Glass Connect requires Node.js 24.13.1 or newer for installation.