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.
- package/bin/golem +3 -3
- 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() {
|