Brute-force search for Legendary + Shiny buddies in Claude Code.
# Verify current buddy
bun run scripts/find-legendary.js --verify
# Find any Legendary
bun run scripts/find-legendary.js
# Find Legendary + Shiny
bun run scripts/find-legendary.js --shiny
# Find Legendary + Shiny + specific species
bun run scripts/find-legendary.js --shiny --species dragon
# Apply result to ~/.claude.json
bun run scripts/find-legendary.js --apply <userID>
npm install -g bun)Claude Code's buddy attributes are deterministic — derived from Bun.hash(userID + SALT) via a seeded PRNG. By brute-forcing random userIDs, we can find ones that produce Legendary (or Legendary+Shiny) buddies, then swap the local userID in ~/.claude.json.