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.
@@ -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. Run /golem:plan to create implementation plan
149
- 3. Run /golem:build to start autonomous coding
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, then run 'golem run plan' to create implementation plan
144
- 3. Run 'golem run build' to start autonomous coding
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "golem-cc",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
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"