kanban 0.1.0 → 0.1.4
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 +5 -1
- package/dist/web-ui/assets/{allPaths-CXMFMOnb.js → allPaths-hQZnjS_p.js} +1 -1
- package/dist/web-ui/assets/allPathsLoader-BZV0v7Fb.js +2 -0
- package/dist/web-ui/assets/{index-DlJ8fzMU.js → index-CwJtdBqQ.js} +46 -46
- package/dist/web-ui/assets/{splitPathsBySizeLoader-Bi84ronq.js → splitPathsBySizeLoader-CWXI7LLN.js} +1 -1
- package/dist/web-ui/index.html +1 -1
- package/package.json +6 -2
- package/dist/web-ui/assets/allPathsLoader-DNMinLHb.js +0 -2
package/README.md
CHANGED
|
@@ -31,10 +31,14 @@
|
|
|
31
31
|
|
|
32
32
|
A Human-in-the-Loop Agent Swarm Orchestration layer that gives more autonomy to your CLI agents with task dependency linking and automatic commits and pull requests. Each task runs in its own branchless worktree with .gitignore'd files like node_modules symlinked so your filesystem and git don't get polluted, letting you run hundreds of tasks in parallel on any computer. It also comes with a visualizer for your git branches and commit history, so you can keep track of the work your agents do.
|
|
33
33
|
|
|
34
|
+
```
|
|
35
|
+
npx kanban
|
|
36
|
+
```
|
|
37
|
+
|
|
34
38
|
## Getting Started
|
|
35
39
|
|
|
36
40
|
1. Install an agent like Claude Code, Codex, Gemini, OpenCode, Cline
|
|
37
|
-
2. Run `
|
|
41
|
+
2. Run `kanban` (install with `npm i -g kanban`) in your repo to launch a web GUI
|
|
38
42
|
3. Create tasks, link dependencies, hit the play button, and watch agents work in parallel. You can even use Kanban MCP to tell an agent to create parallelizable tasks and links in clever ways to get projects done quickly.
|
|
39
43
|
4. When they finish, you review diffs, leave comments, and commit or make a PR.
|
|
40
44
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{I as s}from"./index-BmDjQHI0.js";import{I as r}from"./index-CzNKtOwn.js";import{p as n,I as c}from"./index-
|
|
1
|
+
import{I as s}from"./index-BmDjQHI0.js";import{I as r}from"./index-CzNKtOwn.js";import{p as n,I as c}from"./index-CwJtdBqQ.js";function p(t,a){const o=n(t);return a===c.STANDARD?s[o]:r[o]}export{s as IconSvgPaths16,r as IconSvgPaths20,p as getIconPaths};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-hQZnjS_p.js","assets/index-BmDjQHI0.js","assets/index-CzNKtOwn.js","assets/index-CwJtdBqQ.js","assets/index-Cb9WHKOt.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{_ as e}from"./index-CwJtdBqQ.js";const s=async(t,a)=>{const{getIconPaths:o}=await e(async()=>{const{getIconPaths:r}=await import("./allPaths-hQZnjS_p.js");return{getIconPaths:r}},__vite__mapDeps([0,1,2,3,4]));return o(t,a)};export{s as allPathsLoader};
|