This repository is a backup of that leaked source, and this README is a full breakdown of what's in it, how the leak happened and most importantly, the things we now know that were never meant to be public.


I am not making this up.

Claude Code has a full Tamagotchi-style companion pet system called "Buddy." A deterministic gacha system with species rarity, shiny variants, procedurally generated stats, and a soul description written by Claude on first hatch like OpenClaw.

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 5 months ago (1 child)

How big of a team/project have you had to write in rust?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 5 months ago

    I haven't written much in Rust since my job is mostly Python and I get to control the environment. Usually means I only use standard lib and whatever library we may need to interact with a specific program, in my case ArcGIS Pro.

    I just know that the standard libraries for Rust and Go are pretty minimal and most code I've seen in the wild has a ton of dependencies.

  • source
  • parent