santree 0.6.1 → 0.6.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 (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <p align="center">
12
12
  <a href="https://www.npmjs.com/package/santree"><img src="https://img.shields.io/npm/v/santree.svg" alt="npm version"></a>
13
13
  <a href="https://www.npmjs.com/package/santree"><img src="https://img.shields.io/npm/dm/santree.svg" alt="npm downloads"></a>
14
- <a href="https://github.com/stoscanini/santree/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/santree.svg" alt="license"></a>
14
+ <a href="https://github.com/santiagotoscanini/santree/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/santree.svg" alt="license"></a>
15
15
  </p>
16
16
 
17
17
  <p align="center">
@@ -20,7 +20,7 @@
20
20
  </p>
21
21
 
22
22
  <p align="center">
23
- <strong>📚 <a href="https://stoscanini.github.io/santree/">Read the docs</a></strong>
23
+ <strong>📚 <a href="https://santiagotoscanini.github.io/santree/">Read the docs</a></strong>
24
24
  </p>
25
25
 
26
26
  ---
@@ -35,7 +35,7 @@ eval "$(santree helpers shell-init zsh)" # or bash
35
35
  santree doctor
36
36
  ```
37
37
 
38
- Full setup: [Installation](https://stoscanini.github.io/santree/installation.html).
38
+ Full setup: [Installation](https://santiagotoscanini.github.io/santree/installation.html).
39
39
 
40
40
  <!-- TODO screenshot: diff overlay (`v` key) with delta enabled — file tree on the left, syntax-highlighted diff on the right. Pick a colorful change (TS file with type changes works well). -->
41
41
 
@@ -43,12 +43,12 @@ Full setup: [Installation](https://stoscanini.github.io/santree/installation.htm
43
43
 
44
44
  ## Where to next
45
45
 
46
- - **[Quickstart](https://stoscanini.github.io/santree/quickstart.html)** — 5-minute end-to-end walkthrough
47
- - **[Concepts](https://stoscanini.github.io/santree/concepts.html)** — the mental model (worktrees, trackers, multiplexers, AI)
48
- - **[Dashboard](https://stoscanini.github.io/santree/dashboard.html)** — the TUI tour
49
- - **[Commands](https://stoscanini.github.io/santree/commands.html)** — full CLI reference
46
+ - **[Quickstart](https://santiagotoscanini.github.io/santree/quickstart.html)** — 5-minute end-to-end walkthrough
47
+ - **[Concepts](https://santiagotoscanini.github.io/santree/concepts.html)** — the mental model (worktrees, trackers, multiplexers, AI)
48
+ - **[Dashboard](https://santiagotoscanini.github.io/santree/dashboard.html)** — the TUI tour
49
+ - **[Commands](https://santiagotoscanini.github.io/santree/commands.html)** — full CLI reference
50
50
 
51
- Everything else — configuration, integrations, contributing — is in the **[docs site](https://stoscanini.github.io/santree/)**.
51
+ Everything else — configuration, integrations, contributing — is in the **[docs site](https://santiagotoscanini.github.io/santree/)**.
52
52
 
53
53
  ## License
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "santree",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Git worktree manager",
5
5
  "license": "MIT",
6
6
  "author": "Santiago Toscanini",