Skip to content

Commit 87a8d8d

Browse files
xronocodeqwencoder
andcommitted
DOCS. (cleanup) Archive obsolete documentation and update INDEX
Cleanup: - Archived 20 obsolete PRD and review files to docs/_archive_obsolete/ - Updated docs/INDEX.md with new structure - Added refactoring section reference - Removed historical migration signoff Impact: - Documentation bloat reduced: 82 → 62 files (24% reduction) - Clearer organization with active vs archived docs - INDEX.md now references current analysis documents Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 9fec3de commit 87a8d8d

26 files changed

+9
-2056
lines changed

.DS_Store

0 Bytes
Binary file not shown.

apps/.DS_Store

0 Bytes
Binary file not shown.

apps/mobile_flutter/ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
**/DerivedData/
1212
Icon?
1313
**/Pods/
14+
**/build/
1415
**/.symlinks/
1516
profile
1617
xcuserdata

docs/.DS_Store

0 Bytes
Binary file not shown.

docs/INDEX.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MathMagic Documentation Index
22

3-
> **Last Updated**: 2025-06-17
4-
> **Version**: 1.0
5-
> **Status**: Production Ready
3+
> **Last Updated**: 2026-02-18
4+
> **Version**: 2.0
5+
> **Status**: Active Development — Phase 6 (Riverpod Migration)
66
77
---
88

@@ -13,6 +13,8 @@
1313
| **Project Backbone** | [overview/project-backbone.md](overview/project-backbone.md) | Central hub for project information |
1414
| **Getting Started** | [overview/project-backbone.md#getting-started](overview/project-backbone.md) | Setup and onboarding guide |
1515
| **Technical Debt** | [todos-debts/sprint-planning.md](todos-debts/sprint-planning.md) | Current debt status and planning |
16+
| **Frontend-Backend Gaps** | [refactoring/2026-02-15_frontend-backend-gaps.md](refactoring/2026-02-15_frontend-backend-gaps.md) | Integration audit |
17+
| **AGENTS.md** | [../AGENTS.md](../AGENTS.md) | AI agent instructions |
1618

1719
---
1820

@@ -26,7 +28,9 @@ docs/
2628
├── todos-debts/ # Technical debt tracking
2729
├── standards/ # Development standards
2830
├── operations/ # Operations and runbooks
29-
└── prd/ # Product requirements (archived)
31+
├── refactoring/ # Code reviews and gap analysis
32+
├── prd/ # Active product requirements
33+
└── _archive_obsolete/ # Archived/obsolete documents
3034
```
3135

3236
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)