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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<h1 align="center">🌲<br/><code>
|
|
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 `
|
|
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
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workshell",
|
|
3
|
-
"version": "0.0.
|
|
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/
|
|
9
|
+
"url": "git+https://github.com/pullfrog/workshell.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/
|
|
11
|
+
"homepage": "https://github.com/pullfrog/workshell#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/pullfrog/workshell/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"git",
|