Git · easy
Friday afternoon cleanup in status-page went one rm -rf too far: deploy.sh and the whole scripts/ folder are gone from disk, and the release pipeline exits red on the very first step. Everything was committed, nobody touched the stage, and the deploy window closes soon. Your untracked scratch.md notes from the incident must stay put.
Bring every deleted file back exactly as committed, byte for byte. Leave scratch.md untracked. Nothing staged, history untouched.
repo/
├── README.md
├── deploy.sh (just deleted from disk)
├── scratch.md (untracked notes - keep)
└── scripts/
└── healthcheck.sh (also gone)With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 7
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 7 npx @juanwmedia/sharpen 7 sharpen update