workshell 0.0.1 → 0.0.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <h1 align="center">🌲<br/><code>wsh</code></h1>
2
+ <h1 align="center">🌲<br/><code>workshell</code></h1>
3
3
  <p align="center">Human- and agent-friendly Git multitasking. Powered by worktrees.
4
4
  <br/>
5
5
  by <a href="https://x.com/colinhacks">@colinhacks</a>
@@ -25,7 +25,7 @@ $ npm i -g workshell
25
25
 
26
26
  <br/>
27
27
 
28
- ## How `wsh` works
28
+ ## How `workshell` works
29
29
 
30
30
  There have been many attempts to nail a DX for parallel work in the agentic coding era. Most are thin wrappers over `git worktree`. Instead `wsh` introduces a new paradigm: the *workshell*.
31
31
 
package/dist/index.js CHANGED
@@ -8193,7 +8193,7 @@ function promptChoice() {
8193
8193
  }
8194
8194
 
8195
8195
  // index.ts
8196
- var VERSION = "0.0.1";
8196
+ var VERSION = "0.0.2";
8197
8197
  function printHelp() {
8198
8198
  const dim2 = import_picocolors4.default.dim;
8199
8199
  const cyan2 = import_picocolors4.default.cyan;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "workshell",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Agent- and human-friendly Git multitasking, powered by worktrees",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/colinhacks/workshell.git"
9
+ "url": "git+https://github.com/pullfrog/workshell.git"
10
10
  },
11
- "homepage": "https://github.com/colinhacks/workshell#readme",
11
+ "homepage": "https://github.com/pullfrog/workshell#readme",
12
12
  "bugs": {
13
- "url": "https://github.com/colinhacks/workshell/issues"
13
+ "url": "https://github.com/pullfrog/workshell/issues"
14
14
  },
15
15
  "keywords": [
16
16
  "git",