检验检测报告识别
Go to file
黄仁欢 d8047d15a0 docs(cma): ensure CMA extraction modules remain in root directory
Clarify that CMA extraction modules are core dependencies and must
remain in the project root directory. These files cannot be archived as they
are imported by test_accuracy_batch_full.py at runtime.

Core files (in root):
- cma_extraction_template_primary.py (19 KB) - Primary CMA extraction module
- cma_extraction_final.py (16 KB) - Fallback CMA extraction module

Dependency chain:
test_accuracy_batch_full.py
  → imports: cma_extraction_template_primary.py
  → fallback: cma_extraction_final.py

Why these cannot be archived:
1. Runtime import dependency - script will fail without them
2. Core business logic - not temporary/debug scripts
3. Required for main functionality - not optional or auxiliary

Archive directory should only contain:
- Temporary test scripts
- Debug/analysis scripts
- Old documentation
- Auxiliary tools

Verification:
✓ Both files present in root directory
✓ Already tracked in git (commit 9562cf1)
✓ No duplicate copies in archive/

Related documentation:
- TEST_ACCURACY_BATCH_DEPENDENCIES.md - Full dependency analysis
- CLEANUP_PLAN.md - Cleanup plan and file categorization

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 14:55:28 +08:00
archive chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
data 暂存 2026-02-05 13:57:22 +08:00
report_viz chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
scripts 暂存 2026-02-05 13:57:22 +08:00
src chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
.gitignore chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
CLEANUP_COMPLETE.md docs(cleanup): add cleanup completion report 2026-03-03 14:35:50 +08:00
CLEANUP_PLAN.md docs(test): add comprehensive documentation for batch testing script 2026-03-03 14:32:04 +08:00
IMPLEMENTATION_SUMMARY.md chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
TEST_ACCURACY_BATCH_DEPENDENCIES.md docs(test): add comprehensive documentation for batch testing script 2026-03-03 14:32:04 +08:00
TEST_ACCURACY_BATCH_README.md docs(test): add comprehensive documentation for batch testing script 2026-03-03 14:32:04 +08:00
cma_extraction_final.py feat(cma): add CMA extraction module fallback implementation 2026-03-03 14:51:58 +08:00
cma_extraction_template_primary.py chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
pom.xml chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
settings.xml chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00