mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
- Standardize plan file structure (PLAN_TEMPLATE.md): Title → Preface → Context → Spec → Design → Implementation → Checklist - Rewrite all 24 plan prefaces in natural, action-focused language with markdown support - Add update-plans-data.ts script: extracts top 5 open + 5 done plans from plans/ directory - Add PlansCard React component with markdown rendering (react-markdown) - Integrate PlansCard into dashboard (below activity heatmap) - Add usePlansCache hook with 5-minute localStorage cache - Add update-plans-data.yml GitHub Actions workflow (hourly trigger) - Install react-markdown dependency for markdown-in-JSON rendering - Update npm scripts: prebuild and update:plans