This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# 失败回归闭环 cron wrapper(no_agent)
# 每日 06:00 收集失败痕迹 → 分类 → 回归清单
# 输出: 有失败痕迹才输出(stdout 非空=有内容可看),正常静默
exec bash -c 'cd ~/.hermes/scripts && python3 learner.py regress 2>&1' | grep -v "^$" | head -40