claudekit-cli 3.33.0-dev.3 → 3.33.0-dev.5
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/dist/index.js +6 -3
- package/dist/ui/agents/amp.png +0 -0
- package/dist/ui/agents/antigravity.png +0 -0
- package/dist/ui/agents/kilo.png +0 -0
- package/dist/ui/agents/opencode.svg +7 -0
- package/dist/ui/agents/openhands.png +0 -0
- package/dist/ui/agents/roo.png +0 -0
- package/dist/ui/apple-touch-icon.png +0 -0
- package/dist/ui/assets/index-BjDNmHEv.js +211 -0
- package/dist/ui/assets/index-DtGQeqqL.css +1 -0
- package/dist/ui/assets/vendor-DNUgy55u.js +32 -0
- package/dist/ui/favicon.ico +0 -0
- package/dist/ui/images/apple-touch-icon.png +0 -0
- package/dist/ui/images/favicon-16.png +0 -0
- package/dist/ui/images/favicon-32.png +0 -0
- package/dist/ui/images/logo-192.png +0 -0
- package/dist/ui/images/logo-512.png +0 -0
- package/dist/ui/images/logo-dark-32.png +0 -0
- package/dist/ui/images/logo-light-32.png +0 -0
- package/dist/ui/images/logo-transparent-128.png +0 -0
- package/dist/ui/images/logo-transparent-32.png +0 -0
- package/dist/ui/images/logo-transparent-64.png +0 -0
- package/dist/ui/index.html +79 -0
- package/dist/ui/manifest.json +26 -0
- package/package.json +5 -2
package/dist/index.js
CHANGED
|
@@ -45375,7 +45375,7 @@ var package_default;
|
|
|
45375
45375
|
var init_package = __esm(() => {
|
|
45376
45376
|
package_default = {
|
|
45377
45377
|
name: "claudekit-cli",
|
|
45378
|
-
version: "3.33.0-dev.
|
|
45378
|
+
version: "3.33.0-dev.5",
|
|
45379
45379
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
45380
45380
|
type: "module",
|
|
45381
45381
|
repository: {
|
|
@@ -45391,11 +45391,14 @@ var init_package = __esm(() => {
|
|
|
45391
45391
|
},
|
|
45392
45392
|
files: [
|
|
45393
45393
|
"bin/ck.js",
|
|
45394
|
-
"dist/index.js"
|
|
45394
|
+
"dist/index.js",
|
|
45395
|
+
"dist/ui/"
|
|
45395
45396
|
],
|
|
45396
45397
|
scripts: {
|
|
45397
45398
|
dev: "bun run src/index.ts",
|
|
45398
45399
|
"dashboard:dev": "cd src/ui && bun install --silent && cd ../.. && bun --watch run src/index.ts config ui --dev",
|
|
45400
|
+
"ui:build": "cd src/ui && bun install --silent && bun run build",
|
|
45401
|
+
"ui:dev": "cd src/ui && bun run dev",
|
|
45399
45402
|
build: "bun build src/index.ts --outdir dist --target node --external @octokit/rest",
|
|
45400
45403
|
compile: "bun build src/index.ts --compile --outfile ck",
|
|
45401
45404
|
"compile:binary": "bun build src/index.ts --compile --outfile bin/ck",
|
|
@@ -47595,8 +47598,8 @@ import { dirname as dirname8, join as join30 } from "node:path";
|
|
|
47595
47598
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
47596
47599
|
function resolveUiDistPath() {
|
|
47597
47600
|
const candidates = [
|
|
47601
|
+
join30(__dirname3, "ui"),
|
|
47598
47602
|
join30(process.cwd(), "dist", "ui"),
|
|
47599
|
-
join30(__dirname3, "..", "..", "ui"),
|
|
47600
47603
|
join30(process.cwd(), "src", "ui", "dist")
|
|
47601
47604
|
];
|
|
47602
47605
|
for (const path2 of candidates) {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512"><svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="512" height="512" fill="#131010"></rect>
|
|
3
|
+
<path d="M320 224V352H192V224H320Z" fill="#5A5858"></path>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M384 416H128V96H384V416ZM320 160H192V352H320V160Z" fill="white"></path>
|
|
5
|
+
</svg><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
|
|
6
|
+
@media (prefers-color-scheme: dark) { :root { filter: none; } }
|
|
7
|
+
</style></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|