feat: Initial commit of Clutch-IQ project

This commit is contained in:
xunyulin230420
2026-02-05 23:26:03 +08:00
commit a355239861
66 changed files with 12922 additions and 0 deletions

10
tools/README.md Normal file
View File

@@ -0,0 +1,10 @@
# tools/
放置一次性脚本与调试工具,不参与主流程依赖。
## debug/
- debug_bomb.py解析 demo 的炸弹相关事件plant/defuse/explode
- debug_round_end.py用于排查回合结束事件与结果字段
- debug_fields.py用于快速查看事件/字段结构,辅助 ETL 与建表