@stilero/bankan 1.0.0 → 1.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
@@ -187,13 +187,13 @@ Multiple tasks can move through these stages simultaneously with different agent
187
187
  ### Run instantly
188
188
 
189
189
  ```bash
190
- npx bankan
190
+ npx @stilero/bankan
191
191
  ```
192
192
 
193
193
  ### Install globally
194
194
 
195
195
  ```bash
196
- npm install -g bankan
196
+ npm install -g @stilero/bankan
197
197
  bankan
198
198
  ```
199
199
 
@@ -0,0 +1,26 @@
1
+ <svg width="1400" height="420" viewBox="0 0 1400 420" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <title>Ban Kan logo</title>
3
+ <desc>Ban Kan logo on a dark background for GitHub README rendering.</desc>
4
+
5
+ <rect x="20" y="20" width="1360" height="380" rx="28" fill="#0F172A"/>
6
+
7
+ <g transform="translate(70,80)" stroke="#F5A623" stroke-width="10" stroke-linejoin="round" stroke-linecap="round">
8
+ <path d="M120 20 L206.6 70 L206.6 170 L120 220 L33.4 170 L33.4 70 Z"/>
9
+ <g fill="#F5A623" stroke="none">
10
+ <path d="M74 146 C74 142.7 76.7 140 80 140 H104 C107.3 140 110 142.7 110 146 V182 C110 185.3 107.3 188 104 188 H80 C76.7 188 74 185.3 74 182 V146 Z"/>
11
+ <path d="M112 118 C112 114.7 114.7 112 118 112 H142 C145.3 112 148 114.7 148 118 V182 C148 185.3 145.3 188 142 188 H118 C114.7 188 112 185.3 112 182 V118 Z"/>
12
+ <path d="M150 86 C150 82.7 152.7 80 156 80 H180 C183.3 80 186 82.7 186 86 V182 C186 185.3 183.3 188 180 188 H156 C152.7 188 150 185.3 150 182 V86 Z"/>
13
+ </g>
14
+ </g>
15
+
16
+ <g transform="translate(350,0)">
17
+ <text x="0" y="235"
18
+ fill="#E8E8F0"
19
+ font-size="118"
20
+ font-weight="800"
21
+ letter-spacing="10"
22
+ font-family="Syne, Inter, Arial, Helvetica, sans-serif">
23
+ BAN KAN
24
+ </text>
25
+ </g>
26
+ </svg>
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stilero/bankan",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
- "description": "Local AI agent orchestration dashboard with a global `bankan` CLI.",
5
+ "description": "Run AI coding agents like a Kanban board. Plan, implement, review and ship code using parallel AI agents across your local repositories.",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -14,10 +14,17 @@
14
14
  },
15
15
  "keywords": [
16
16
  "ai",
17
- "agents",
17
+ "ai-agents",
18
+ "coding-agents",
19
+ "ai-development",
20
+ "developer-tools",
18
21
  "kanban",
19
- "dashboard",
22
+ "agile",
20
23
  "cli",
24
+ "automation",
25
+ "developer-workflow",
26
+ "agents",
27
+ "dashboard",
21
28
  "orchestration"
22
29
  ],
23
30
  "bin": {
@@ -26,6 +33,7 @@
26
33
  "files": [
27
34
  "bin",
28
35
  "client/dist",
36
+ "docs/images",
29
37
  "LICENSE",
30
38
  "scripts/setup.js",
31
39
  "server/src",