Skip to content

Commit 183b103

Browse files
hisenb3rgclaude
andcommitted
feat: Clean up installed artifacts in mod.cleanup
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6aee0ac commit 183b103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/render-spec/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Report with a message "Step 4.5: Module folder cleanup".
159159

160160
Remove any temporary files inside `plain_modules/<module>` folder:
161161
* `test-reqs.md` and `impl-reqs.md`.
162-
* any files that are result of testing or debugging during rendering.
162+
* remove installed dependency artifacts (e.g. `node_modules/`, `.venv/`, `__pycache__/`, vendored packages), but keep the dependency manifests and lock files so dependencies can be reinstalled later.
163163

164164

165165
When all 4.x steps are done, continue with rendering the next module until no more modules are left.

0 commit comments

Comments
 (0)