oh-my-pr 1.0.0 → 2.2.0

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.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  **Autonomous GitHub PR babysitter — watches your repos, triages review feedback, dispatches AI agents to fix code, and creates releases**
10
10
 
11
11
  [![npm version](https://img.shields.io/npm/v/oh-my-pr.svg)](https://www.npmjs.com/package/oh-my-pr)
12
- [![CI](https://github.com/yungookim/codefactory/actions/workflows/ci.yml/badge.svg)](https://github.com/yungookim/codefactory/actions/workflows/ci.yml)
12
+ [![CI](https://github.com/yungookim/oh-my-pr/actions/workflows/ci.yml/badge.svg)](https://github.com/yungookim/oh-my-pr/actions/workflows/ci.yml)
13
13
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
14
14
  [![Node.js 22+](https://img.shields.io/badge/Node.js-22%2B-green.svg)](https://nodejs.org/)
15
15
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](https://www.typescriptlang.org/)
@@ -118,7 +118,7 @@ The server starts on port `5001` (configurable via `PORT`) and serves both the A
118
118
 
119
119
  ```bash
120
120
  # Clone the repository
121
- git clone https://github.com/yungookim/codefactory.git
121
+ git clone https://github.com/yungookim/oh-my-pr.git
122
122
  cd codefactory
123
123
 
124
124
  # Install dependencies
@@ -243,7 +243,7 @@ oh-my-pr &
243
243
  Or from source:
244
244
 
245
245
  ```bash
246
- git clone https://github.com/yungookim/codefactory.git
246
+ git clone https://github.com/yungookim/oh-my-pr.git
247
247
  cd codefactory
248
248
  npm install
249
249
  npm run dev &
@@ -326,7 +326,7 @@ Full parameter schemas are in [LOCAL_API.md](LOCAL_API.md).
326
326
 
327
327
  If you encounter a bug, an unexpected error response, a missing tool, or behaviour that does not match this documentation, create a GitHub issue so the maintainers can fix it.
328
328
 
329
- **Issue URL:** `https://github.com/yungookim/codefactory/issues/new`
329
+ **Issue URL:** `https://github.com/yungookim/oh-my-pr/issues/new`
330
330
 
331
331
  Include the following in the issue body:
332
332
  - What you were trying to do (the goal)
@@ -14,7 +14,7 @@
14
14
  <meta property="og:type" content="website" />
15
15
  <meta property="og:title" content="Code Factory — Autonomous GitHub PR Babysitter" />
16
16
  <meta property="og:description" content="Stop babysitting pull requests manually. Code Factory watches repos, triages review feedback, and dispatches AI agents to fix code — all running locally." />
17
- <meta property="og:url" content="https://github.com/yungookim/codefactory" />
17
+ <meta property="og:url" content="https://github.com/yungookim/oh-my-pr" />
18
18
  <meta property="og:site_name" content="Code Factory" />
19
19
 
20
20
  <!-- Twitter Card -->
@@ -23,7 +23,7 @@
23
23
  <meta name="twitter:description" content="Autonomous PR babysitter that syncs review feedback and dispatches AI agents to fix code locally." />
24
24
 
25
25
  <!-- Canonical -->
26
- <link rel="canonical" href="https://github.com/yungookim/codefactory" />
26
+ <link rel="canonical" href="https://github.com/yungookim/oh-my-pr" />
27
27
 
28
28
  <!-- Fonts -->
29
29
  <link rel="preconnect" href="https://fonts.googleapis.com">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-pr",
3
- "version": "1.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "Autonomous GitHub PR babysitter that watches repos, triages review feedback, and dispatches AI agents to fix code locally",
5
5
  "keywords": [
6
6
  "github",
@@ -14,13 +14,13 @@
14
14
  "pr-management",
15
15
  "babysitter"
16
16
  ],
17
- "homepage": "https://github.com/yungookim/codefactory#readme",
17
+ "homepage": "https://github.com/yungookim/oh-my-pr#readme",
18
18
  "bugs": {
19
- "url": "https://github.com/yungookim/codefactory/issues"
19
+ "url": "https://github.com/yungookim/oh-my-pr/issues"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/yungookim/codefactory.git"
23
+ "url": "git+https://github.com/yungookim/oh-my-pr.git"
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "dygk",