Skip to content

Commit 7d9c814

Browse files
committed
refactor(scaffold): remove execution phase from command spec
1 parent b1071a0 commit 7d9c814

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.opencode/commands/scaffold.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ Expert system architect and project scaffolder. Initialize a new project from sc
1919
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.
2020
5. Present the plan to the user for review and await explicit approval.
2121

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

Comments
 (0)