feat: Refactored the sisyhpus agent system to utilize the new skills system to improve performance and reliability

This commit is contained in:
2026-06-02 13:14:25 -06:00
parent 66882924d7
commit 7c999e9c37
10 changed files with 790 additions and 261 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ if [[ -z "$cmd" || "$cmd" == "null" ]]; then
jq -nc '{
"tests_ok": true,
"tests_output": "(no test command available for this project type)",
"_next": "end_success"
"_next": "self_review"
}'
exit 0
fi
@@ -40,7 +40,7 @@ if (( exit_code == 0 )); then
'{
"tests_ok": true,
"tests_output": ("Ran: " + $cmd + "\n\n" + $out),
"_next": "end_success"
"_next": "self_review"
}'
else
jq -nc \