golem-cc 0.1.12 → 0.1.13
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/commands/golem/spec.md
CHANGED
|
@@ -145,8 +145,9 @@ When all specs and AGENTS.md are written:
|
|
|
145
145
|
```
|
|
146
146
|
Specs complete! Next steps:
|
|
147
147
|
1. Review specs/ files and adjust if needed
|
|
148
|
-
2.
|
|
149
|
-
3. Run
|
|
148
|
+
2. Exit Claude (type 'exit' or Ctrl+C)
|
|
149
|
+
3. Run 'golem run plan' in your terminal
|
|
150
|
+
4. Run 'golem run build' in your terminal
|
|
150
151
|
```
|
|
151
152
|
|
|
152
153
|
</process>
|
|
@@ -140,8 +140,9 @@ When all specs and AGENTS.md are written:
|
|
|
140
140
|
```
|
|
141
141
|
Next steps:
|
|
142
142
|
1. Review specs/ files and adjust if needed
|
|
143
|
-
2. Exit Claude
|
|
144
|
-
3. Run 'golem run
|
|
143
|
+
2. Exit Claude (type 'exit' or press Ctrl+C)
|
|
144
|
+
3. Run 'golem run plan' in your terminal to create implementation plan
|
|
145
|
+
4. Run 'golem run build' in your terminal to start autonomous coding
|
|
145
146
|
```
|
|
146
147
|
3. Ask if they want to make any changes before proceeding
|
|
147
148
|
|