youssefreda9 commited on
Commit
7c2a891
·
1 Parent(s): ebefc09

Cleanup: Archive legacy scripts + phase reports, delete 35 orphaned files

Browse files

Archived to archive/:
- legacy_scripts/: AraSpell.py, Grammer_Rules.py, PuncAra.py, gradio Spelling.py
- phase_reports/: 36 old PHASE_*, VERIFICATION_*, report markdown files
- old_tests/: 19 pre-v2 test scripts and results

Deleted (35 files):
- 16 debug/investigation scripts (inspect_*, verify_*, etc.)
- 9 root-level test files (moved to tests/ or superseded by v2)
- 6 temp data files (audit_*.json, stress_results.json, etc.)
- 4 unused configs (render.yaml, vercel.json, build.py, run_app.py)

Root: 91 files -> 16 files. Zero production code changed.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. AraSpell.py → archive/legacy_scripts/AraSpell.py +0 -0
  2. Grammer_Rules.py → archive/legacy_scripts/Grammer_Rules.py +0 -0
  3. PuncAra.py → archive/legacy_scripts/PuncAra.py +0 -0
  4. gradio Spelling.py → archive/legacy_scripts/gradio Spelling.py +0 -0
  5. {tests → archive/old_tests}/deep_dive_expanded.json +0 -0
  6. {tests → archive/old_tests}/deep_dive_expanded.py +0 -0
  7. {tests → archive/old_tests}/deep_dive_gaps.json +0 -0
  8. {tests → archive/old_tests}/deep_dive_gaps.py +0 -0
  9. {tests → archive/old_tests}/deep_dive_output.json +0 -0
  10. {tests → archive/old_tests}/deep_dive_test.py +0 -0
  11. {tests → archive/old_tests}/gap_filling_results.json +0 -0
  12. {tests → archive/old_tests}/gap_filling_tests.py +0 -0
  13. {tests → archive/old_tests}/phase0_investigation.py +0 -0
  14. {tests → archive/old_tests}/phase0_results.json +0 -0
  15. {tests → archive/old_tests}/phase5_investigation.py +0 -0
  16. {tests → archive/old_tests}/phase5_results.json +0 -0
  17. {tests → archive/old_tests}/phase8_adversarial_audit.py +0 -0
  18. {tests → archive/old_tests}/phase9_results.json +0 -0
  19. {tests → archive/old_tests}/phase9_validation.py +0 -0
  20. {tests → archive/old_tests}/round2_b2_b3_live.json +0 -0
  21. {tests → archive/old_tests}/round2_b2_b3_live.py +0 -0
  22. {tests → archive/old_tests}/round2_live_tests.py +0 -0
  23. {tests → archive/old_tests}/round2_results.json +0 -0
  24. ARCHITECTURAL_ANALYSIS.md → archive/phase_reports/ARCHITECTURAL_ANALYSIS.md +0 -0
  25. DEPLOYMENT_REPORT.md → archive/phase_reports/DEPLOYMENT_REPORT.md +0 -0
  26. EDITOR_REFACTOR_PLAN.md → archive/phase_reports/EDITOR_REFACTOR_PLAN.md +0 -0
  27. EXAMPLE_WALKTHROUGH.md → archive/phase_reports/EXAMPLE_WALKTHROUGH.md +0 -0
  28. FINAL_PRODUCTION_AUDIT.md → archive/phase_reports/FINAL_PRODUCTION_AUDIT.md +0 -0
  29. IMPLEMENTATION_COMPLETE.md → archive/phase_reports/IMPLEMENTATION_COMPLETE.md +0 -0
  30. IMPLEMENTATION_SUMMARY.md → archive/phase_reports/IMPLEMENTATION_SUMMARY.md +0 -0
  31. PHASE_1_COMPLETE_VERIFICATION.md → archive/phase_reports/PHASE_1_COMPLETE_VERIFICATION.md +0 -0
  32. PHASE_1_DELIVERY.md → archive/phase_reports/PHASE_1_DELIVERY.md +0 -0
  33. PHASE_2_DESIGN_PLAN.md → archive/phase_reports/PHASE_2_DESIGN_PLAN.md +0 -0
  34. PHASE_2_STATUS.md → archive/phase_reports/PHASE_2_STATUS.md +0 -0
  35. PHASE_4_COMPLETION_REPORT.md → archive/phase_reports/PHASE_4_COMPLETION_REPORT.md +0 -0
  36. PHASE_4_DOCUMENT_MANAGEMENT.md → archive/phase_reports/PHASE_4_DOCUMENT_MANAGEMENT.md +0 -0
  37. PHASE_4_IMPLEMENTATION_PLAN.md → archive/phase_reports/PHASE_4_IMPLEMENTATION_PLAN.md +0 -0
  38. PHASE_4_RISK_ASSESSMENT.md → archive/phase_reports/PHASE_4_RISK_ASSESSMENT.md +0 -0
  39. PHASE_4_TEST_PLAN.md → archive/phase_reports/PHASE_4_TEST_PLAN.md +0 -0
  40. PHASE_4_VERIFICATION_AUDIT.md → archive/phase_reports/PHASE_4_VERIFICATION_AUDIT.md +0 -0
  41. PHASE_5_AUTHENTICATION_PLAN.md → archive/phase_reports/PHASE_5_AUTHENTICATION_PLAN.md +0 -0
  42. PHASE_5_AUTH_DECISION.md → archive/phase_reports/PHASE_5_AUTH_DECISION.md +0 -0
  43. PHASE_5_COMPLETION_REPORT.md → archive/phase_reports/PHASE_5_COMPLETION_REPORT.md +0 -0
  44. PHASE_5_IMPLEMENTATION_PLAN.md → archive/phase_reports/PHASE_5_IMPLEMENTATION_PLAN.md +0 -0
  45. PHASE_6_IMPLEMENTATION_SUMMARY.md → archive/phase_reports/PHASE_6_IMPLEMENTATION_SUMMARY.md +0 -0
  46. PHASE_6_VERIFICATION_REPORT.md → archive/phase_reports/PHASE_6_VERIFICATION_REPORT.md +0 -0
  47. PHASE_7_COMPLETION_REPORT.md → archive/phase_reports/PHASE_7_COMPLETION_REPORT.md +0 -0
  48. PLAYWRIGHT_TEST_REPORT.md → archive/phase_reports/PLAYWRIGHT_TEST_REPORT.md +0 -0
  49. PROJECT_TECHNICAL_AUDIT.md → archive/phase_reports/PROJECT_TECHNICAL_AUDIT.md +0 -0
  50. REMOVED_AND_MODIFIED_FUNCTIONS.md → archive/phase_reports/REMOVED_AND_MODIFIED_FUNCTIONS.md +0 -0
AraSpell.py → archive/legacy_scripts/AraSpell.py RENAMED
File without changes
Grammer_Rules.py → archive/legacy_scripts/Grammer_Rules.py RENAMED
File without changes
PuncAra.py → archive/legacy_scripts/PuncAra.py RENAMED
File without changes
gradio Spelling.py → archive/legacy_scripts/gradio Spelling.py RENAMED
File without changes
{tests → archive/old_tests}/deep_dive_expanded.json RENAMED
File without changes
{tests → archive/old_tests}/deep_dive_expanded.py RENAMED
File without changes
{tests → archive/old_tests}/deep_dive_gaps.json RENAMED
File without changes
{tests → archive/old_tests}/deep_dive_gaps.py RENAMED
File without changes
{tests → archive/old_tests}/deep_dive_output.json RENAMED
File without changes
{tests → archive/old_tests}/deep_dive_test.py RENAMED
File without changes
{tests → archive/old_tests}/gap_filling_results.json RENAMED
File without changes
{tests → archive/old_tests}/gap_filling_tests.py RENAMED
File without changes
{tests → archive/old_tests}/phase0_investigation.py RENAMED
File without changes
{tests → archive/old_tests}/phase0_results.json RENAMED
File without changes
{tests → archive/old_tests}/phase5_investigation.py RENAMED
File without changes
{tests → archive/old_tests}/phase5_results.json RENAMED
File without changes
{tests → archive/old_tests}/phase8_adversarial_audit.py RENAMED
File without changes
{tests → archive/old_tests}/phase9_results.json RENAMED
File without changes
{tests → archive/old_tests}/phase9_validation.py RENAMED
File without changes
{tests → archive/old_tests}/round2_b2_b3_live.json RENAMED
File without changes
{tests → archive/old_tests}/round2_b2_b3_live.py RENAMED
File without changes
{tests → archive/old_tests}/round2_live_tests.py RENAMED
File without changes
{tests → archive/old_tests}/round2_results.json RENAMED
File without changes
ARCHITECTURAL_ANALYSIS.md → archive/phase_reports/ARCHITECTURAL_ANALYSIS.md RENAMED
File without changes
DEPLOYMENT_REPORT.md → archive/phase_reports/DEPLOYMENT_REPORT.md RENAMED
File without changes
EDITOR_REFACTOR_PLAN.md → archive/phase_reports/EDITOR_REFACTOR_PLAN.md RENAMED
File without changes
EXAMPLE_WALKTHROUGH.md → archive/phase_reports/EXAMPLE_WALKTHROUGH.md RENAMED
File without changes
FINAL_PRODUCTION_AUDIT.md → archive/phase_reports/FINAL_PRODUCTION_AUDIT.md RENAMED
File without changes
IMPLEMENTATION_COMPLETE.md → archive/phase_reports/IMPLEMENTATION_COMPLETE.md RENAMED
File without changes
IMPLEMENTATION_SUMMARY.md → archive/phase_reports/IMPLEMENTATION_SUMMARY.md RENAMED
File without changes
PHASE_1_COMPLETE_VERIFICATION.md → archive/phase_reports/PHASE_1_COMPLETE_VERIFICATION.md RENAMED
File without changes
PHASE_1_DELIVERY.md → archive/phase_reports/PHASE_1_DELIVERY.md RENAMED
File without changes
PHASE_2_DESIGN_PLAN.md → archive/phase_reports/PHASE_2_DESIGN_PLAN.md RENAMED
File without changes
PHASE_2_STATUS.md → archive/phase_reports/PHASE_2_STATUS.md RENAMED
File without changes
PHASE_4_COMPLETION_REPORT.md → archive/phase_reports/PHASE_4_COMPLETION_REPORT.md RENAMED
File without changes
PHASE_4_DOCUMENT_MANAGEMENT.md → archive/phase_reports/PHASE_4_DOCUMENT_MANAGEMENT.md RENAMED
File without changes
PHASE_4_IMPLEMENTATION_PLAN.md → archive/phase_reports/PHASE_4_IMPLEMENTATION_PLAN.md RENAMED
File without changes
PHASE_4_RISK_ASSESSMENT.md → archive/phase_reports/PHASE_4_RISK_ASSESSMENT.md RENAMED
File without changes
PHASE_4_TEST_PLAN.md → archive/phase_reports/PHASE_4_TEST_PLAN.md RENAMED
File without changes
PHASE_4_VERIFICATION_AUDIT.md → archive/phase_reports/PHASE_4_VERIFICATION_AUDIT.md RENAMED
File without changes
PHASE_5_AUTHENTICATION_PLAN.md → archive/phase_reports/PHASE_5_AUTHENTICATION_PLAN.md RENAMED
File without changes
PHASE_5_AUTH_DECISION.md → archive/phase_reports/PHASE_5_AUTH_DECISION.md RENAMED
File without changes
PHASE_5_COMPLETION_REPORT.md → archive/phase_reports/PHASE_5_COMPLETION_REPORT.md RENAMED
File without changes
PHASE_5_IMPLEMENTATION_PLAN.md → archive/phase_reports/PHASE_5_IMPLEMENTATION_PLAN.md RENAMED
File without changes
PHASE_6_IMPLEMENTATION_SUMMARY.md → archive/phase_reports/PHASE_6_IMPLEMENTATION_SUMMARY.md RENAMED
File without changes
PHASE_6_VERIFICATION_REPORT.md → archive/phase_reports/PHASE_6_VERIFICATION_REPORT.md RENAMED
File without changes
PHASE_7_COMPLETION_REPORT.md → archive/phase_reports/PHASE_7_COMPLETION_REPORT.md RENAMED
File without changes
PLAYWRIGHT_TEST_REPORT.md → archive/phase_reports/PLAYWRIGHT_TEST_REPORT.md RENAMED
File without changes
PROJECT_TECHNICAL_AUDIT.md → archive/phase_reports/PROJECT_TECHNICAL_AUDIT.md RENAMED
File without changes
REMOVED_AND_MODIFIED_FUNCTIONS.md → archive/phase_reports/REMOVED_AND_MODIFIED_FUNCTIONS.md RENAMED
File without changes