Git · medium
You are in noa-notes, a small patient-notes client. Someone left real work in progress next to debug junk: logs, a scratch notes/ folder, and a tmp/ cache. The tracked edit in src/api/client.ts is intentional and must survive.
Remove every untracked file and directory. Keep the modifications in src/api/client.ts. Leave nothing staged, and keep history on main untouched.
repo/
├── README.md
├── build.log
├── notes/
│ └── ideas.md
├── src/
│ ├── index.ts
│ └── api/
│ ├── client.ts (modified - keep)
│ └── retry.ts
└── tmp/
├── cache.json
└── debug.logWith sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 8
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 8 npx @juanwmedia/sharpen 8 sharpen update