ai-dev-analytics 1.0.0-beta.12 → 1.0.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 +8 -15
- package/README.zh-CN.md +8 -15
- package/dist/cli/index.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,10 @@ One line to integrate. Zero workflow changes.
|
|
|
18
18
|
[](./LICENSE)
|
|
19
19
|
[](https://nodejs.org)
|
|
20
20
|
[](#testing)
|
|
21
|
-
[](https://lwtlong.github.io/ai-dev-analytics/)
|
|
22
|
+
[](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics)
|
|
23
|
+
|
|
24
|
+
[](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics)
|
|
22
25
|
|
|
23
26
|
[One-Line Setup](#-30-second-setup) · [Data-Driven Loop](#-the-data-driven-loop) · [Dashboard](#-the-dashboard) · [SOP Workflow](#-standardized-ai-development-workflow) · [Data for Reports](#-data-sedimentation--performance-reports) · [中文文档](./README.zh-CN.md)
|
|
24
27
|
|
|
@@ -73,21 +76,15 @@ Vibe Coding Session
|
|
|
73
76
|
|
|
74
77
|
**Step 1: See *why* AI deviates** — Root cause breakdown reveals whether issues stem from hallucination, missing rules, or insufficient context.
|
|
75
78
|
|
|
76
|
-
|
|
77
|
-
<img src="./docs/deviation-root-cause.png" alt="Deviation Root Cause" width="700" />
|
|
78
|
-
</div>
|
|
79
|
+

|
|
79
80
|
|
|
80
81
|
**Step 2: See *where* AI deviates** — Category distribution pinpoints the exact areas: UI spacing, layout, component usage, API patterns.
|
|
81
82
|
|
|
82
|
-
|
|
83
|
-
<img src="./docs/deviation-category.png" alt="Deviation Category Distribution" width="700" />
|
|
84
|
-
</div>
|
|
83
|
+

|
|
85
84
|
|
|
86
85
|
**Step 3: Watch rules compound** — As rules accumulate (green line), the same deviation patterns stop recurring.
|
|
87
86
|
|
|
88
|
-
|
|
89
|
-
<img src="./docs/deviation-rule-trend.png" alt="Deviation & Rule Trend" width="700" />
|
|
90
|
-
</div>
|
|
87
|
+

|
|
91
88
|
|
|
92
89
|
The `.aidevos/rules/` directory is your **project-specific AI knowledge base**. It grows with every run. The more you use AI, the smarter it gets at *your* project.
|
|
93
90
|
|
|
@@ -97,11 +94,7 @@ The `.aidevos/rules/` directory is your **project-specific AI knowledge base**.
|
|
|
97
94
|
|
|
98
95
|
**Your entire vibe coding process — structured, visualized, actionable.**
|
|
99
96
|
|
|
100
|
-
|
|
101
|
-
<a href="./docs/dashboard.png">
|
|
102
|
-
<img src="./docs/dashboard.png" alt="Dashboard" width="800" />
|
|
103
|
-
</a>
|
|
104
|
-
</div>
|
|
97
|
+

|
|
105
98
|
|
|
106
99
|
> **[Live Demo →](https://lwtlong.github.io/ai-dev-analytics/)** Real anonymized project data. No install needed.
|
|
107
100
|
|
package/README.zh-CN.md
CHANGED
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
[](./LICENSE)
|
|
19
19
|
[](https://nodejs.org)
|
|
20
20
|
[](#测试)
|
|
21
|
-
[](https://lwtlong.github.io/ai-dev-analytics/)
|
|
22
|
+
[](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics)
|
|
23
|
+
|
|
24
|
+
[](https://glama.ai/mcp/servers/LWTlong/ai-dev-analytics)
|
|
22
25
|
|
|
23
26
|
[一行接入](#-30-秒上手) · [数据驱动闭环](#-数据驱动闭环) · [数据看板](#-数据看板) · [SOP 流程](#-标准化-ai-开发流程) · [数据沉淀](#-数据沉淀与绩效汇报) · [English](./README.md)
|
|
24
27
|
|
|
@@ -73,21 +76,15 @@ Vibe Coding 过程
|
|
|
73
76
|
|
|
74
77
|
**第一步:看清 AI *为什么*出错** —— 根因分布一目了然:是 AI 幻觉、规则缺失、还是上下文不足?
|
|
75
78
|
|
|
76
|
-
|
|
77
|
-
<img src="./docs/deviation-root-cause.png" alt="偏差根因分布" width="700" />
|
|
78
|
-
</div>
|
|
79
|
+

|
|
79
80
|
|
|
80
81
|
**第二步:看清 AI *在哪*出错** —— 类别分布精准定位:UI 间距、布局结构、组件使用、API 模式。
|
|
81
82
|
|
|
82
|
-
|
|
83
|
-
<img src="./docs/deviation-category.png" alt="偏差类别分布" width="700" />
|
|
84
|
-
</div>
|
|
83
|
+

|
|
85
84
|
|
|
86
85
|
**第三步:看规则的复利效应** —— 随着规则积累(绿色线),同类偏差模式不再复现。
|
|
87
86
|
|
|
88
|
-
|
|
89
|
-
<img src="./docs/deviation-rule-trend.png" alt="偏差与规则趋势" width="700" />
|
|
90
|
-
</div>
|
|
87
|
+

|
|
91
88
|
|
|
92
89
|
`.aidevos/rules/` 目录就是你的**项目专属 AI 知识库**。用 AI 写得越多,它对*你的项目*就越懂。
|
|
93
90
|
|
|
@@ -97,11 +94,7 @@ Vibe Coding 过程
|
|
|
97
94
|
|
|
98
95
|
**你的整个 Vibe Coding 过程 —— 结构化、可视化、可操作。**
|
|
99
96
|
|
|
100
|
-
|
|
101
|
-
<a href="./docs/dashboard.png">
|
|
102
|
-
<img src="./docs/dashboard.png" alt="Dashboard" width="800" />
|
|
103
|
-
</a>
|
|
104
|
-
</div>
|
|
97
|
+

|
|
105
98
|
|
|
106
99
|
> **[在线 Demo →](https://lwtlong.github.io/ai-dev-analytics/)** 真实脱敏数据,无需安装。
|
|
107
100
|
|
package/dist/cli/index.js
CHANGED
|
File without changes
|