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
Copy file name to clipboardExpand all lines: .opencode/commands/scaffold.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,4 @@ Expert system architect and project scaffolder. Initialize a new project from sc
19
19
4. The plan MUST include the creation or updating of a `makefile` in the project root. The `makefile` must define `test`, `lint`, and `build` (if applicable) targets. Crucially, the default `make` command (the `all` or first target) MUST run the minimal `lint` + `test` combination.
20
20
5. Present the plan to the user for review and await explicit approval.
21
21
22
-
### Phase 3: Execution
23
-
1. Once the user approves the plan, execute it step-by-step using `bash`.
24
-
2.**IMPORTANT:** Use non-interactive flags for all scaffolding tools (e.g., `-y`, `--yes`, `--force`) to prevent commands from hanging.
25
-
3. After the tools finish, write or append to the `makefile` using the `write` tool.
26
-
4. Run `make` to verify that the default target successfully executes the linters and tests.
27
-
5. Provide a final summary of the scaffolded project.
22
+
**IMPORTANT:** Use non-interactive flags for all scaffolding tools (e.g., `-y`, `--yes`, `--force`) to prevent commands from hanging.
0 commit comments