chore: update task board — Phase 1 complete
All 7 Phase 1 tasks done: - deps: pydantic, pytest, [web] optional deps - models: Pydantic v2 data models - events: EventEmitter + event types - api-client: APIClient class refactor - tools: ToolRegistry class + Windows compat - engine: DiscussionEngine with event-driven architecture - config-cli: config.py extraction + CLI refactor Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,54 +1,50 @@
|
|||||||
# Task Board
|
# Task Board
|
||||||
_Updated: 2026-05-03_
|
_Updated: 2026-05-04_
|
||||||
|
|
||||||
## 🔴 v2-p1-models — Pydantic модели данных (ProviderConfig, RoleConfig, Session и др.)
|
## 🟢 v2-p1-deps — Обновить зависимости (pydantic, pytest, [web])
|
||||||
**Status:** active
|
**Status:** done
|
||||||
**Where I stopped:** Задачи созданы, начинаем с моделей
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
**Next action:** Создать meeting_room/models.py с Pydantic v2 моделями
|
|
||||||
**Branch:** main
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🟡 v2-p1-events — EventEmitter и типы событий
|
## 🟢 v2-p1-models — Pydantic модели данных (ProviderConfig, RoleConfig, Session и др.)
|
||||||
**Status:** ready
|
**Status:** done
|
||||||
**Next action:** Создать meeting_room/events.py
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🟡 v2-p1-api-client — Рефактор APIClient (класс вместо глобалов)
|
## 🟢 v2-p1-events — EventEmitter и типы событий
|
||||||
**Status:** ready
|
**Status:** done
|
||||||
**Next action:** Рефакторить meeting_room/api_client.py
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🟡 v2-p1-tools — Рефактор ToolRegistry (класс, Windows-совместимость)
|
## 🟢 v2-p1-api-client — Рефактор APIClient (класс вместо глобалов)
|
||||||
**Status:** ready
|
**Status:** done
|
||||||
**Next action:** Рефакторить meeting_room/tools.py
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🟡 v2-p1-engine — DiscussionEngine (emit вместо print)
|
## 🟢 v2-p1-tools — Рефактор ToolRegistry (класс, Windows-совместимость)
|
||||||
**Status:** ready
|
**Status:** done
|
||||||
**Next action:** Создать meeting_room/engine.py, извлечь из backends/custom/run.py
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🟡 v2-p1-config-cli — config.py + CLI рефактор + deprecation shim
|
## 🟢 v2-p1-engine — DiscussionEngine (emit вместо print)
|
||||||
**Status:** ready
|
**Status:** done
|
||||||
**Next action:** Извлечь config.py из cli.py
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⚪ v2-p1-deps — Обновить зависимости (pydantic, pytest, [web])
|
## 🟢 v2-p1-config-cli — config.py + CLI рефактор + deprecation shim
|
||||||
**Status:** ready
|
**Status:** done
|
||||||
**Next action:** Обновить pyproject.toml и requirements.txt
|
**Branch:** feat/v2-phase1-core-refactor
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Фаза 2 (Web-сервер) задачи будут добавлены после завершения Фазы 1
|
Фаза 1 завершена! Фаза 2 (Web-сервер) задачи будут добавлены.
|
||||||
Фаза 3 (Интерактивность) задачи будут добавлены после Фазы 2
|
|
||||||
Фаза 4 (Артефакты) задачи будут добавлены после Фазы 3
|
|
||||||
|
|
||||||
Статусы:
|
Статусы:
|
||||||
🔴 Active — только одна одновременно
|
🔴 Active — только одна одновременно
|
||||||
|
|||||||
Reference in New Issue
Block a user