fix: 修复4个cron wrapper脚本(空格缺失+缺失文件)

- skill-manager-scan.sh: scan 后加换行符
- optimizer-report.sh: 同上
- proactive-learning-report.sh: 同上
- stock_learning.sh: 新建(stock_learning.py 的 wrapper)
This commit is contained in:
小唯 A06 2026-07-17 17:08:06 +08:00
parent 83671f9a1b
commit 3c0340d082
4 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
cd ~/.hermes/scripts && python3 optimizer.py report
cd ~/.hermes/scripts && python3 optimizer.py report

View File

@ -1,2 +1,2 @@
#!/bin/bash
cd ~/.hermes/scripts && python3 proactive_learning.py report
cd ~/.hermes/scripts && python3 proactive_learning.py report

2
scripts/skill-manager-scan.sh Normal file → Executable file
View File

@ -1,2 +1,2 @@
#!/bin/bash
python3 ~/.hermes/scripts/skill-manager.py scan
python3 ~/.hermes/scripts/skill-manager.py scan

2
scripts/stock_learning.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
cd ~/.hermes/scripts && python3 stock_learning.py report