mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
506 B
506 B
- Keep
old_stringminimal — usually 1-3 lines, only enough to be unique in the file. Including excess context wastes tokens and is an error. - The edit will FAIL if
old_stringis not unique in the file. In that case, add the minimum extra context needed for uniqueness, or usereplace_allto change every instance.