patch-cc 0.5.0__tar.gz → 0.5.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. {patch_cc-0.5.0 → patch_cc-0.5.2}/PKG-INFO +1 -1
  2. {patch_cc-0.5.0 → patch_cc-0.5.2}/docs/CONDUCT.md +14 -2
  3. {patch_cc-0.5.0 → patch_cc-0.5.2}/docs/PLAYBOOK.md +242 -224
  4. {patch_cc-0.5.0 → patch_cc-0.5.2}/docs/corpus.md +17 -8
  5. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/__init__.py +1 -1
  6. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/js.py +10 -9
  7. patch_cc-0.5.2/src/patch_cc/patches/streaming.py +514 -0
  8. patch_cc-0.5.0/src/patch_cc/patches/streaming.py +0 -1321
  9. {patch_cc-0.5.0 → patch_cc-0.5.2}/.github/workflows/ci.yml +0 -0
  10. {patch_cc-0.5.0 → patch_cc-0.5.2}/.github/workflows/release-watch.yml +0 -0
  11. {patch_cc-0.5.0 → patch_cc-0.5.2}/.github/workflows/release.yml +0 -0
  12. {patch_cc-0.5.0 → patch_cc-0.5.2}/.gitignore +0 -0
  13. {patch_cc-0.5.0 → patch_cc-0.5.2}/AGENTS.md +0 -0
  14. {patch_cc-0.5.0 → patch_cc-0.5.2}/CLAUDE.md +0 -0
  15. {patch_cc-0.5.0 → patch_cc-0.5.2}/LICENSE +0 -0
  16. {patch_cc-0.5.0 → patch_cc-0.5.2}/README.md +0 -0
  17. {patch_cc-0.5.0 → patch_cc-0.5.2}/docs/INTERNALS.md +0 -0
  18. {patch_cc-0.5.0 → patch_cc-0.5.2}/docs/demo.gif +0 -0
  19. {patch_cc-0.5.0 → patch_cc-0.5.2}/pyproject.toml +0 -0
  20. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/bun/__init__.py +0 -0
  21. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/bun/blob.py +0 -0
  22. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/bun/container.py +0 -0
  23. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/bun/elf.py +0 -0
  24. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/bun/errors.py +0 -0
  25. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/bun/macho.py +0 -0
  26. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/cache.py +0 -0
  27. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/cli.py +0 -0
  28. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/codex/__init__.py +0 -0
  29. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/codex/gateway.py +0 -0
  30. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/codex/models.py +0 -0
  31. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/codex/oauth.py +0 -0
  32. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/codex/translate.py +0 -0
  33. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/doctor.py +0 -0
  34. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/locate.py +0 -0
  35. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/menu.py +0 -0
  36. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patcher.py +0 -0
  37. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/__init__.py +0 -0
  38. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/agents.py +0 -0
  39. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/base.py +0 -0
  40. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/chrome.py +0 -0
  41. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/codex.py +0 -0
  42. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/output.py +0 -0
  43. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/patches/thinking.py +0 -0
  44. {patch_cc-0.5.0 → patch_cc-0.5.2}/src/patch_cc/ui.py +0 -0
  45. {patch_cc-0.5.0 → patch_cc-0.5.2}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: patch-cc
3
- Version: 0.5.0
3
+ Version: 0.5.2
4
4
  Summary: Interactive patcher for the Claude Code native binary
5
5
  Project-URL: Homepage, https://github.com/anfreire/patch-cc
6
6
  Project-URL: Repository, https://github.com/anfreire/patch-cc
@@ -59,8 +59,20 @@ shape that already absorbs every case, found rather than bolted on.
59
59
  not guesswork: declare it (`Outcome.declare`) so a green tick cannot cover a dead
60
60
  feature. A step nobody declared is a step that cannot report its own death:
61
61
  `branding` carried none, so a name badge that stopped being a bold render was
62
- a green run, an unchanged banner, and a manifest asserting the new name. See
63
- [PLAYBOOK.md](PLAYBOOK.md).
62
+ a green run, an unchanged banner, and a manifest asserting the new name. And a
63
+ step answers for its own identity alone, never for a name another step
64
+ discovered: `live-thinking`'s reducer once skipped itself for want of a helper
65
+ the memo step had found, and eight required steps read *found nothing* over
66
+ one memo that had merely moved (2.1.257). See [PLAYBOOK.md](PLAYBOOK.md).
67
+
68
+ - **Ride what upstream ships working.** When the binary already does for one
69
+ kind of thing what a patch wants for another — live tool uses, for live
70
+ thinking — put the patch's data on that path instead of building a twin of
71
+ it. Every step of a parallel implementation is a claim only the patch needs,
72
+ and upstream owes it nothing; the path upstream ships is one it cannot break
73
+ without paying for it. `live-thinking`'s render half broke five times on
74
+ React idioms before it was cut to three insertions on the tool-use list
75
+ ([PLAYBOOK.md](PLAYBOOK.md#live-thinking--streamingpy)).
64
76
 
65
77
  - **Port faithfully.** When you change a patch, verify its output against a real
66
78
  bundle — byte-identical where behaviour must not change. `doctor` over the