patchy-cli 0.0.16-pr.214.637e492 → 0.0.17-pr.216.aeec2e2

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 (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -298,6 +298,22 @@ patchy base # Interactive
298
298
  patchy base abc123def # Set base_revision to the specified SHA or tag
299
299
  ```
300
300
 
301
+ ### `patchy prime`
302
+
303
+ Prints a prompt you can include in your `AGENTS.md` / `CLAUDE.md`.
304
+
305
+ Tell your agent to run:
306
+ ```sh
307
+ patchy prime
308
+ ```
309
+
310
+ Or include it directly:
311
+ ```sh
312
+ patchy prime >> CLAUDE.md
313
+ ```
314
+
315
+ Outputs a brief description of Patchy, key paths, and essential commands to help AI coding agents understand your project's patch workflow.
316
+
301
317
  ## License
302
318
 
303
319
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchy-cli",
3
- "version": "0.0.16-pr.214.637e492",
3
+ "version": "0.0.17-pr.216.aeec2e2",
4
4
  "description": "A CLI tool for managing Git patch workflows.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -64,11 +64,11 @@
64
64
  "url": "https://github.com/richardgill/patchy"
65
65
  },
66
66
  "optionalDependencies": {
67
- "patchy-cli-linux-x64": "0.0.16-pr.214.637e492",
68
- "patchy-cli-linux-arm64": "0.0.16-pr.214.637e492",
69
- "patchy-cli-darwin-x64": "0.0.16-pr.214.637e492",
70
- "patchy-cli-darwin-arm64": "0.0.16-pr.214.637e492",
71
- "patchy-cli-windows-x64": "0.0.16-pr.214.637e492"
67
+ "patchy-cli-linux-x64": "0.0.17-pr.216.aeec2e2",
68
+ "patchy-cli-linux-arm64": "0.0.17-pr.216.aeec2e2",
69
+ "patchy-cli-darwin-x64": "0.0.17-pr.216.aeec2e2",
70
+ "patchy-cli-darwin-arm64": "0.0.17-pr.216.aeec2e2",
71
+ "patchy-cli-windows-x64": "0.0.17-pr.216.aeec2e2"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"