@jonny @SnoopJ @glyph ahhh okay
BUT STILL
https://github.com/sneakers-the-rat/ImportantCode/blame/main/src/alchemy_manager.py
look at this unholy combination of pudding and alchemy!
def create_alchemy_database(self):
# Sample alchemical data
sample_data = {
'recipe1': {'Quicksilver': 50, 'Antimony': 25},
'recipe2': {'JavaScript': 75, 'Python': 50}
}@jonny @SnoopJ @glyph this is how you cure cancer, gentlemen. obviously.
# This method would contain the main logic for processing recipes
for recipe_name, recipe_data in self.database.recipes.items():
print(f"Processing Recipe: {recipe_name}")
# Simulate a complex process here, e.g., cooking and blending ingredients
print("Step 1: Extract Ingredients")
for ingredient in recipe_data.ingredients:
print(f"Extracting {ingredient.name}: {ingredient.quantity} grams")
This is a repository with a lot of high profile, high prestige code in it that new programmers can make pull requests to and build their reputation - sneakers-the-rat/ImportantCode

Closes #45 Summary Adds a real MCP server so MCP clients (Claude Desktop/Code, etc.) can interact with the financial system as an agent-facing toolkit. The work is split into two clean layers: src...
@ricci
@lina @aud @SnoopJ
I am looking at the other PRs they have opened and like I intended the auto review bots as satire of how I have actually seen that done, but now I see my version has not captured the true spirit of auto review bots.
This is great, its a language learning app, and you just make a PR into it with whatever, and the only thing it validates is that the JSON is valid. Not.... Uh.. That the translation is correct.
https://github.com/lingdojo/kana-dojo/pull/19954
So clearly we need to add a check for whether someone has starred the repository before approving the PR

π Description ... π Related Issue Closes #19950 β Pre-Submission Checklist I have starred the repo β My code follows the project's code style and uses cn() utility where needed I have run n...
https://github.com/sneakers-the-rat/ImportantCode/pull/49
we have AGENTS.md but could use CLAUDE.md
CLAUDE.md files are read. conversely, the file read tool seems to be completely naive to symlinks while the CLAUDE.md reader is not. this is the fucking swiss cheese security model of the fucking gold standard of what AI programming can do./dev/urandom, so it's just presumably loading that as a text file and just crashing out or never finishing or not properly parsing, etc.