Make this scripts repository work on this machine. Stop only when bun run test exits 0.
- If
bun --versionfails, stop and tell the user to install Bun from https://bun.sh. - Confirm the directory has a
package.jsonwith atestscript. Windows needs WSL. bun install. If it fails, deletebun.lockband retry; then report the error.bun run test. While anything fails, apply the smallest fix (missing dep, import path,path.join/os.homedir(), credentials, TypeScript) and rerun.bun run lintand fix if needed.
Report tests passed, each fix, and READY TO USE.