# 2026-06-30 Step 1 Legacy Archive This archive keeps files removed from the formal mainline during the first cleanup pass. They are preserved for reference and local-demo recovery, but they are no longer part of the formal cloud pipeline. ## Archived Groups - `legacy_web/` - Old static single-post demo files previously under `web/`. - Includes `frameworks.json`, `payloads.json`, `runs/index.json`, and `index.html`. - `legacy_scripts/` - Old local demo and SQLite/search helper scripts. - Includes `serve_old_web.py`, `rebuild_payloads.py`, `import_to_db.py`, and `run_search.py`. - `legacy_tests/` - Tests that only covered the old static demo server. - `data_interface_captures/` - Raw crawler/API capture evidence previously under `数据接口与来源/captures/`. - `local_agent/` - Local machine launch config that pointed at the old `creation_knowledge` service entry. ## Formal Mainline Rule New formal code should not import or depend on files in this archive. If an old behavior is still needed, reimplement it through the formal modules: - `app/` for API and frontend entrypoints - `acquisition/` for search, detail, media, and coarse classification - `decode_content/` for reading, gates, framing, scoping, and payload drafts - `pipeline/` for orchestration and resumable jobs