You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -225,6 +226,9 @@ Do NOT stop at any step. Do NOT report success until step 10 is verified. If the
225
226
- Do NOT run `npm run build`, `electron-builder`, or any build/package/installer command locally.
226
227
- Building = triggering GitHub Actions via a version tag push, as described above.
227
228
229
+
### GREEN LIGHT TO IMPLEMENT = GREEN LIGHT TO BUILD — NO EXCEPTIONS
230
+
When the user approves a plan and says to proceed with implementation, that approval covers the FULL sequence: implement the changes AND run the complete 10-step build sequence defined above. Do NOT stop after writing code and wait for a second "build it" command. The build sequence is part of implementation. The task is not complete until step 10 is verified (graysoft.dev/download shows the new version and download URLs return HTTP 200).
231
+
228
232
### Plan before writing ANY code
229
233
- Describe exactly what will change, in which files, and what the result will be.
230
234
- Wait for explicit approval. Execute EXACTLY what was described — no more, no less.
0 commit comments