diff --git a/LOST_FUNCTIONALITY_ANALYSIS.md b/docs/development/LOST_FUNCTIONALITY_ANALYSIS.md similarity index 100% rename from LOST_FUNCTIONALITY_ANALYSIS.md rename to docs/development/LOST_FUNCTIONALITY_ANALYSIS.md diff --git a/TDD_COMPLIANCE_REPORT.md b/docs/development/TDD_COMPLIANCE_REPORT.md similarity index 100% rename from TDD_COMPLIANCE_REPORT.md rename to docs/development/TDD_COMPLIANCE_REPORT.md diff --git a/UserInterfaceFramework.md b/docs/development/UserInterfaceFramework.md similarity index 100% rename from UserInterfaceFramework.md rename to docs/development/UserInterfaceFramework.md diff --git a/history/javascript-dev-tests/README.md b/history/javascript-dev-tests/README.md index 85a0906d..525a113b 100644 --- a/history/javascript-dev-tests/README.md +++ b/history/javascript-dev-tests/README.md @@ -64,6 +64,9 @@ These files were **development artifacts** from the JavaScript UI framework deve - `demo_clean_editor.html` - Clean section editor demonstration - `test_dom_integration.html` - DOM integration testing page +#### **Obsolete Documentation (1 file)** +- `TEST_ENVIRONMENT.md` - Manual testing environment documentation (replaced by automated testing) + ## 🔄 **Replacement with Automated Tests** These manual development files have been **replaced** with proper automated Jest test cases in the **testdrive-jsui capability**: diff --git a/TEST_ENVIRONMENT.md b/history/javascript-dev-tests/TEST_ENVIRONMENT.md similarity index 100% rename from TEST_ENVIRONMENT.md rename to history/javascript-dev-tests/TEST_ENVIRONMENT.md