b5add6e402
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 191h48m18s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 191h48m20s
Deploy / Deploy Staging (push) Failing after 191h50m54s
CI/CD Pipeline / Frontend Lint (push) Failing after 191h51m34s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 191h51m40s
- 新增 EditTemplate 领域实体(六边形架构,@dataclass) - 新增 EditPlan 领域实体(含状态机:draft→editing→rendering→completed/failed) - 更新 EditTemplateModel ORM 模型(Phase 8 新 schema) - 新增 EditPlanModel ORM 模型 - 新增 SQLAlchemyEditTemplateRepository(CRUD + list_active) - 新增 SQLAlchemyEditPlanRepository(CRUD + list_by_template) - 新增 Alembic 迁移 016:ALTER edit_templates + CREATE edit_plans - 新增 14 个单元测试(全部通过) - 更新 domain/__init__.py 和 adapters/__init__.py 导出