@slahon/lazykit 1.2.1 → 1.2.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,3 +130,7 @@ If your `main` branch has protection rules enabled, Claude's pull requests will
130
130
  ## License
131
131
 
132
132
  MIT
133
+
134
+ ---
135
+
136
+ 🦥 **LazyKit is ready. Go be lazy.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slahon/lazykit",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Drop an issue, get a PR. AI-powered issue-to-PR automation using Claude.",
5
5
  "bin": {
6
6
  "lazykit": "./index.js"