golem-cc 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/golem +1 -4
- package/package.json +1 -1
package/bin/golem
CHANGED
|
@@ -498,11 +498,8 @@ run_build_loop() {
|
|
|
498
498
|
|
|
499
499
|
if [[ ! -d ".golem/specs" ]] || [[ -z "$(ls -A .golem/specs/*.md 2>/dev/null)" ]]; then
|
|
500
500
|
echo ""
|
|
501
|
-
status_line "
|
|
502
|
-
echo -e " ${DIM}Run: /golem:spec in Claude first${NC}"
|
|
501
|
+
status_line "◦" "$YELLOW" "No specs found (using plan only)"
|
|
503
502
|
echo ""
|
|
504
|
-
log_event "BUILD_ABORT" "No specs found"
|
|
505
|
-
exit $EXIT_ERROR
|
|
506
503
|
fi
|
|
507
504
|
|
|
508
505
|
# Find prompt file
|