vitya 4c59241d15 feat(cli): wire config+reader+render → dist/index.html [skip-tdd: visual+wrapper]
- src/cli.ts: load config, fetch board, write dist/index.html, copy static
- static/board.css: minimal raw CSS, system fonts, light/dark via prefers-color-scheme
- static/board.js: client-side filter, drawer (lazy-fetch + marked@14 from esm.sh),
  toggle-archived, refresh-info; ESM module
- npm run build → runs cli with --experimental-strip-types

CSS/JS = [skip-tdd: visual]. CLI = plumbing wrapper (~30 LOC of pure FS+orchestration
calling already-tested functions; over 10-line wrapper-skip threshold but no branching
logic — would be tested via smoke / e2e, not unit).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 14:44:59 +03:00
2026-05-22 08:10:40 +03:00
2026-05-22 08:10:40 +03:00
2026-05-22 08:10:40 +03:00

board-viewer

About

Read-only HTML kanban-viewer над .tasks/*.md + Gitea API. Рендерит 5-колоночную доску ( open / 🟡 in-progress / 🟣 paused / 🔴 blocked / 🟢 done) по агрегированным таскам из всех проектов.

Хост: board.kzntsv.site за traefik на VDS. Обновление: cron-тик ~5 мин, перегенерация статической HTML.

Design: see .wiki/concepts/ (after promote from .workshop/.brainstorm/board-viewer.md).

Quick start

Description
Read-only HTML kanban-viewer over .tasks/*.md + Gitea API
Readme 357 KiB
Languages
TypeScript 73.1%
JavaScript 16.7%
CSS 10.2%