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.
Files changed (2) hide show
  1. package/bin/golem +1 -4
  2. 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 "!" "$YELLOW" "No specs found"
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "golem-cc",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Autonomous coding loop with Claude - structured specs, ralph loop execution, code simplification",
5
5
  "bin": {
6
6
  "golem-cc": "./bin/install.cjs"