From 96b6f061f3e2053f6503d5fe97def3b63312c9f5 Mon Sep 17 00:00:00 2001 From: vitya Date: Mon, 4 May 2026 00:34:20 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20update=20task=20board=20=E2=80=94=20Ph?= =?UTF-8?q?ase=201=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .tasks/STATUS.md | 50 ++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 259523d..d947a2e 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -1,54 +1,50 @@ # Task Board -_Updated: 2026-05-03_ +_Updated: 2026-05-04_ -## 🔴 v2-p1-models — Pydantic модели данных (ProviderConfig, RoleConfig, Session и др.) -**Status:** active -**Where I stopped:** Задачи созданы, начинаем с моделей -**Next action:** Создать meeting_room/models.py с Pydantic v2 моделями -**Branch:** main +## 🟢 v2-p1-deps — Обновить зависимости (pydantic, pytest, [web]) +**Status:** done +**Branch:** feat/v2-phase1-core-refactor --- -## 🟡 v2-p1-events — EventEmitter и типы событий -**Status:** ready -**Next action:** Создать meeting_room/events.py +## 🟢 v2-p1-models — Pydantic модели данных (ProviderConfig, RoleConfig, Session и др.) +**Status:** done +**Branch:** feat/v2-phase1-core-refactor --- -## 🟡 v2-p1-api-client — Рефактор APIClient (класс вместо глобалов) -**Status:** ready -**Next action:** Рефакторить meeting_room/api_client.py +## 🟢 v2-p1-events — EventEmitter и типы событий +**Status:** done +**Branch:** feat/v2-phase1-core-refactor --- -## 🟡 v2-p1-tools — Рефактор ToolRegistry (класс, Windows-совместимость) -**Status:** ready -**Next action:** Рефакторить meeting_room/tools.py +## 🟢 v2-p1-api-client — Рефактор APIClient (класс вместо глобалов) +**Status:** done +**Branch:** feat/v2-phase1-core-refactor --- -## 🟡 v2-p1-engine — DiscussionEngine (emit вместо print) -**Status:** ready -**Next action:** Создать meeting_room/engine.py, извлечь из backends/custom/run.py +## 🟢 v2-p1-tools — Рефактор ToolRegistry (класс, Windows-совместимость) +**Status:** done +**Branch:** feat/v2-phase1-core-refactor --- -## 🟡 v2-p1-config-cli — config.py + CLI рефактор + deprecation shim -**Status:** ready -**Next action:** Извлечь config.py из cli.py +## 🟢 v2-p1-engine — DiscussionEngine (emit вместо print) +**Status:** done +**Branch:** feat/v2-phase1-core-refactor --- -## ⚪ v2-p1-deps — Обновить зависимости (pydantic, pytest, [web]) -**Status:** ready -**Next action:** Обновить pyproject.toml и requirements.txt +## 🟢 v2-p1-config-cli — config.py + CLI рефактор + deprecation shim +**Status:** done +**Branch:** feat/v2-phase1-core-refactor ---