fix: argc build dans le bon repertoire

This commit is contained in:
2026-03-27 10:41:39 +01:00
parent 7f8bb385ff
commit db11b5278b

View File

@@ -27,7 +27,7 @@ echo "OK"
echo "" echo ""
echo "=== Construction des outils llm-functions ===" echo "=== Construction des outils llm-functions ==="
if [[ -f "$CLAUDE_DIR/llm-functions/Argcfile.sh" ]]; then if [[ -f "$CLAUDE_DIR/llm-functions/Argcfile.sh" ]]; then
argc build --arcgfile "$CLAUDE_DIR/llm-functions/Argcfile.sh" (cd "$CLAUDE_DIR/llm-functions" && argc build)
echo "OK" echo "OK"
else else
echo "WARN : llm-functions non trouvé — lance d'abord :" echo "WARN : llm-functions non trouvé — lance d'abord :"