DonutShinobu/claude-code-fork — reverse-engineered prompt
Reverse engineered prompt
I want this repo turned into a working terminal coding assistant that I can run locally. It should open in a nice interactive terminal UI, understand the current codebase, answer questions about files, edit files, run shell commands, search through the project, and help with normal coding chores like reviewing changes, making commits, checking diffs, and resuming past sessions.
Please use what is already here and fill in whatever is missing so it actually boots and feels usable end to end. Keep the permission prompts in place before anything risky runs, and make the common slash commands work, especially things like review, commit, doctor, config, memory, tasks, cost, and resume. If the IDE bridge, plugin support, or remote features are already partly implemented, wire them up enough that they are not broken.
Make the setup simple, with clear env vars, a basic local dev workflow, and a short README showing how to run it. If you need details, look up current docs online.
Want more depth? Deep Reverse