sillyspec 3.20.3 → 3.20.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.
Files changed (225) hide show
  1. package/.claude/skills/sillyspec-archive/SKILL.md +21 -17
  2. package/.claude/skills/sillyspec-auto/SKILL.md +83 -77
  3. package/.claude/skills/sillyspec-brainstorm/SKILL.md +44 -17
  4. package/.claude/skills/sillyspec-commit/SKILL.md +106 -105
  5. package/.claude/skills/sillyspec-continue/SKILL.md +45 -44
  6. package/.claude/skills/sillyspec-doctor/SKILL.md +31 -22
  7. package/.claude/skills/sillyspec-execute/SKILL.md +30 -17
  8. package/.claude/skills/sillyspec-explore/SKILL.md +109 -96
  9. package/.claude/skills/sillyspec-knowledge/SKILL.md +270 -0
  10. package/.claude/skills/sillyspec-plan/SKILL.md +21 -52
  11. package/.claude/skills/sillyspec-propose/SKILL.md +21 -17
  12. package/.claude/skills/sillyspec-quick/SKILL.md +21 -17
  13. package/.claude/skills/sillyspec-resume/SKILL.md +68 -111
  14. package/.claude/skills/sillyspec-scan/SKILL.md +21 -17
  15. package/.claude/skills/sillyspec-state/SKILL.md +54 -54
  16. package/.claude/skills/sillyspec-status/SKILL.md +21 -17
  17. package/.claude/skills/sillyspec-verify/SKILL.md +21 -17
  18. package/.claude/skills/sillyspec-workspace/SKILL.md +157 -149
  19. package/.husky/pre-push +13 -0
  20. package/CLAUDE.md +18 -0
  21. package/README.md +198 -186
  22. package/SKILL.md +90 -87
  23. package/bin/sillyspec.js +2 -2
  24. package/docs/brainstorm-plan-contract.md +64 -0
  25. package/docs/plan-execute-contract.md +123 -0
  26. package/docs/platform-scan-protocol.md +298 -0
  27. package/docs/revision-mode.md +115 -0
  28. package/docs/sillyspec/file-lifecycle/known-implementation-gaps.md +99 -0
  29. package/docs/sillyspec/file-lifecycle/platform-workflows-sync.md +218 -0
  30. package/docs/sillyspec/file-lifecycle/stage-artifacts.md +167 -0
  31. package/docs/sillyspec/file-lifecycle/storage-and-state.md +148 -0
  32. package/docs/sillyspec/file-lifecycle/worktree-and-guard.md +211 -0
  33. package/docs/sillyspec/file-lifecycle.md +131 -0
  34. package/docs/workflow-contract-regression.md +106 -0
  35. package/docs/worktree-isolation.md +252 -0
  36. package/package.json +40 -34
  37. package/packages/dashboard/dist/assets/{index-D1EVTLmc.js → index-Bq_Z2hne.js} +7446 -7446
  38. package/packages/dashboard/dist/assets/index-O2W5RV4z.css +1 -0
  39. package/packages/dashboard/dist/index.html +16 -16
  40. package/packages/dashboard/dist/prototype-dashboard.html +836 -0
  41. package/packages/dashboard/dist/prototype-overview.html +256 -0
  42. package/packages/dashboard/index.html +15 -15
  43. package/packages/dashboard/package-lock.json +2384 -2384
  44. package/packages/dashboard/package.json +25 -25
  45. package/packages/dashboard/public/prototype-dashboard.html +836 -0
  46. package/packages/dashboard/public/prototype-overview.html +256 -0
  47. package/packages/dashboard/server/executor.js +86 -86
  48. package/packages/dashboard/server/index.js +588 -508
  49. package/packages/dashboard/server/parser.js +526 -458
  50. package/packages/dashboard/server/watcher.js +350 -342
  51. package/packages/dashboard/src/App.vue +558 -325
  52. package/packages/dashboard/src/components/ActionBar.vue +93 -84
  53. package/packages/dashboard/src/components/CommandPalette.vue +96 -92
  54. package/packages/dashboard/src/components/DetailPanel.vue +137 -137
  55. package/packages/dashboard/src/components/DocPreview.vue +105 -8
  56. package/packages/dashboard/src/components/DocTree.vue +75 -19
  57. package/packages/dashboard/src/components/HResizeHandle.vue +48 -0
  58. package/packages/dashboard/src/components/LogStream.vue +65 -65
  59. package/packages/dashboard/src/components/PipelineStage.vue +95 -75
  60. package/packages/dashboard/src/components/PipelineView.vue +156 -129
  61. package/packages/dashboard/src/components/ProjectCard.vue +187 -0
  62. package/packages/dashboard/src/components/ProjectList.vue +210 -210
  63. package/packages/dashboard/src/components/ProjectOverview.vue +113 -139
  64. package/packages/dashboard/src/components/StageBadge.vue +67 -53
  65. package/packages/dashboard/src/components/StepCard.vue +94 -89
  66. package/packages/dashboard/src/components/VResizeHandle.vue +61 -0
  67. package/packages/dashboard/src/components/detail/DocsDetail.vue +48 -48
  68. package/packages/dashboard/src/components/detail/GitDetail.vue +61 -61
  69. package/packages/dashboard/src/components/detail/TechDetail.vue +43 -43
  70. package/packages/dashboard/src/composables/useDashboard.js +192 -164
  71. package/packages/dashboard/src/composables/useKeyboard.js +119 -119
  72. package/packages/dashboard/src/composables/useLayout.js +131 -0
  73. package/packages/dashboard/src/composables/useWebSocket.js +129 -129
  74. package/packages/dashboard/src/main.js +8 -8
  75. package/packages/dashboard/src/style.css +132 -132
  76. package/packages/dashboard/vite.config.js +18 -18
  77. package/src/brainstorm-postcheck.js +158 -0
  78. package/src/change-list.js +52 -0
  79. package/src/change-risk-profile.js +352 -0
  80. package/src/classify-change.js +73 -0
  81. package/src/constants.js +70 -0
  82. package/src/contract-matrix.js +278 -0
  83. package/src/db.js +201 -0
  84. package/src/endpoint-extractor.js +315 -0
  85. package/src/hooks/claude-pre-tool-use.cjs +125 -0
  86. package/src/hooks/worktree-guard.js +761 -0
  87. package/src/index.js +922 -252
  88. package/src/init.js +470 -375
  89. package/src/knowledge-match.js +130 -0
  90. package/src/migrate.js +117 -117
  91. package/src/modules.js +482 -0
  92. package/src/progress.js +1734 -508
  93. package/src/run.js +3465 -652
  94. package/src/scan-postcheck.js +387 -0
  95. package/src/setup.js +398 -460
  96. package/src/stage-contract.js +700 -0
  97. package/src/stages/archive.js +160 -54
  98. package/src/stages/brainstorm-auto.js +229 -0
  99. package/src/stages/brainstorm.js +645 -239
  100. package/src/stages/doctor.js +365 -312
  101. package/src/stages/execute.js +634 -264
  102. package/src/stages/explore.js +34 -0
  103. package/src/stages/index.js +29 -35
  104. package/src/stages/knowledge.js +498 -0
  105. package/src/stages/plan-postcheck.js +518 -0
  106. package/src/stages/plan.js +582 -279
  107. package/src/stages/propose.js +174 -115
  108. package/src/stages/quick.js +102 -63
  109. package/src/stages/scan.js +558 -141
  110. package/src/stages/status.js +65 -65
  111. package/src/stages/verify.js +322 -135
  112. package/src/sync.js +497 -0
  113. package/src/task-review.js +346 -0
  114. package/src/workflow.js +785 -0
  115. package/src/worktree-apply.js +549 -0
  116. package/src/worktree-deps.js +185 -0
  117. package/src/worktree.js +982 -0
  118. package/templates/workflows/archive-impact.yaml +79 -0
  119. package/templates/workflows/scan-docs.yaml +132 -0
  120. package/test/brainstorm-plan-contract.test.mjs +273 -0
  121. package/test/check-syntax.mjs +26 -0
  122. package/test/cli-top-level-aliases.test.mjs +174 -0
  123. package/test/contract-artifacts.test.mjs +323 -0
  124. package/test/decision-supersede.test.mjs +277 -0
  125. package/test/knowledge-match.test.mjs +231 -0
  126. package/test/plan-execute-contract.test.mjs +357 -0
  127. package/test/plan-optimization.test.mjs +572 -0
  128. package/test/platform-artifacts.test.mjs +190 -0
  129. package/test/platform-failure-samples.test.mjs +199 -0
  130. package/test/platform-recovery-chain.test.mjs +179 -0
  131. package/test/platform-recovery.test.mjs +167 -0
  132. package/test/platform-scan-p0.test.mjs +175 -0
  133. package/test/revision-v1.test.mjs +1145 -0
  134. package/test/run-sanitize-project-name.test.mjs +51 -0
  135. package/test/run-scan-postcheck-fail.test.mjs +64 -0
  136. package/test/run-scan-project-parse.test.mjs +200 -0
  137. package/test/run-tests.mjs +48 -0
  138. package/test/runtime-cleanup-keeps-worktree.test.mjs +107 -0
  139. package/test/scan-docs-yaml-placeholders.test.mjs +84 -0
  140. package/test/scan-knowledge.test.mjs +175 -0
  141. package/test/scan-paths.test.mjs +68 -0
  142. package/test/scan-postcheck-project-priority.test.mjs +85 -0
  143. package/test/scan-postcheck.test.mjs +197 -0
  144. package/test/scan-workflow-anyfailed-block.test.mjs +52 -0
  145. package/test/spec-dir.test.mjs +206 -0
  146. package/test/stage-contract-failed-post-check.test.mjs +102 -0
  147. package/test/stage-contract.test.mjs +299 -0
  148. package/test/stage-definitions.test.mjs +39 -0
  149. package/test/wait-gates.test.mjs +501 -0
  150. package/test/workflow-spec-base.test.mjs +142 -0
  151. package/test/worktree-deps-provision.test.mjs +148 -0
  152. package/test/worktree-guard.test.mjs +136 -0
  153. package/test/worktree-native-overlay.test.mjs +188 -0
  154. package/.sillyspec/changes/archive/2026-04-08-derive-state/design.md +0 -97
  155. package/.sillyspec/changes/archive/2026-04-08-derive-state/plan.md +0 -51
  156. package/.sillyspec/changes/archive/2026-04-08-derive-state/proposal.md +0 -29
  157. package/.sillyspec/changes/archive/2026-04-08-derive-state/requirements.md +0 -34
  158. package/.sillyspec/changes/archive/2026-04-08-derive-state/tasks.md +0 -13
  159. package/.sillyspec/changes/archive/2026-04-08-derive-state/verify-result.md +0 -43
  160. package/.sillyspec/changes/auto-mode/design.md +0 -50
  161. package/.sillyspec/changes/auto-mode/proposal.md +0 -19
  162. package/.sillyspec/changes/auto-mode/requirements.md +0 -21
  163. package/.sillyspec/changes/auto-mode/tasks.md +0 -7
  164. package/.sillyspec/changes/brainstorm-archive/2026-04-05-dashboard-design.md +0 -206
  165. package/.sillyspec/changes/brainstorm-archive/2026-04-05-unified-docs-design.md +0 -199
  166. package/.sillyspec/changes/dashboard/design.md +0 -219
  167. package/.sillyspec/changes/dashboard/design.md.braindraft +0 -206
  168. package/.sillyspec/changes/run-command-design/design.md +0 -1230
  169. package/.sillyspec/changes/unified-docs-design/design.md +0 -199
  170. package/.sillyspec/docs/sillyspec/scan/.gitkeep +0 -0
  171. package/.sillyspec/knowledge/INDEX.md +0 -8
  172. package/.sillyspec/knowledge/uncategorized.md +0 -3
  173. package/.sillyspec/plans/2026-04-05-dashboard.md +0 -737
  174. package/.sillyspec/projects/sillyspec.yaml +0 -3
  175. package/dist/steps/brainstorm/01-load-context.md +0 -30
  176. package/dist/steps/brainstorm/02-reuse-check.md +0 -6
  177. package/dist/steps/brainstorm/03-prototype-analysis.md +0 -11
  178. package/dist/steps/brainstorm/04-module-split.md +0 -23
  179. package/dist/steps/brainstorm/05-dialog-explore.md +0 -8
  180. package/dist/steps/brainstorm/06-propose-approaches.md +0 -3
  181. package/dist/steps/brainstorm/07-present-design.md +0 -3
  182. package/dist/steps/brainstorm/08-write-design.md +0 -21
  183. package/dist/steps/brainstorm/09-self-review.md +0 -15
  184. package/dist/steps/brainstorm/10-user-confirm.md +0 -3
  185. package/dist/steps/brainstorm/11-output-spec.md +0 -7
  186. package/dist/steps/brainstorm/manifest.yaml +0 -26
  187. package/dist/steps/execute/01-load-context.md +0 -41
  188. package/dist/steps/execute/02-scan-conventions.md +0 -47
  189. package/dist/steps/execute/03-skill-mcp.md +0 -19
  190. package/dist/steps/execute/04-assign-task.md +0 -22
  191. package/dist/steps/execute/04b-prompt-template.md +0 -54
  192. package/dist/steps/execute/05-write-test.md +0 -7
  193. package/dist/steps/execute/06-write-code.md +0 -8
  194. package/dist/steps/execute/07-run-test.md +0 -26
  195. package/dist/steps/execute/08-fix-issues.md +0 -28
  196. package/dist/steps/execute/09-next-task.md +0 -33
  197. package/dist/steps/execute/manifest.yaml +0 -28
  198. package/dist/steps/plan/01-load-context.md +0 -22
  199. package/dist/steps/plan/02-anchor-confirm.md +0 -1
  200. package/dist/steps/plan/03-expand-tasks.md +0 -33
  201. package/dist/steps/plan/04-mark-order.md +0 -15
  202. package/dist/steps/plan/05-e2e-planning.md +0 -17
  203. package/dist/steps/plan/06-self-check.md +0 -16
  204. package/dist/steps/plan/07-save.md +0 -1
  205. package/dist/steps/plan/manifest.yaml +0 -18
  206. package/dist/steps/scan/01-env-detect.md +0 -51
  207. package/dist/steps/scan/02-tech-stack.md +0 -16
  208. package/dist/steps/scan/03-conventions.md +0 -16
  209. package/dist/steps/scan/04-structure.md +0 -19
  210. package/dist/steps/scan/05-quality.md +0 -18
  211. package/dist/steps/scan/06-complete.md +0 -49
  212. package/dist/steps/scan/manifest.yaml +0 -16
  213. package/dist/steps/verify/01-load-specs.md +0 -28
  214. package/dist/steps/verify/02-check-tasks.md +0 -1
  215. package/dist/steps/verify/03-check-design.md +0 -6
  216. package/dist/steps/verify/04-run-tests.md +0 -7
  217. package/dist/steps/verify/05-e2e-tests.md +0 -27
  218. package/dist/steps/verify/05b-e2e-fix.md +0 -33
  219. package/dist/steps/verify/06-code-quality.md +0 -25
  220. package/dist/steps/verify/07-lint-check.md +0 -27
  221. package/dist/steps/verify/08-output-report.md +0 -14
  222. package/dist/steps/verify/manifest.yaml +0 -22
  223. package/packages/dashboard/dist/assets/index-DGe8CqeP.css +0 -1
  224. package/src/derive.js +0 -147
  225. package/src/step.js +0 -543
@@ -1,325 +1,558 @@
1
- <template>
2
- <n-config-provider :theme-overrides="themeOverrides">
3
- <div class="h-screen w-screen flex flex-col overflow-hidden font-[DM_Sans,sans-serif] relative" style="background-color: #F5F5F7;">
4
- <!-- Ambient background -->
5
- <div class="absolute inset-0 pointer-events-none" style="background: radial-gradient(ellipse 60% 40% at 10% 20%, rgba(251,191,36,0.04) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 90% 80%, rgba(251,191,36,0.02) 0%, transparent 70%);" />
6
-
7
- <!-- Main Content -->
8
- <div
9
- class="flex-1 flex overflow-hidden relative z-10"
10
- :style="isDragging ? 'user-select: none' : ''"
11
- >
12
- <!-- Left: Project List -->
13
- <aside
14
- class="flex-shrink-0 relative overflow-hidden"
15
- :style="`width: ${leftWidth}px; background: #FFFFFF; border-right: none;`"
16
- >
17
- <ProjectList
18
- :projects="dashboard.state.projects"
19
- :active-project="dashboard.state.activeProject"
20
- :is-loading="dashboard.state.isLoading"
21
- :scan-paths="scanPaths"
22
- @select="handleSelectProject"
23
- @scan:add-path="handleAddScanPath"
24
- @scan:remove-path="handleRemoveScanPath"
25
- />
26
- </aside>
27
-
28
- <!-- Left Center resize handle -->
29
- <div
30
- class="w-[2px] flex-shrink-0 cursor-col-resize hover:bg-[#D97706] active:bg-[#D97706] relative z-20"
31
- style="background: #2A3040;"
32
- @mousedown="startDragLeft"
33
- />
34
-
35
- <!-- Center: Pipeline View -->
36
- <main class="flex-1 overflow-hidden accent-stripe flex flex-col" style="min-width: 300px;">
37
- <ProjectOverview :project="dashboard.state.activeProject" @show-detail="handleShowDetail" />
38
- <PipelineView
39
- :project="dashboard.state.activeProject"
40
- :active-step="dashboard.state.activeStep"
41
- :active-tab="dashboard.state.activeTab"
42
- :docs="dashboard.state.docs"
43
- :selected-doc-file="dashboard.state.selectedDocFile"
44
- :doc-content="dashboard.state.docContent"
45
- :doc-loading="dashboard.state.docLoading"
46
- @select-step="handleSelectStep"
47
- @switch-tab="handleSwitchTab"
48
- @select-doc-file="handleSelectDocFile"
49
- />
50
- </main>
51
-
52
- <!-- Center ↔ Right resize handle -->
53
- <div
54
- v-if="dashboard.state.isPanelOpen"
55
- class="w-[2px] flex-shrink-0 cursor-col-resize hover:bg-[#D97706] active:bg-[#D97706] relative z-20"
56
- style="background: #2A3040;"
57
- @mousedown="startDragRight"
58
- />
59
-
60
- <!-- Right: Detail Panel -->
61
- <aside
62
- :class="[
63
- 'flex-shrink-0 relative overflow-hidden',
64
- dashboard.state.isPanelOpen ? '' : 'w-0'
65
- ]"
66
- :style="dashboard.state.isPanelOpen ? `width: ${rightWidth}px; background: #FFFFFF; transition: none;` : 'background: #FFFFFF;'"
67
- >
68
- <DetailPanel
69
- :is-open="dashboard.state.isPanelOpen"
70
- :active-step="dashboard.state.activeStep"
71
- :logs="dashboard.state.logs"
72
- :detail-type="detailType"
73
- :detail-data="detailData"
74
- @close="handleDetailClose"
75
- @clear-logs="dashboard.clearLogs"
76
- @open-doc-file="handleOpenDocFromDetail"
77
- />
78
- </aside>
79
- </div>
80
-
81
- <!-- Bottom: Action Bar -->
82
- <ActionBar
83
- :project="dashboard.state.activeProject"
84
- :is-executing="dashboard.state.executingProject !== null"
85
- :execution-result="executionResult"
86
- :is-panel-open="dashboard.state.isPanelOpen"
87
- @execute="handleExecute"
88
- @kill="handleKill"
89
- @toggle-panel="dashboard.togglePanel"
90
- @open-palette="isCommandPaletteOpen = true"
91
- />
92
-
93
- <!-- Command Palette Overlay -->
94
- <CommandPalette
95
- :is-open="isCommandPaletteOpen"
96
- :projects="dashboard.state.projects"
97
- @close="isCommandPaletteOpen = false"
98
- @select-project="handleSelectProject"
99
- @select-stage="handleSelectStage"
100
- />
101
- </div>
102
- </n-config-provider>
103
- </template>
104
-
105
- <script setup>
106
- import { ref, onMounted, readonly } from 'vue'
107
- import { useWebSocket } from './composables/useWebSocket.js'
108
- import { useDashboard } from './composables/useDashboard.js'
109
- import { useDashboardKeyboard } from './composables/useKeyboard.js'
110
- import ProjectList from './components/ProjectList.vue'
111
- import PipelineView from './components/PipelineView.vue'
112
- import DetailPanel from './components/DetailPanel.vue'
113
- import ActionBar from './components/ActionBar.vue'
114
- import ProjectOverview from './components/ProjectOverview.vue'
115
- import CommandPalette from './components/CommandPalette.vue'
116
-
117
- // Composables
118
- const ws = useWebSocket()
119
- const dashboard = useDashboard()
120
- const isCommandPaletteOpen = ref(false)
121
- const executionResult = ref(null)
122
- const scanPaths = ref([])
123
- const detailType = ref(null)
124
- const detailData = ref(null)
125
-
126
- // Panel resize state
127
- const STORAGE_KEY = 'dashboard-panel-widths'
128
- const MIN_LEFT = 180
129
- const MIN_CENTER = 300
130
- const MIN_RIGHT = 260
131
- const DEFAULT_LEFT = 240
132
- const DEFAULT_RIGHT = 340
133
-
134
- const leftWidth = ref(DEFAULT_LEFT)
135
- const rightWidth = ref(DEFAULT_RIGHT)
136
- const isDragging = ref(false)
137
-
138
- // Load persisted widths
139
- try {
140
- const saved = JSON.parse(localStorage.getItem(STORAGE_KEY))
141
- if (saved?.left >= MIN_LEFT) leftWidth.value = saved.left
142
- if (saved?.right >= MIN_RIGHT) rightWidth.value = saved.right
143
- } catch {}
144
-
145
- function persistWidths() {
146
- localStorage.setItem(STORAGE_KEY, JSON.stringify({ left: leftWidth.value, right: rightWidth.value }))
147
- }
148
-
149
- function startDragLeft(e) {
150
- e.preventDefault()
151
- isDragging.value = true
152
- const startX = e.clientX
153
- const startW = leftWidth.value
154
- const onMove = (ev) => {
155
- const delta = ev.clientX - startX
156
- leftWidth.value = Math.max(MIN_LEFT, startW + delta)
157
- }
158
- const onUp = () => {
159
- window.removeEventListener('mousemove', onMove)
160
- window.removeEventListener('mouseup', onUp)
161
- isDragging.value = false
162
- persistWidths()
163
- }
164
- window.addEventListener('mousemove', onMove)
165
- window.addEventListener('mouseup', onUp)
166
- }
167
-
168
- function startDragRight(e) {
169
- e.preventDefault()
170
- isDragging.value = true
171
- const startX = e.clientX
172
- const startW = rightWidth.value
173
- const onMove = (ev) => {
174
- const delta = startX - ev.clientX
175
- rightWidth.value = Math.max(MIN_RIGHT, startW + delta)
176
- }
177
- const onUp = () => {
178
- window.removeEventListener('mousemove', onMove)
179
- window.removeEventListener('mouseup', onUp)
180
- isDragging.value = false
181
- persistWidths()
182
- }
183
- window.addEventListener('mousemove', onMove)
184
- window.addEventListener('mouseup', onUp)
185
- }
186
-
187
- // Keyboard shortcuts
188
- useDashboardKeyboard({
189
- onOpenCommandPalette: () => { isCommandPaletteOpen.value = true },
190
- onClose: () => {
191
- if (isCommandPaletteOpen.value) {
192
- isCommandPaletteOpen.value = false
193
- } else if (dashboard.state.activeStep) {
194
- dashboard.state.activeStep = null
195
- } else {
196
- dashboard.closePanel()
197
- }
198
- }
199
- })
200
-
201
- // WebSocket event handlers
202
- onMounted(() => {
203
- ws.on('projects:init', (projects) => { dashboard.updateProjects(projects) })
204
- ws.on('projects:updated', (projects) => { dashboard.updateProjects(projects) })
205
- ws.on('cli:output', (data) => {
206
- if (data.projectName === dashboard.activeProjectName.value) {
207
- dashboard.appendLog(data.output)
208
- }
209
- })
210
- ws.on('cli:complete', (data) => {
211
- if (data.projectName === dashboard.activeProjectName.value) {
212
- dashboard.setExecuting(null)
213
- executionResult.value = { exitCode: data.exitCode, signal: data.signal }
214
- }
215
- })
216
- ws.on('cli:started', (data) => {
217
- if (data.projectName === dashboard.activeProjectName.value) {
218
- dashboard.setExecuting(data.projectName)
219
- executionResult.value = null
220
- }
221
- })
222
- ws.on('cli:killed', (data) => {
223
- if (data.projectName === dashboard.activeProjectName.value) {
224
- dashboard.setExecuting(null)
225
- executionResult.value = { exitCode: -1, signal: 'SIGTERM' }
226
- }
227
- })
228
- ws.on('scan:paths', (paths) => { scanPaths.value = paths })
229
- ws.on('docs:tree', (docs) => { dashboard.updateDocs(docs) })
230
- })
231
-
232
- function handleSelectProject(project) {
233
- dashboard.selectProject(project)
234
- dashboard.selectDocFile(null)
235
- dashboard.setDocContent('')
236
- // Request docs for this project
237
- if (project?.path) {
238
- ws.send({ type: 'docs:get', data: { projectPath: project.path } })
239
- }
240
- }
241
- function handleSelectStage({ project, stage }) { dashboard.selectProject(project) }
242
- function handleSelectStep(step) { dashboard.selectStep(step) }
243
- function handleSwitchTab(tab) { dashboard.setActiveTab(tab) }
244
- function handleSelectDocFile(file) {
245
- dashboard.selectDocFile(file)
246
- dashboard.setDocLoading(true)
247
- // Fetch doc content via REST API
248
- fetch(`/api/docs/content?path=${encodeURIComponent(file.path)}`)
249
- .then(r => r.ok ? r.text() : '')
250
- .then(content => {
251
- dashboard.setDocContent(content)
252
- dashboard.setDocLoading(false)
253
- })
254
- .catch(() => {
255
- dashboard.setDocContent('')
256
- dashboard.setDocLoading(false)
257
- })
258
- }
259
- function handleExecute() {
260
- const projectName = dashboard.activeProjectName.value
261
- if (!projectName) return
262
- dashboard.clearLogs()
263
- ws.send({ type: 'cli:execute', data: { projectName, command: 'next' } })
264
- }
265
- function handleKill() {
266
- const projectName = dashboard.activeProjectName.value
267
- if (!projectName) return
268
- ws.send({ type: 'cli:kill', data: { projectName } })
269
- }
270
- function handleAddScanPath(path) {
271
- ws.send({ type: 'scan:add-path', data: { path } })
272
- }
273
- function handleRemoveScanPath(path) {
274
- ws.send({ type: 'scan:remove-path', data: { path } })
275
- }
276
-
277
- async function handleShowDetail(type) {
278
- const project = dashboard.state.activeProject
279
- if (!project?.path) return
280
- detailType.value = type
281
- detailData.value = null
282
- dashboard.openPanel()
283
- try {
284
- const url = `/api/projects/${encodeURIComponent(project.path)}/detail?type=${type}`
285
- const res = await fetch(url)
286
- if (res.ok) detailData.value = await res.json()
287
- } catch {}
288
- }
289
-
290
- function handleDetailClose() {
291
- detailType.value = null
292
- detailData.value = null
293
- dashboard.closePanel()
294
- }
295
-
296
- function handleOpenDocFromDetail(file) {
297
- detailType.value = null
298
- detailData.value = null
299
- dashboard.setActiveTab('docs')
300
- handleSelectDocFile(file)
301
- }
302
-
303
- const themeOverrides = {
304
- common: {
305
- primaryColor: '#D97706',
306
- primaryColorHover: '#F59E0B',
307
- primaryColorPressed: '#B45309',
308
- borderRadius: '6px',
309
- fontFamily: 'DM Sans, sans-serif',
310
- fontFamilyMono: 'JetBrains Mono, monospace'
311
- }
312
- }
313
- </script>
314
-
315
- <style>
316
- * { margin: 0; padding: 0; box-sizing: border-box; }
317
-
318
- body {
319
- font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
320
- -webkit-font-smoothing: antialiased;
321
- -moz-osx-font-smoothing: grayscale;
322
- }
323
-
324
- #app { width: 100vw; height: 100vh; overflow: hidden; }
325
- </style>
1
+ <template>
2
+ <n-config-provider :theme-overrides="themeOverrides">
3
+ <div class="h-screen w-screen flex flex-col overflow-hidden font-[DM_Sans,sans-serif] relative" style="background-color: #F5F5F7;">
4
+ <!-- Ambient background -->
5
+ <div class="absolute inset-0 pointer-events-none" style="background: radial-gradient(ellipse 60% 40% at 10% 20%, rgba(251,191,36,0.04) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 90% 80%, rgba(251,191,36,0.02) 0%, transparent 70%);" />
6
+
7
+ <!-- 上层:多项目概览区域 -->
8
+ <div
9
+ class="relative overflow-hidden flex-shrink-0"
10
+ :style="{ height: layout.overviewHeight + '%' }"
11
+ >
12
+ <!-- 项目概览 -->
13
+ <ProjectOverview
14
+ :projects="dashboard.state.projects"
15
+ :active-project="dashboard.state.activeProject"
16
+ @select="handleSelectProject"
17
+ />
18
+ </div>
19
+
20
+ <!-- 垂直拖动分割线 -->
21
+ <div
22
+ class="h-[6px] flex-shrink-0 cursor-row-resize hover:bg-[#D97706] active:bg-[#D97706] relative z-20 transition-colors duration-200"
23
+ :class="{ 'bg-[#D97706]': isDragging }"
24
+ style="background: #2A3040;"
25
+ @mousedown="startDragVertical"
26
+ >
27
+ <div class="absolute inset-0 flex items-center justify-center pointer-events-none">
28
+ <div class="w-10 h-1 bg-white/30 rounded-full"></div>
29
+ </div>
30
+ </div>
31
+
32
+ <!-- 下层:详情区域 -->
33
+ <div class="flex-1 overflow-hidden flex flex-col">
34
+ <!-- 详情内容 -->
35
+ <div class="flex-1 flex overflow-hidden">
36
+ <!-- 左栏:项目信息 -->
37
+ <div
38
+ class="detail-column flex-shrink-0 bg-white overflow-hidden"
39
+ :style="{ width: layout.columnWidths[0] + '%', minWidth: '150px' }"
40
+ :class="{ 'fade-in': projectSwitched }"
41
+ >
42
+ <div v-if="activeProject" class="project-info">
43
+ <div class="detail-section-title">项目信息</div>
44
+ <div class="detail-item">
45
+ <div class="detail-label">项目名称</div>
46
+ <div class="detail-value">{{ activeProject.name }}</div>
47
+ </div>
48
+ <div class="detail-item">
49
+ <div class="detail-label">路径</div>
50
+ <div class="detail-value detail-path">{{ shortPath }}</div>
51
+ </div>
52
+ <div class="detail-item">
53
+ <div class="detail-label">当前阶段</div>
54
+ <div class="detail-value">{{ currentStageLabel }}</div>
55
+ </div>
56
+ <div class="detail-item">
57
+ <div class="detail-label">进度</div>
58
+ <div class="detail-value">{{ progressLabel }}</div>
59
+ </div>
60
+ </div>
61
+ <div v-else class="text-gray-400 text-sm">选择项目查看详情</div>
62
+ </div>
63
+
64
+ <!-- 水平拖动分割线 1 -->
65
+ <div
66
+ class="w-[4px] flex-shrink-0 cursor-col-resize hover:bg-[#D97706] active:bg-[#D97706] relative z-20 transition-colors duration-200"
67
+ style="background: #E5E7EB;"
68
+ @mousedown="startDragHorizontal(0)"
69
+ ></div>
70
+
71
+ <!-- 中栏:Pipeline -->
72
+ <div
73
+ class="pipeline-column flex-1 bg-white overflow-hidden"
74
+ :style="{ minWidth: '200px' }"
75
+ >
76
+ <PipelineView
77
+ :project="dashboard.state.activeProject"
78
+ :active-step="dashboard.state.activeStep"
79
+ :active-tab="dashboard.state.activeTab"
80
+ :docs="dashboard.state.docs"
81
+ :selected-doc-file="dashboard.state.selectedDocFile"
82
+ :doc-content="dashboard.state.docContent"
83
+ :doc-loading="dashboard.state.docLoading"
84
+ @select-step="handleSelectStep"
85
+ @switch-tab="handleSwitchTab"
86
+ @select-doc-file="handleSelectDocFile"
87
+ />
88
+ </div>
89
+
90
+ <!-- 水平拖动分割线 2 -->
91
+ <div
92
+ class="w-[4px] flex-shrink-0 cursor-col-resize hover:bg-[#D97706] active:bg-[#D97706] relative z-20 transition-colors duration-200"
93
+ style="background: #E5E7EB;"
94
+ @mousedown="startDragHorizontal(1)"
95
+ ></div>
96
+
97
+ <!-- 右栏:日志/详情 -->
98
+ <div
99
+ class="activity-column flex-shrink-0 bg-white overflow-hidden flex flex-col"
100
+ :style="{ width: layout.columnWidths[2] + '%', minWidth: '200px' }"
101
+ >
102
+ <div class="detail-section-title px-4 pt-4">最近活动</div>
103
+ <div class="flex-1 overflow-y-auto px-4 pb-4">
104
+ <div
105
+ v-for="(log, i) in recentLogs"
106
+ :key="i"
107
+ class="log-entry"
108
+ :class="{ success: log.includes('✅'), error: log.includes('❌') }"
109
+ >
110
+ {{ log }}
111
+ </div>
112
+ <div v-if="recentLogs.length === 0" class="text-gray-400 text-sm">暂无活动</div>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Bottom: Action Bar -->
118
+ <ActionBar
119
+ :project="dashboard.state.activeProject"
120
+ :is-executing="dashboard.state.executingProject !== null"
121
+ :execution-result="executionResult"
122
+ @execute="handleExecute"
123
+ @kill="handleKill"
124
+ @open-palette="isCommandPaletteOpen = true"
125
+ />
126
+ </div>
127
+
128
+ <!-- Command Palette Overlay -->
129
+ <CommandPalette
130
+ :is-open="isCommandPaletteOpen"
131
+ :projects="dashboard.state.projects"
132
+ @close="isCommandPaletteOpen = false"
133
+ @select-project="handleSelectProject"
134
+ @select-stage="handleSelectStage"
135
+ />
136
+
137
+ <!-- 尺寸指示器 -->
138
+ <div
139
+ v-if="isDragging"
140
+ class="fixed bottom-5 left-5 bg-black/70 text-white px-3 py-2 rounded text-xs font-mono z-50"
141
+ >
142
+ {{ sizeIndicatorText }}
143
+ </div>
144
+ </div>
145
+ </n-config-provider>
146
+ </template>
147
+
148
+ <script setup>
149
+ import { ref, computed, onMounted } from 'vue'
150
+ import { useWebSocket } from './composables/useWebSocket.js'
151
+ import { useDashboard } from './composables/useDashboard.js'
152
+ import { useLayout } from './composables/useLayout.js'
153
+ import PipelineView from './components/PipelineView.vue'
154
+ import ProjectOverview from './components/ProjectOverview.vue'
155
+ import ActionBar from './components/ActionBar.vue'
156
+ import CommandPalette from './components/CommandPalette.vue'
157
+
158
+ // Composables
159
+ const ws = useWebSocket()
160
+ const dashboard = useDashboard()
161
+ const layoutManager = useLayout()
162
+
163
+ // 解构 layout
164
+ const { layout, isDragging, startDrag, endDrag } = layoutManager
165
+
166
+ // 状态
167
+ const isCommandPaletteOpen = ref(false)
168
+ const executionResult = ref(null)
169
+ const projectSwitched = ref(false)
170
+ const dragState = ref({
171
+ active: false,
172
+ type: null,
173
+ startX: 0,
174
+ startY: 0,
175
+ startValue: 0
176
+ })
177
+
178
+ // 尺寸指示器文本
179
+ const sizeIndicatorText = computed(() => {
180
+ if (dragState.value.type === 'vertical') {
181
+ return `概览 ${Math.round(layout.overviewHeight)}% | 详情 ${Math.round(100 - layout.overviewHeight)}%`
182
+ } else if (dragState.value.type === 'horizontal') {
183
+ return `三栏: ${Math.round(layout.columnWidths[0])}% | ${Math.round(layout.columnWidths[1])}% | ${Math.round(layout.columnWidths[2])}%`
184
+ }
185
+ return ''
186
+ })
187
+
188
+ // 当前项目
189
+ const activeProject = computed(() => dashboard.state.activeProject)
190
+
191
+ // 项目短路径
192
+ const shortPath = computed(() => {
193
+ const path = activeProject.value?.path || ''
194
+ return path.replace(/^\/Users\/[^/]+/, '~')
195
+ })
196
+
197
+ // 当前阶段标签
198
+ const currentStageLabel = computed(() => {
199
+ const stage = activeProject.value?.state?.currentStage
200
+ if (!stage) return '未开始'
201
+ const stageNames = {
202
+ scan: '代码扫描',
203
+ brainstorm: '需求探索',
204
+ plan: '实现计划',
205
+ execute: '波次执行',
206
+ verify: '验证确认',
207
+ archive: '归档变更',
208
+ quick: '快速任务',
209
+ explore: '自由探索'
210
+ }
211
+ return stageNames[stage] || stage
212
+ })
213
+
214
+ // 进度标签
215
+ const progressLabel = computed(() => {
216
+ const progress = activeProject.value?.state?.progress
217
+ if (!progress) return '-'
218
+ const currentStage = activeProject.value?.state?.currentStage
219
+ const stageProgress = currentStage ? progress.stages?.[currentStage] : null
220
+ if (!stageProgress) return '-'
221
+ if (stageProgress.completedSteps !== undefined && stageProgress.steps !== undefined) {
222
+ return `${stageProgress.completedSteps}/${stageProgress.steps} 步骤`
223
+ }
224
+ return stageProgress.status || '-'
225
+ })
226
+
227
+ // 最近日志(最近 10 条)
228
+ const recentLogs = computed(() => {
229
+ const logs = dashboard.state.logs || []
230
+ return logs.slice(-10).reverse()
231
+ })
232
+
233
+ // 垂直拖动(概览 ↔ 详情)
234
+ function startDragVertical(e) {
235
+ e.preventDefault()
236
+ dragState.value = {
237
+ active: true,
238
+ type: 'vertical',
239
+ startY: e.clientY,
240
+ startValue: layout.overviewHeight
241
+ }
242
+ document.body.classList.add('resizing')
243
+ startDrag('vertical')
244
+
245
+ const onMove = (ev) => {
246
+ const deltaY = ev.clientY - dragState.value.startY
247
+ const windowHeight = window.innerHeight
248
+ const deltaPercent = (deltaY / windowHeight) * 100
249
+ const newHeight = dragState.value.startValue + deltaPercent
250
+ layout.overviewHeight = Math.max(15, Math.min(75, newHeight))
251
+ }
252
+
253
+ const onUp = () => {
254
+ document.body.classList.remove('resizing')
255
+ dragState.value.active = false
256
+ dragState.value.type = null
257
+ window.removeEventListener('mousemove', onMove)
258
+ window.removeEventListener('mouseup', onUp)
259
+ endDrag()
260
+ }
261
+
262
+ window.addEventListener('mousemove', onMove)
263
+ window.addEventListener('mouseup', onUp)
264
+ }
265
+
266
+ // 水平拖动(三栏分割)
267
+ function startDragHorizontal(colIndex) {
268
+ return (e) => {
269
+ e.preventDefault()
270
+ dragState.value = {
271
+ active: true,
272
+ type: 'horizontal',
273
+ colIndex,
274
+ startX: e.clientX,
275
+ startWidths: [...layout.columnWidths]
276
+ }
277
+ document.body.classList.add('resizing')
278
+ startDrag('horizontal')
279
+
280
+ const onMove = (ev) => {
281
+ const deltaX = ev.clientX - dragState.value.startX
282
+ const containerWidth = document.querySelector('.flex-1.flex.overflow-hidden').offsetWidth
283
+ const deltaPercent = (deltaX / containerWidth) * 100
284
+
285
+ if (colIndex === 0) {
286
+ // 左栏 中栏
287
+ const newWidth1 = ((dragState.value.startWidths[0] * containerWidth / 100) + deltaX) / containerWidth * 100
288
+ const newWidth2 = ((dragState.value.startWidths[1] * containerWidth / 100) - deltaX) / containerWidth * 100
289
+ if (newWidth1 >= 10 && newWidth2 >= 10) {
290
+ layout.columnWidths[0] = newWidth1
291
+ layout.columnWidths[1] = newWidth2
292
+ }
293
+ } else {
294
+ // 中栏 ↔ 右栏
295
+ const newWidth2 = ((dragState.value.startWidths[1] * containerWidth / 100) + deltaX) / containerWidth * 100
296
+ const newWidth3 = ((dragState.value.startWidths[2] * containerWidth / 100) - deltaX) / containerWidth * 100
297
+ if (newWidth2 >= 10 && newWidth3 >= 10) {
298
+ layout.columnWidths[1] = newWidth2
299
+ layout.columnWidths[2] = newWidth3
300
+ }
301
+ }
302
+ }
303
+
304
+ const onUp = () => {
305
+ document.body.classList.remove('resizing')
306
+ dragState.value.active = false
307
+ dragState.value.type = null
308
+ window.removeEventListener('mousemove', onMove)
309
+ window.removeEventListener('mouseup', onUp)
310
+ endDrag()
311
+ }
312
+
313
+ window.addEventListener('mousemove', onMove)
314
+ window.addEventListener('mouseup', onUp)
315
+ }
316
+ }
317
+
318
+ // WebSocket 事件处理
319
+ onMounted(() => {
320
+ ws.on('projects:init', handleProjectsUpdate)
321
+ ws.on('projects:updated', handleProjectsUpdate)
322
+ ws.on('project:update', (project) => {
323
+ dashboard.updateProject(project)
324
+ })
325
+ ws.on('cli:output', (data) => {
326
+ if (data.projectName === dashboard.activeProjectName.value) {
327
+ dashboard.appendLog(data.output)
328
+ }
329
+ })
330
+ ws.on('cli:complete', (data) => {
331
+ if (data.projectName === dashboard.activeProjectName.value) {
332
+ dashboard.setExecuting(null)
333
+ executionResult.value = { exitCode: data.exitCode, signal: data.signal }
334
+ }
335
+ })
336
+ ws.on('cli:started', (data) => {
337
+ if (data.projectName === dashboard.activeProjectName.value) {
338
+ dashboard.setExecuting(data.projectName)
339
+ executionResult.value = null
340
+ }
341
+ })
342
+ ws.on('cli:killed', (data) => {
343
+ if (data.projectName === dashboard.activeProjectName.value) {
344
+ dashboard.setExecuting(null)
345
+ executionResult.value = { exitCode: -1, signal: 'SIGTERM' }
346
+ }
347
+ })
348
+ ws.on('scan:paths', (paths) => { scanPaths.value = paths })
349
+ ws.on('docs:tree', (docs) => { dashboard.updateDocs(docs) })
350
+ })
351
+
352
+ function handleProjectsUpdate(projects) {
353
+ const previousPath = dashboard.activeProjectPath.value
354
+ dashboard.updateProjects(projects)
355
+
356
+ if (!previousPath && dashboard.state.activeProject?.path) {
357
+ ws.send({ type: 'docs:get', data: { projectPath: dashboard.state.activeProject.path } })
358
+ }
359
+ }
360
+
361
+ function handleSelectProject(project) {
362
+ dashboard.selectProject(project)
363
+ dashboard.selectDocFile(null)
364
+ dashboard.setDocContent('')
365
+ // 触发淡入动画
366
+ projectSwitched.value = false
367
+ setTimeout(() => { projectSwitched.value = true }, 10)
368
+ setTimeout(() => { projectSwitched.value = false }, 210)
369
+ if (project?.path) {
370
+ ws.send({ type: 'docs:get', data: { projectPath: project.path } })
371
+ }
372
+ }
373
+
374
+ function handleSelectStage({ project, stage }) { dashboard.selectProject(project) }
375
+ function handleSelectStep(step) { dashboard.selectStep(step) }
376
+ function handleSwitchTab(tab) { dashboard.setActiveTab(tab) }
377
+ function handleSelectDocFile(file) {
378
+ dashboard.selectDocFile(file)
379
+ dashboard.setDocLoading(true)
380
+ fetch(`/api/docs/content?path=${encodeURIComponent(file.path)}`)
381
+ .then(r => r.ok ? r.text() : '')
382
+ .then(content => {
383
+ dashboard.setDocContent(content)
384
+ dashboard.setDocLoading(false)
385
+ })
386
+ .catch(() => {
387
+ dashboard.setDocContent('')
388
+ dashboard.setDocLoading(false)
389
+ })
390
+ }
391
+
392
+ function handleExecute() {
393
+ const projectName = dashboard.activeProjectName.value
394
+ if (!projectName) return
395
+ const progress = dashboard.state.activeProject?.state?.progress
396
+ const stages = ['scan', 'brainstorm', 'plan', 'execute', 'verify', 'archive']
397
+ const currentStage = dashboard.state.activeProject?.state?.currentStage
398
+ || stages.find(stage => progress?.stages?.[stage]?.status !== 'completed')
399
+ || 'scan'
400
+ dashboard.clearLogs()
401
+ ws.send({ type: 'cli:execute', data: { projectName, command: `run ${currentStage}` } })
402
+ }
403
+
404
+ function handleKill() {
405
+ const projectName = dashboard.activeProjectName.value
406
+ if (!projectName) return
407
+ ws.send({ type: 'cli:kill', data: { projectName } })
408
+ }
409
+
410
+ const themeOverrides = {
411
+ common: {
412
+ primaryColor: '#D97706',
413
+ primaryColorHover: '#F59E0B',
414
+ primaryColorPressed: '#B45309',
415
+ borderRadius: '6px',
416
+ fontFamily: 'DM Sans, sans-serif',
417
+ fontFamilyMono: 'JetBrains Mono, monospace'
418
+ }
419
+ }
420
+ </script>
421
+
422
+ <style>
423
+ * { margin: 0; padding: 0; box-sizing: border-box; }
424
+
425
+ body {
426
+ font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
427
+ -webkit-font-smoothing: antialiased;
428
+ -moz-osx-smoothing: grayscale;
429
+ }
430
+
431
+ #app { width: 100vw; height: 100vh; overflow: hidden; min-width: 0; }
432
+
433
+ /* 拖动时禁用选择 */
434
+ body.resizing {
435
+ user-select: none;
436
+ }
437
+ body.resizing * {
438
+ cursor: inherit !important;
439
+ }
440
+
441
+ /* 响应式:小窗口时调整布局 */
442
+ @media (max-width: 1280px) {
443
+ .detail-section-title {
444
+ font-size: 11px;
445
+ }
446
+ .detail-value {
447
+ font-size: 13px;
448
+ }
449
+ .log-entry {
450
+ font-size: 11px;
451
+ }
452
+ }
453
+
454
+ /* 项目信息样式 */
455
+ .detail-column,
456
+ .activity-column {
457
+ padding: 18px 20px;
458
+ }
459
+
460
+ .pipeline-column {
461
+ border-left: 1px solid #EEF0F4;
462
+ border-right: 1px solid #EEF0F4;
463
+ }
464
+
465
+ .pipeline-column > * {
466
+ min-width: 0;
467
+ padding-left: 18px;
468
+ padding-right: 18px;
469
+ }
470
+
471
+ .activity-column {
472
+ gap: 12px;
473
+ }
474
+
475
+ .activity-column .detail-section-title {
476
+ padding: 0;
477
+ margin-bottom: 0;
478
+ }
479
+
480
+ .activity-column > .flex-1 {
481
+ padding: 0;
482
+ }
483
+
484
+ .project-info {
485
+ min-width: 0;
486
+ }
487
+
488
+ .detail-section-title {
489
+ font-size: 12px;
490
+ font-weight: 600;
491
+ color: #9CA3AF;
492
+ text-transform: uppercase;
493
+ margin-bottom: 12px;
494
+ }
495
+
496
+ .detail-item {
497
+ margin-bottom: 16px;
498
+ }
499
+
500
+ .detail-label {
501
+ font-size: 11px;
502
+ color: #9CA3AF;
503
+ margin-bottom: 4px;
504
+ }
505
+
506
+ .detail-value {
507
+ font-size: 14px;
508
+ color: #1A1A1A;
509
+ font-weight: 500;
510
+ min-width: 0;
511
+ overflow-wrap: anywhere;
512
+ word-break: break-word;
513
+ line-height: 1.45;
514
+ }
515
+
516
+ .detail-path {
517
+ font-size: 12px;
518
+ font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
519
+ white-space: normal;
520
+ }
521
+
522
+ /* 日志条目样式 */
523
+ .log-entry {
524
+ font-family: 'JetBrains Mono', monospace;
525
+ font-size: 12px;
526
+ padding: 8px;
527
+ background: #F9FAFB;
528
+ border-radius: 4px;
529
+ margin-bottom: 8px;
530
+ color: #374151;
531
+ }
532
+
533
+ .log-entry.success {
534
+ color: #047857;
535
+ background: #D1FAE5;
536
+ }
537
+
538
+ .log-entry.error {
539
+ color: #DC2626;
540
+ background: #FEE2E2;
541
+ }
542
+
543
+ /* 淡入动画 */
544
+ .fade-in {
545
+ animation: fadeIn 0.2s ease-out;
546
+ }
547
+
548
+ @keyframes fadeIn {
549
+ from {
550
+ opacity: 0;
551
+ transform: translateY(4px);
552
+ }
553
+ to {
554
+ opacity: 1;
555
+ transform: translateY(0);
556
+ }
557
+ }
558
+ </style>