@thaddeus.run/cli 0.1.0-alpha → 0.1.1-alpha

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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,13 @@ thaddeus --version
10
10
  thaddeus help
11
11
  ```
12
12
 
13
+ Point it at a server (your choice — never pre-filled):
14
+
15
+ ```sh
16
+ thaddeus use --hosted # the official https://ams1.thaddeus.run
17
+ thaddeus use https://your-host # or your own / a local `thaddeus serve`
18
+ ```
19
+
13
20
  Installing fetches the `thaddeus` binary for your platform from the
14
21
  [GitHub releases](https://github.com/thaddeus-run/thaddeus/releases) (with a
15
22
  download-on-first-run fallback if install scripts are disabled). No Bun or Node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thaddeus.run/cli",
3
- "version": "0.1.0-alpha",
3
+ "version": "0.1.1-alpha",
4
4
  "description": "The Thaddeus CLI — a post-Git, agent-native source-control substrate. Installs the prebuilt `thaddeus` binary for your platform.",
5
5
  "keywords": [
6
6
  "cli",