@slahon/lazykit 1.2.1 → 1.2.3

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  **Drop an issue, get a PR.**
4
4
 
5
- LazyKit wires Claude AI into your GitHub repo so that when you open an issue, Claude reads it, writes the code, and opens a pull request — while you do something else.
5
+ > 🦥 LazyKit is ready. Go be lazy.
6
+
7
+ LazyKit wires Claude AI directly into your GitHub repo. Open an issue from your phone, your tablet, or anywhere — Claude reads it, writes the code, and opens a pull request entirely in the cloud. **No laptop. No terminal. No IDE. Nothing running on your machine.**
8
+
9
+ You describe what you want. Claude ships it.
6
10
 
7
11
  ## Quickstart
8
12
 
@@ -130,3 +134,7 @@ If your `main` branch has protection rules enabled, Claude's pull requests will
130
134
  ## License
131
135
 
132
136
  MIT
137
+
138
+ ---
139
+
140
+ 🦥 **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.3",
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"