prr-kit 1.2.0 → 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 +8 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,12 +7,15 @@
7
7
  [![Version](https://img.shields.io/npm/v/prr-kit?color=blue&label=version)](https://www.npmjs.com/package/prr-kit)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
9
9
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org)
10
- [![npm downloads](https://img.shields.io/npm/dm/prr-kit?color=orange&label=downloads)](https://www.npmjs.com/package/prr-kit)
10
+ [![Website](https://img.shields.io/npm/dm/prr-kit?color=orange&label=downloads)](https://prrkit.sitenow.cloud)
11
+ [![Docs](https://img.shields.io/badge/docs-prrkit.sitenow.cloud-blue)](https://prrkit.sitenow.cloud/docs)
11
12
 
12
13
  > AI-driven Pull Request code review — structured, multi-perspective, actionable.
13
14
 
14
15
  Module system, agent YAML, step-file workflows, CLI installer with full IDE integration.
15
16
 
17
+ **[🌐 Website](https://prrkit.sitenow.cloud)** **[📖 Full Documentation](https://prrkit.sitenow.cloud/docs)**
18
+
16
19
  ## Quick Start
17
20
 
18
21
  ```bash
@@ -26,7 +29,10 @@ npx pr-review install
26
29
  npx prr-kit install --directory /path/to/repo --modules prr --tools claude-code --yes
27
30
  ```
28
31
 
29
- Then open your IDE in the installed project and use `/prr-master` to start.
32
+ Then open your IDE in the installed project and use one of these commands to start:
33
+
34
+ - `/prr-quick` — one command, full pipeline (select PR → review → report)
35
+ - `/prr-master` — full menu with all options
30
36
 
31
37
  ## How It Works
32
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prr-kit",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "AI-driven Pull Request Review Kit — structured agent workflows for thorough, consistent code review",
5
5
  "main": "tools/cli/prr-cli.js",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  "type": "git",
41
41
  "url": "git+https://github.com/mrquangthai278/prr-kit.git"
42
42
  },
43
- "homepage": "https://github.com/mrquangthai278/prr-kit#readme",
43
+ "homepage": "https://prrkit.sitenow.cloud/",
44
44
  "bugs": {
45
45
  "url": "https://github.com/mrquangthai278/prr-kit/issues"
46
46
  },