openspec-dashboard 0.1.0 → 0.1.1

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.
@@ -14,8 +14,8 @@
14
14
  } catch(e) {}
15
15
  })();
16
16
  </script>
17
- <script type="module" crossorigin src="/assets/index-LwI8lMI7.js"></script>
18
- <link rel="stylesheet" crossorigin href="/assets/index-keJ4Pk8f.css">
17
+ <script type="module" crossorigin src="/assets/index-DMwrcLii.js"></script>
18
+ <link rel="stylesheet" crossorigin href="/assets/index-DFTiJmiZ.css">
19
19
  </head>
20
20
  <body class="min-h-screen bg-background text-foreground">
21
21
  <div id="root"></div>
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  startServer
4
- } from "../chunk-YBLVDJ3Y.js";
4
+ } from "../chunk-JYWT57PM.js";
5
5
  export {
6
6
  createServer,
7
7
  startServer
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openspec-dashboard",
3
- "version": "0.1.0",
4
- "description": "本地可视化看板,展示 OpenSpec SDD 流程中的变更状态",
3
+ "version": "0.1.1",
4
+ "description": "OpenSpec SDD 可视化看板,实时追踪规格驱动开发的变更状态、产物进度与任务完成度,提供可视化执行skill功能",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -19,6 +19,7 @@
19
19
  "start": "node dist/bin/cli.js",
20
20
  "start:daemon": "node dist/bin/cli.js &",
21
21
  "stop": "pkill -f \"cli.js\" 2>/dev/null || fuser -k 3456/tcp 2>/dev/null || true",
22
+ "restart": "fuser -k 3456/tcp 2>/dev/null; fuser -k 5173/tcp 2>/dev/null; fuser -k 5174/tcp 2>/dev/null; sleep 1; npm run dev",
22
23
  "test": "vitest run",
23
24
  "test:watch": "vitest"
24
25
  },
@@ -40,6 +41,7 @@
40
41
  "express": "^4.18.2",
41
42
  "gray-matter": "^4.0.3",
42
43
  "js-yaml": "^4.1.0",
44
+ "lucide-react": "^1.16.0",
43
45
  "open": "^10.0.0",
44
46
  "react-markdown": "^10.1.0",
45
47
  "rehype-raw": "^7.0.0",