fix: 修复部署v0.1.64 - SmartEditPlanGenerator迁移 + 移除workspaces死路由 #45

Merged
xiaoxia merged 2 commits from fix/deployment-v0.1.64-hotfix into develop 2026-06-27 12:44:38 +08:00
Owner

修复内容

  1. SmartEditPlanGenerator迁移到domain层 - PR#44遗留问题,route文件引用了不存在的类
  2. 移除workspaces死路由 - PR#42删除了workspaces模块但router.py仍引用

修复的崩溃

  • ImportError: cannot import name SmartEditPlanGenerator
  • ModuleNotFoundError: No module named app.api.routes.workspaces

验证

## 修复内容 1. **SmartEditPlanGenerator迁移到domain层** - PR#44遗留问题,route文件引用了不存在的类 2. **移除workspaces死路由** - PR#42删除了workspaces模块但router.py仍引用 ## 修复的崩溃 - `ImportError: cannot import name SmartEditPlanGenerator` - `ModuleNotFoundError: No module named app.api.routes.workspaces` ## 验证 - API容器已healthy运行 - 外部API https://saas-api.xiaoxiajianji.com/health 正常响应
xiaoxia added 2 commits 2026-06-27 12:44:19 +08:00
fix: move SmartEditPlanGenerator to domain layer, remove dead workspaces route
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
4068a91413
xiaoxia scheduled this pull request to auto merge when all checks succeed 2026-06-27 12:44:26 +08:00
xiaoxia merged commit 3f384fa8f9 into develop 2026-06-27 12:44:38 +08:00
Sign in to join this conversation.