Admire
82c3dbbc6b
Fix Windows startup and dependency checks ( #1709 )
...
* windows check and dev fixes
* fix windows startup scripts
* fix windows startup scripts
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-04-01 23:13:00 +08:00
tryag
09a9209724
fix: improve Windows compatibility in dependency check ( #1550 )
...
* fix: improve Windows compatibility in dependency check
* fix: tolerate stdio reconfigure failures in check script
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-03-31 21:54:41 +08:00
orbisai0security
14a3fa5290
fix: use subprocess instead of os.system in analyze.py ( #1289 )
...
The data analysis skill executes shell commands using os
Resolves V-001
Co-authored-by: orbisai0security <orbisai0security@users.noreply.github.com>
2026-03-24 20:42:03 +08:00
Willem Jiang
a79d414695
fix: make check/config cross-platform for Windows ( #1080 ) ( #1093 )
...
* fix: make check/config cross-platform for Windows (#1080 )
- replace shell-based check/config recipes with Python entrypoints
- add a cross-platform dependency checker script
- add a cross-platform config bootstrap script
- route make targets through a Python variable for consistent invocation
- preserve existing config-abort behavior when config file already exists
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-13 21:33:12 +08:00