From 76a3df853b614071f5aba7b278bdc29af79350de Mon Sep 17 00:00:00 2001 From: vitya Date: Thu, 11 Jun 2026 10:26:18 +0300 Subject: [PATCH] feat(tasks): init canonical task board --- .tasks/STATUS.md | 81 ++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 62 deletions(-) diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 2e23942..b04286e 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -1,68 +1,25 @@ # Task Board -_Updated: 2026-05-06_ +_Updated: 2026-06-11_ -Per-task deep context lives in `.tasks/.md` (created on demand by `using-tasks`). + - ---- - -## 🟡 [factory-l1-design] — L1 — Go-бинарь `factory` + `factory.yaml` manifest schema. - -**Что сделано:** -- ✅ `factory.yaml` schema (components, deps, health-checks) -- ✅ Go project structure: cmd/factory, pkg/config/manifest/health -- ✅ CLI commands: install/update/status/diagnose (cobra) -- ⏳ Build отложен — нет go на текущей машине -- ⏳ Cross-compile скрипт для VM - -**Status:** paused (build на VM) -**Next action:** Создать build.sh + build.ps1 для cross-compile на Linux VM -**Branch:** n/a - - ---- - -## ⚪ [factory-l1-vm-test] — Integration test на чистой VM. - -**Что нужно:** -1. Поднять Linux VM (干净) -2. Установить go, clone .factory -3. `go build` + cross-compile (Win/Mac/Linux × amd64/arm64) -4. Прогнать `factory status` на текущей машине -5. Прогнать L0b bootstrap на новой VM - -**Status:** 🟡 paused -**Next action:** Запустить VM, прогон build.sh → test L0b + L1 -**Branch:** master (561a7fd) - ---- - -## 🟢 [factory-yaml-mcp-subdir-schema] — Bug: `interns-mcp` и `projects-meta-mcp` описаны как standalone git-репы, но реально — поддиректории `.common`. Фикс: drop `source`, bump v0.2.0. - -**Status:** done -**Where I stopped:** Committed cb9f6b0, all acceptance criteria met -**Next action:** n/a -**Branch:** master (cb9f6b0) - - ---- + Status legend: + 🔴 Active — only one at a time + 🟡 Paused — in progress, resumable + ⚪ Ready — defined, not started + 🟢 Done — kept until merged + 🔵 Blocked — waiting on external input +--> \ No newline at end of file