Consolidate docs: move design/docs files to docs folder
- Moved DESIGN-GUIDE.md → docs/30-FRONTEND/DESIGN-GUIDE.md - Moved frontend/DESIGN_SYSTEM.md → docs/30-FRONTEND/DESIGN-TOKENS.md - Moved IGNY8-APP.md → docs/00-SYSTEM/IGNY8-APP.md - Moved fixes-kb.md → docs/90-REFERENCE/FIXES-KB.md - Moved FINAL_PRELAUNCH.md → docs/plans/FINAL-PRELAUNCH.md - Updated all references in .rules, README.md, docs/INDEX.md - Updated ESLint plugin documentation comments - Root folder now only contains: .rules, CHANGELOG.md, README.md
This commit is contained in:
36
CHANGELOG.md
36
CHANGELOG.md
@@ -1,7 +1,7 @@
|
||||
# IGNY8 Change Log
|
||||
|
||||
**Current Version:** 1.3.0
|
||||
**Last Updated:** January 1, 2026
|
||||
**Current Version:** 1.3.1
|
||||
**Last Updated:** January 2, 2026
|
||||
|
||||
---
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
| Version | Date | Summary |
|
||||
|---------|------|---------|
|
||||
| 1.3.1 | Jan 2, 2026 | **Design System Consolidation** - Updated .rules with comprehensive design system & component rules, ESLint enforcement |
|
||||
| 1.3.0 | Jan 1, 2026 | **Major** - Automation overhaul, AI provider integrations (Anthropic/Bria), Model Registry, Global Progress tracking, CSS globalization |
|
||||
| 1.2.2 | Dec 28, 2025 | **NEW** - Full notifications page with filtering and bulk actions |
|
||||
| 1.2.1 | Dec 28, 2025 | **Critical Fix** - AI task notifications now working |
|
||||
@@ -32,6 +33,37 @@
|
||||
|
||||
---
|
||||
|
||||
## v1.3.1 - January 2, 2026
|
||||
|
||||
### Design System Consolidation (Pre-Launch Section 1)
|
||||
|
||||
**Updated `.rules` file with comprehensive design system rules:**
|
||||
- Added required doc reading: `COMPONENT-SYSTEM.md` mandatory for frontend work
|
||||
- Added new Project Structure entries: Design Tokens, UI Components, Form Components, Icons paths
|
||||
- Added complete Design System Rules section with color system (6 base colors only)
|
||||
- Added Tailwind color classes allowed/banned list
|
||||
- Added Component Rules section with required component mappings
|
||||
- Added component quick reference with Button, InputField, Badge examples
|
||||
- Added icon rules with import path and sizing guidelines
|
||||
- Expanded coding rules from 14 to 20 rules (split backend/frontend)
|
||||
- Added ESLint check step: `npm run lint` for design system violations
|
||||
- Added comprehensive Don't Do section for frontend violations
|
||||
- Updated Quick Checklist with separate Backend/Frontend sections
|
||||
|
||||
**Updated `DESIGN-GUIDE.md`:**
|
||||
- Added Color System section with 6 base color tokens table
|
||||
- Added Tailwind color utilities documentation (available vs disabled)
|
||||
- Added color usage examples (correct vs wrong)
|
||||
- Updated ESLint rules table with `no-icon-children` rule
|
||||
- Added docker exec command for lint checking
|
||||
- Updated last updated date
|
||||
|
||||
**Updated `frontend/DESIGN_SYSTEM.md`:**
|
||||
- Updated status to "🔒 LOCKED"
|
||||
- Updated last updated date
|
||||
|
||||
---
|
||||
|
||||
## v1.3.0 - January 1, 2026
|
||||
|
||||
### Major Release: Automation Overhaul & AI Provider Integrations
|
||||
|
||||
Reference in New Issue
Block a user