coderev-cli 1.0.0 → 1.0.1

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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
- # coderev — AI Code Review Agent 🚀
1
+ # coderev-cli — AI Code Review Agent 🚀
2
2
 
3
- **coderev** 是一个 AI 驱动的一站式代码审查工具。采用**多智能体并行审查架构**——3 个专业 Agent 同时从安全、Bug、质量维度审查代码,每个 Issue 附带置信度评分,自动过滤误报。支持 GitHub PR 集成、自动修复、git hooks、缓存、自定义规则、多语言专项审查、统计看板。
3
+ > `npm install -g coderev-cli` · 账号:[@aisync](https://www.npmjs.com/~aisync)
4
+
5
+ **coderev-cli** 是一个 AI 驱动的一站式代码审查工具。采用**多智能体并行审查架构**——3 个专业 Agent 同时从安全、Bug、质量维度审查代码,每个 Issue 附带置信度评分,自动过滤误报。支持 GitHub PR 集成、自动修复、git hooks、缓存、自定义规则、多语言专项审查、统计看板。
4
6
 
5
7
  ## 🧠 架构:多智能体并行审查 (v0.3.0)
6
8
 
@@ -40,7 +42,7 @@
40
42
 
41
43
  ```bash
42
44
  # 1. 安装
43
- npm install -g @lishihao2749/coderev
45
+ npm install -g coderev-cli
44
46
 
45
47
  # 2. 初始化项目配置
46
48
  coderev init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coderev-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Multi-agent AI code review for git -- parallel agents with confidence scoring",
5
5
  "main": "src/index.js",
6
6
  "bin": {