Commit b639660
fix(ci): find DMG by type f in dmg/ subdirectory (#246)
* chore: 删除Desktop死代码DiffReviewPanel副本+取消shared DiffReviewPanel注释
- 删除app/desktop/src/components/DiffReviewPanel.tsx和.module.css(shared已有)
- 取消shared/ui/index.ts中DiffReviewPanel的注释导出
- RunDetail.tsx改为从@shared/ui统一导入
- shadcn/ui审计:代码中无shadcn/radix-ui依赖,仅agentTemplates中一处文案引用
* chore: Skeleton迁移到shared/ui + LoginForm死代码删除
- Skeleton.tsx从desktop/web重复副本迁移到@shared/ui
- 更新App.tsx/MainView.tsx三处import指向@shared/ui
- 删除LoginForm.module.css两个死代码副本(无任何组件引用)
- 删除desktop/web两端旧Skeleton副本
* chore: 删除7个残留旧目录 + 清理reference散文件
- 删除docs/inbox, docs/research, docs/review, docs/handoff, docs/roadmaps, docs/guides(已迁移内容至新目录)
- 删除docs/reference/cross-comparison(已迁移至competitive/)
- reference下散文件移至technical/
- 新一轮深度审查完成:Tauri(6/10), i18n(8/10), Edge安全(4/10)
* chore: reference目录整理 - 散文件归入technical/ + 删除残余子目录
- 22个竞品/技术文档从reference/根目录移入reference/technical/
- 删除reference/planning, reference/web-research, reference/codex残余目录
- reference根目录仅保留README, REPORT-TEMPLATE, competitive/, projects/, technical/
* chore: 删除architecture旧副本和reference散文件
- 删除docs/architecture下旧副本(implementation-guide/product-requirements/system-architecture),已在system-design/下
- 删除docs/architecture/decisions+design旧目录,已在technical-decisions+component-design下
- 删除docs/reference/README.md+REPORT-TEMPLATE.md散文件
- 删除docs/roadmap.md+governance-execution.md散文件
- docs根目录最终结构:14个目录,干净整洁
* fix(ci): find DMG by type f in dmg/ subdirectory
The find with -o matched the .app directory first, causing cp to fail
with "is a directory". Now searches only in the dmg/ subdirectory with
-type f.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent d631722 commit b639660
116 files changed
Lines changed: 10 additions & 31178 deletions
File tree
- .github/workflows
- app
- desktop/src
- components
- views
- web/src
- components
- views
- docs
- architecture
- decisions
- design
- guides
- handoff
- inbox
- reference
- codex
- cross-comparison
- planning
- web-research
- research
- review
- roadmaps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments