Files
board-viewer/.tasks/board-viewer-readme-emoji-fix.md
vitya 7cebeda219 docs(readme): fix emoji legend + fill quick start [skip-tdd: visual]
closes board-viewer-readme-emoji-fix

- Correct emoji set:  open / 🔴 in-progress / 🟡 paused / 🔵 blocked / 🟢 done
  (was /🟡/🟣/🔴/🟢 — pre-correction set from initial brainstorm)
- Filled TBD Quick start with npm test / typecheck / cli build / serve cmds
- Added Deploy + Architecture sections for new contributors

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 15:39:45 +03:00

1.5 KiB
Raw Permalink Blame History

board-viewer-readme-emoji-fix

Goal

Fix stale emoji legend в README.md. README — первое, что видит человек открывая repo. Сейчас он указывает старый emoji-набор ⚪ 🟡 🟣 🔴 🟢 (с фиолетовым и красным=blocked), который был исправлен mid-stream на корректный ⚪ 🔴 🟡 🔵 🟢 (everywhere else в код-базе).

Найдено в review-checkpoint (board-viewer-review).

Key files

  • README.md строка 5 — "About" с emoji-словарём

Acceptance criteria

  • README.md строка 5 содержит корректный emoji-словарь: ⚪ open / 🔴 in-progress / 🟡 paused / 🔵 blocked / 🟢 done
  • Заодно — заполнить TBD блок "Quick start" одной командой: npx vitest run + node --experimental-strip-types src/cli.ts <auth-toml-path>

Decisions log

  • 2026-05-22: findings зафайлены в review-чекпойнте; severity=major (стартовое впечатление, рассинхрон со всем кодом).

Completed steps

  • README.md emoji legend 🔴🟡🔵🟢 (with correct labels)
  • Quick start блок заполнен: npm install → npm test → npm run typecheck → cli.ts → python -m http.server smoke
  • Добавлен Deploy + Architecture секции (бонус — README был анемичный)

Notes

Trivially small fix — [skip-tdd: visual] (docs).