Skip to content

Instantly share code, notes, and snippets.

View wajeht's full-sized avatar
🗿
I am locked tf in!

Jaw wajeht

🗿
I am locked tf in!
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
# patch-claude-code.sh — Rebalance Claude Code prompts to fix corner-cutting behavior
#
# What this does:
# Patches the npm-installed @anthropic-ai/claude-code cli.js to rebalance
# system prompt instructions that cause the model to cut corners, simplify
# excessively, and defer complicated work.
#