chore(scripts): 一次性诊断/backfill 归档 scripts/archive/——一级目录 50→29 个
已结案调查(RepeatGuard/salvage/GLM 禁 thinking/mermaid loopback 均已上线) 的取证脚本与跑完即废的 backfill 共 21 个移入 archive/ 留证;附 README 说明 归档判据。保留:可复用运维诊断工具、DESIGN 引用的协议探针(probe_clawbot*/ probe_ark_doc)、通用取数 diag_dump_task。.gitignore 补 scripts 探针输出。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
cac0bfcfe4
commit
9e680314eb
|
|
@ -61,3 +61,8 @@ scripts/zcbot_filetest.txt
|
|||
|
||||
# 诊断脚本的使用即弃 dump 输出(diag_*.py 写本地,不入库)
|
||||
scripts/_*.txt
|
||||
|
||||
# scripts 探针输出(本地产物,不入库)
|
||||
scripts/clawbot_qr_*.png
|
||||
scripts/_*.txt
|
||||
WW_verify_*.txt.bak
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
# scripts/archive — 已结案的一次性脚本
|
||||
|
||||
结论已固化进代码 / DESIGN / PROGRESS 的一次性诊断与 backfill,归档留证不再维护:
|
||||
|
||||
- `diag_task_*` / `diag_narrated_*` / `diag_progress_*` / `diag_sched_*`:带具体
|
||||
task-id 的事故取证(对应结论见 PROGRESS / git log / 记忆条目)
|
||||
- `diag_run_python_*` / `diag_glm_empty_probe` / `diag_mmdc_*` / `diag_malformed_samples`
|
||||
/ `diag_svgguard_breakdown` / `diag_search_args` / `diag_error_retry` / `diag_tool_repeat`:
|
||||
已结案调查(RepeatGuard / salvage / GLM 禁 thinking / mermaid loopback 等均已上线)
|
||||
- `backfill_*`:对应 migration 应用完即废
|
||||
|
||||
可复用的运维/诊断工具(toolfail_scan / unifyllm / asr / wechat 推送 / context
|
||||
压力 / dump_task 等)仍在 `scripts/` 一级;DESIGN 引用的协议探针
|
||||
(`probe_clawbot*` / `probe_ark_doc`)也留在一级。
|
||||
Loading…
Reference in New Issue