dw-mc 0.3.0 → 0.4.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.
- package/NOTICE.md +1 -1
- package/README.md +27 -30
- package/dist/bin.js +398 -578
- package/dist/bin.js.map +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dw-mc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Mission control for the pull requests you have open — a local CLI that buckets every PR by what it waits on and reviews them with your own agent CLIs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
7
7
|
"claude-code",
|
|
8
8
|
"cli",
|
|
9
9
|
"code-review",
|
|
10
|
-
"codex",
|
|
11
10
|
"developer-tools",
|
|
12
11
|
"effect",
|
|
13
12
|
"gh",
|