golem-cc 0.1.2 → 0.1.3

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 +3 -3
  2. package/package.json +1 -1
package/bin/golem CHANGED
@@ -134,9 +134,9 @@ EOF
134
134
  echo -e "${GREEN}✓${NC} Created specs/ directory"
135
135
  echo ""
136
136
  echo -e "${BLUE}Next steps:${NC}"
137
- echo " 1. Run ${CYAN}golem spec${NC} to define requirements"
138
- echo " 2. Run ${CYAN}golem run plan${NC} to create implementation plan"
139
- echo " 3. Run ${CYAN}golem run build${NC} to start autonomous coding"
137
+ echo -e " 1. Run ${CYAN}golem spec${NC} to define requirements"
138
+ echo -e " 2. Run ${CYAN}golem run plan${NC} to create implementation plan"
139
+ echo -e " 3. Run ${CYAN}golem run build${NC} to start autonomous coding"
140
140
  }
141
141
 
142
142
  detect_project() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "golem-cc",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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"