Remove obsolete migration and workflow files; delete Site Builder Wizard references and related components. Update documentation to reflect the removal of the WorkflowState model and streamline the site building process.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-21 00:59:34 +00:00
parent 6bb918bad6
commit c8adfe06d1
23 changed files with 1914 additions and 3493 deletions

View File

@@ -139,30 +139,23 @@ Each entry must include:
### Documentation Files Structure
```
docs/
master-docs/ # Master documentation (permanent reference)
├── 00-DOCUMENTATION-MANAGEMENT.md # This file (management guide)
├── 01-TECH-STACK-AND-INFRASTRUCTURE.md
├── 02-APPLICATION-ARCHITECTURE.md
├── 03-FRONTEND-ARCHITECTURE.md
├── 04-BACKEND-IMPLEMENTATION.md
├── 05-AI-FRAMEWORK-IMPLEMENTATION.md
├── 06-FUNCTIONAL-BUSINESS-LOGIC.md
├── 06-FUNCTIONAL-BUSINESS-LOGIC.md # Includes complete workflow documentation
├── API-COMPLETE-REFERENCE.md
── WORDPRESS-PLUGIN-INTEGRATION.md
├── planning/ # Architecture & implementation planning
│ ├── IGNY8-HOLISTIC-ARCHITECTURE-PLAN.md
│ ├── IGNY8-IMPLEMENTATION-PLAN.md
│ ├── Igny8-phase-2-plan.md
│ ├── CONTENT-WORKFLOW-DIAGRAM.md
│ ├── ARCHITECTURE_CONTEXT.md
│ └── sample-usage-limits-credit-system
└── refactor/ # Refactoring plans and documentation
├── README.md
├── routes/
├── folder-structure/
└── migrations/
── WORDPRESS-PLUGIN-INTEGRATION.md
active-workflow-docs/ # Current state and active work (single file)
└── CURRENT_WORKFLOW_STATUS.md # Single source of truth for current system state
```
**Note:** The `refactor-plan/` folder has been removed after consolidating relevant content into master docs.
### Documentation Update Checklist
- [ ] Identify which documentation file(s) need updating
@@ -405,7 +398,7 @@ This system is finalized and should not be changed without explicit user approva
---
**Last Updated:** 2025-01-XX
**Last Updated:** 2025-01-XX (Documentation structure updated)
**Version:** 1.0.0
**Status:** Locked