From 874b70726dde9cd90150c8083f61f439ab1e18e7 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 24 Jan 2026 21:26:03 +0800 Subject: [PATCH] chore: archive unused test scripts and temporary documents - Moved 6 empty test files (*.test.ts) to archive/ - Moved 5 Python test scripts (*.py) to archive/ - Moved 5 outdated/temporary documents to archive/ - Cleaned up root directory for better organization --- 1.18.0 => archive/1.18.0 | 0 .../IMPLEMENTATION_COMPLETION_REPORT.md | 0 IMPLEMENTATION_SUMMARY.md => archive/IMPLEMENTATION_SUMMARY.md | 0 .../PACKAGE_NAME_FIX_SUMMARY.md | 0 benchmark_search.py => archive/benchmark_search.py | 0 codex_prompt.md => archive/codex_prompt.md | 0 compare_reranker.py => archive/compare_reranker.py | 0 compare_search.py => archive/compare_search.py | 0 gemini-workflow.test.ts => archive/gemini-workflow.test.ts | 0 .../multi-tool-workflow.test.ts | 0 orchestration.test.ts => archive/orchestration.test.ts | 0 refactor_temp.py => archive/refactor_temp.py | 0 .../test_embeddings_improvements.py | 0 .../ui-generate-preview.visual.test.ts | 0 .../ui-instantiate-prototypes.visual.test.ts | 0 visual-tester.test.ts => archive/visual-tester.test.ts | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename 1.18.0 => archive/1.18.0 (100%) rename IMPLEMENTATION_COMPLETION_REPORT.md => archive/IMPLEMENTATION_COMPLETION_REPORT.md (100%) rename IMPLEMENTATION_SUMMARY.md => archive/IMPLEMENTATION_SUMMARY.md (100%) rename PACKAGE_NAME_FIX_SUMMARY.md => archive/PACKAGE_NAME_FIX_SUMMARY.md (100%) rename benchmark_search.py => archive/benchmark_search.py (100%) rename codex_prompt.md => archive/codex_prompt.md (100%) rename compare_reranker.py => archive/compare_reranker.py (100%) rename compare_search.py => archive/compare_search.py (100%) rename gemini-workflow.test.ts => archive/gemini-workflow.test.ts (100%) rename multi-tool-workflow.test.ts => archive/multi-tool-workflow.test.ts (100%) rename orchestration.test.ts => archive/orchestration.test.ts (100%) rename refactor_temp.py => archive/refactor_temp.py (100%) rename test_embeddings_improvements.py => archive/test_embeddings_improvements.py (100%) rename ui-generate-preview.visual.test.ts => archive/ui-generate-preview.visual.test.ts (100%) rename ui-instantiate-prototypes.visual.test.ts => archive/ui-instantiate-prototypes.visual.test.ts (100%) rename visual-tester.test.ts => archive/visual-tester.test.ts (100%) diff --git a/1.18.0 b/archive/1.18.0 similarity index 100% rename from 1.18.0 rename to archive/1.18.0 diff --git a/IMPLEMENTATION_COMPLETION_REPORT.md b/archive/IMPLEMENTATION_COMPLETION_REPORT.md similarity index 100% rename from IMPLEMENTATION_COMPLETION_REPORT.md rename to archive/IMPLEMENTATION_COMPLETION_REPORT.md diff --git a/IMPLEMENTATION_SUMMARY.md b/archive/IMPLEMENTATION_SUMMARY.md similarity index 100% rename from IMPLEMENTATION_SUMMARY.md rename to archive/IMPLEMENTATION_SUMMARY.md diff --git a/PACKAGE_NAME_FIX_SUMMARY.md b/archive/PACKAGE_NAME_FIX_SUMMARY.md similarity index 100% rename from PACKAGE_NAME_FIX_SUMMARY.md rename to archive/PACKAGE_NAME_FIX_SUMMARY.md diff --git a/benchmark_search.py b/archive/benchmark_search.py similarity index 100% rename from benchmark_search.py rename to archive/benchmark_search.py diff --git a/codex_prompt.md b/archive/codex_prompt.md similarity index 100% rename from codex_prompt.md rename to archive/codex_prompt.md diff --git a/compare_reranker.py b/archive/compare_reranker.py similarity index 100% rename from compare_reranker.py rename to archive/compare_reranker.py diff --git a/compare_search.py b/archive/compare_search.py similarity index 100% rename from compare_search.py rename to archive/compare_search.py diff --git a/gemini-workflow.test.ts b/archive/gemini-workflow.test.ts similarity index 100% rename from gemini-workflow.test.ts rename to archive/gemini-workflow.test.ts diff --git a/multi-tool-workflow.test.ts b/archive/multi-tool-workflow.test.ts similarity index 100% rename from multi-tool-workflow.test.ts rename to archive/multi-tool-workflow.test.ts diff --git a/orchestration.test.ts b/archive/orchestration.test.ts similarity index 100% rename from orchestration.test.ts rename to archive/orchestration.test.ts diff --git a/refactor_temp.py b/archive/refactor_temp.py similarity index 100% rename from refactor_temp.py rename to archive/refactor_temp.py diff --git a/test_embeddings_improvements.py b/archive/test_embeddings_improvements.py similarity index 100% rename from test_embeddings_improvements.py rename to archive/test_embeddings_improvements.py diff --git a/ui-generate-preview.visual.test.ts b/archive/ui-generate-preview.visual.test.ts similarity index 100% rename from ui-generate-preview.visual.test.ts rename to archive/ui-generate-preview.visual.test.ts diff --git a/ui-instantiate-prototypes.visual.test.ts b/archive/ui-instantiate-prototypes.visual.test.ts similarity index 100% rename from ui-instantiate-prototypes.visual.test.ts rename to archive/ui-instantiate-prototypes.visual.test.ts diff --git a/visual-tester.test.ts b/archive/visual-tester.test.ts similarity index 100% rename from visual-tester.test.ts rename to archive/visual-tester.test.ts