mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
0d10b0255d
- 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