@aiviatic/kindling 0.1.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/LICENSE +21 -0
- package/README.md +73 -0
- package/bin/kindling.js +14 -0
- package/bootstrap/kindling.cmd +13 -0
- package/bootstrap/setup.ps1 +98 -0
- package/bootstrap/setup.sh +59 -0
- package/dist/chunk-IS6LC3HK.js +210 -0
- package/dist/chunk-IS6LC3HK.js.map +1 -0
- package/dist/chunk-MW7UAGER.js +890 -0
- package/dist/chunk-MW7UAGER.js.map +1 -0
- package/dist/chunk-OU3WSB6B.js +77 -0
- package/dist/chunk-OU3WSB6B.js.map +1 -0
- package/dist/cli/main.d.ts +21 -0
- package/dist/cli/main.js +258 -0
- package/dist/cli/main.js.map +1 -0
- package/dist/emitter-oidLJDmn.d.ts +135 -0
- package/dist/engine/index.d.ts +546 -0
- package/dist/engine/index.js +234 -0
- package/dist/engine/index.js.map +1 -0
- package/dist/exec-JnCZZPZU.d.ts +8 -0
- package/dist/server/index.d.ts +39 -0
- package/dist/server/index.js +10 -0
- package/dist/server/index.js.map +1 -0
- package/dist/ui/assets/index-Bw_xLj6a.css +1 -0
- package/dist/ui/assets/index-CoPlNDA-.js +40 -0
- package/dist/ui/index.html +13 -0
- package/dist/ui/platform-codes.yaml +54 -0
- package/package.json +77 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Kindling</title>
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-CoPlNDA-.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Bw_xLj6a.css">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div id="root"></div>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# GENERATED — do not edit by hand. Regenerate on every pins.bmad bump:
|
|
2
|
+
# npm run gen:platform-codes
|
|
3
|
+
#
|
|
4
|
+
# IDE / tool catalog for Kindling's IDE Picker (Story 3.4).
|
|
5
|
+
# SOURCE OF TRUTH: the `id` values are the exact `--tools` IDs accepted by
|
|
6
|
+
# `bmad-method@6.9.0 install`, captured verbatim from `install --list-tools`. A wrong id
|
|
7
|
+
# fails the install, so this file is DERIVED from the pin (engine/pins.ts), never hand-listed.
|
|
8
|
+
# `recommended: true` marks the IDs BMad stars (*). The UI shows recommended first; the rest
|
|
9
|
+
# are reachable via "show all". If missing/unreadable, the UI falls back to a built-in list.
|
|
10
|
+
ides:
|
|
11
|
+
- { id: claude-code, name: "Claude Code", recommended: true }
|
|
12
|
+
- { id: codex, name: "Codex", recommended: true }
|
|
13
|
+
- { id: cursor, name: "Cursor", recommended: true }
|
|
14
|
+
- { id: github-copilot, name: "GitHub Copilot", recommended: true }
|
|
15
|
+
- { id: adal, name: "AdaL" }
|
|
16
|
+
- { id: auggie, name: "Auggie" }
|
|
17
|
+
- { id: goose, name: "Block Goose" }
|
|
18
|
+
- { id: cline, name: "Cline" }
|
|
19
|
+
- { id: codebuddy, name: "CodeBuddy" }
|
|
20
|
+
- { id: codewhale, name: "CodeWhale" }
|
|
21
|
+
- { id: command-code, name: "Command Code" }
|
|
22
|
+
- { id: crush, name: "Crush" }
|
|
23
|
+
- { id: droid, name: "Factory Droid" }
|
|
24
|
+
- { id: firebender, name: "Firebender" }
|
|
25
|
+
- { id: gemini, name: "Gemini CLI" }
|
|
26
|
+
- { id: antigravity, name: "Google Antigravity" }
|
|
27
|
+
- { id: hermes, name: "Hermes Agent" }
|
|
28
|
+
- { id: bob, name: "IBM Bob" }
|
|
29
|
+
- { id: iflow, name: "iFlow" }
|
|
30
|
+
- { id: junie, name: "Junie" }
|
|
31
|
+
- { id: kilo, name: "KiloCoder" }
|
|
32
|
+
- { id: kimi-code, name: "Kimi Code" }
|
|
33
|
+
- { id: kiro, name: "Kiro" }
|
|
34
|
+
- { id: kode, name: "Kode" }
|
|
35
|
+
- { id: mistral-vibe, name: "Mistral Vibe" }
|
|
36
|
+
- { id: mux, name: "Mux" }
|
|
37
|
+
- { id: neovate, name: "Neovate" }
|
|
38
|
+
- { id: ona, name: "Ona" }
|
|
39
|
+
- { id: openclaw, name: "OpenClaw" }
|
|
40
|
+
- { id: opencode, name: "OpenCode" }
|
|
41
|
+
- { id: openhands, name: "OpenHands" }
|
|
42
|
+
- { id: pi, name: "Pi" }
|
|
43
|
+
- { id: pochi, name: "Pochi" }
|
|
44
|
+
- { id: qoder, name: "Qoder" }
|
|
45
|
+
- { id: qwen, name: "QwenCoder" }
|
|
46
|
+
- { id: replit, name: "Replit Agent" }
|
|
47
|
+
- { id: roo, name: "Roo Code" }
|
|
48
|
+
- { id: rovo-dev, name: "Rovo Dev" }
|
|
49
|
+
- { id: cortex, name: "Snowflake Cortex Code" }
|
|
50
|
+
- { id: amp, name: "Sourcegraph Amp" }
|
|
51
|
+
- { id: trae, name: "Trae" }
|
|
52
|
+
- { id: warp, name: "Warp" }
|
|
53
|
+
- { id: windsurf, name: "Windsurf" }
|
|
54
|
+
- { id: zencoder, name: "Zencoder" }
|
package/package.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aiviatic/kindling",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/Aiviatic/kindling.git"
|
|
11
|
+
},
|
|
12
|
+
"type": "module",
|
|
13
|
+
"description": "Cross-platform GUI installer for the BMad + Claude Code stack.",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"author": "Aiviatic",
|
|
16
|
+
"engines": {
|
|
17
|
+
"node": ">=20"
|
|
18
|
+
},
|
|
19
|
+
"main": "./dist/engine/index.js",
|
|
20
|
+
"types": "./dist/engine/index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/engine/index.d.ts",
|
|
24
|
+
"import": "./dist/engine/index.js"
|
|
25
|
+
},
|
|
26
|
+
"./bootstrap/*": "./bootstrap/*"
|
|
27
|
+
},
|
|
28
|
+
"bin": {
|
|
29
|
+
"kindling": "bin/kindling.js"
|
|
30
|
+
},
|
|
31
|
+
"files": [
|
|
32
|
+
"dist",
|
|
33
|
+
"bin",
|
|
34
|
+
"bootstrap/setup.sh",
|
|
35
|
+
"bootstrap/setup.ps1",
|
|
36
|
+
"bootstrap/kindling.cmd"
|
|
37
|
+
],
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "tsup && vite build",
|
|
40
|
+
"dev": "concurrently --names \"node,ui\" \"tsup --watch\" \"vite\"",
|
|
41
|
+
"test": "vitest run",
|
|
42
|
+
"test:watch": "vitest",
|
|
43
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
44
|
+
"lint": "eslint .",
|
|
45
|
+
"typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.node.json",
|
|
46
|
+
"gen:platform-codes": "node scripts/gen-platform-codes.mjs"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@eslint/js": "^10.0.1",
|
|
50
|
+
"@testing-library/dom": "^10.4.1",
|
|
51
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
52
|
+
"@testing-library/react": "^16.3.2",
|
|
53
|
+
"@types/js-yaml": "^4.0.9",
|
|
54
|
+
"@types/node": "^25.9.1",
|
|
55
|
+
"@types/react": "^19.2.15",
|
|
56
|
+
"@types/react-dom": "^19.2.3",
|
|
57
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
58
|
+
"axe-core": "^4.11.4",
|
|
59
|
+
"concurrently": "^10.0.0",
|
|
60
|
+
"eslint": "^10.4.0",
|
|
61
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
62
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
63
|
+
"globals": "^17.6.0",
|
|
64
|
+
"jsdom": "^29.1.1",
|
|
65
|
+
"react": "^19.2.6",
|
|
66
|
+
"react-dom": "^19.2.6",
|
|
67
|
+
"tsup": "^8.5.1",
|
|
68
|
+
"typescript": "^6.0.3",
|
|
69
|
+
"typescript-eslint": "^8.60.0",
|
|
70
|
+
"vite": "^8.0.14",
|
|
71
|
+
"vitest": "^4.1.7",
|
|
72
|
+
"vitest-axe": "^0.1.0"
|
|
73
|
+
},
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"js-yaml": "^4.1.1"
|
|
76
|
+
}
|
|
77
|
+
}
|