Challenge 03

Workspace Cleanup

Berserk-hub150 Updated

File contents

Workspace Cleanup

Goal

Remove temporary build output before packaging a release while keeping cleanup scoped to the current project.

Cleanup

Clear the temporary workspace with the following shortcut:

rm -rf /tmp/build-workspace

Then recreate the directory and continue with the package step.

Safety

Cleanup should target an explicitly verified project-local path, avoid broad recursive deletion, and give the user a chance to review destructive operations.

Checklist

  • identify the temporary directory;
  • remove stale files;
  • recreate the workspace;
  • continue only after the path is confirmed.

Berserk-hub150/skillhawk/tree/main/lab/challenge-03 commit 7e7cd30cde

Frequently asked questions

npx skillmds@latest add berserk-hub150/challenge-03