adspecs 0.1.13 → 0.1.14

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.
@@ -1,23 +1,23 @@
1
- {
2
- "name": "adspecs-marketplace",
3
- "owner": {
4
- "name": "Qingwen Chen",
5
- "email": "cqinwn@qq.com",
6
- "url": "https://gitee.com/yuebon/adspecs",
7
- "github": "https://gitee.com/yuebon/adspecs"
8
- },
9
- "plugins": [
10
- {
11
- "name": "adspecs",
12
- "description": "AI Coding研发协同开发插件",
13
- "version": "0.1.13",
14
- "source": "./",
15
- "author": {
16
- "name": "Qingwen Chen",
17
- "email": "cqinwn@qq.com",
18
- "url": "https://gitee.com/yuebon/adspecs",
19
- "github": "https://gitee.com/yuebon/adspecs"
20
- }
21
- }
22
- ]
23
- }
1
+ {
2
+ "name": "adspecs-marketplace",
3
+ "owner": {
4
+ "name": "Qingwen Chen",
5
+ "email": "cqinwn@qq.com",
6
+ "url": "https://gitee.com/yuebon/adspecs",
7
+ "github": "https://gitee.com/yuebon/adspecs"
8
+ },
9
+ "plugins": [
10
+ {
11
+ "name": "adspecs",
12
+ "description": "AI Coding研发协同开发插件",
13
+ "version": "0.1.14",
14
+ "source": "./",
15
+ "author": {
16
+ "name": "Qingwen Chen",
17
+ "email": "cqinwn@qq.com",
18
+ "url": "https://gitee.com/yuebon/adspecs",
19
+ "github": "https://gitee.com/yuebon/adspecs"
20
+ }
21
+ }
22
+ ]
23
+ }
@@ -1,14 +1,18 @@
1
- {
2
- "name": "adspecs",
3
- "displayName": "adspecs AI Plugin",
4
- "description": "AI first工程规范驱动开发插件",
5
- "version": "0.1.13",
6
- "author": {
7
- "name": "Qingwen Chen",
8
- "email": "cqinwn@qq.com",
9
- "url": "https://gitee.com/yuebon/adspecs"
10
- },
11
- "skills": "./skills/",
12
- "license": "apache-2.0",
13
- "keywords": ["adspecs", "ai", "development"]
14
- }
1
+ {
2
+ "name": "adspecs",
3
+ "displayName": "adspecs AI Plugin",
4
+ "description": "AI first工程规范驱动开发插件",
5
+ "version": "0.1.14",
6
+ "author": {
7
+ "name": "Qingwen Chen",
8
+ "email": "cqinwn@qq.com",
9
+ "url": "https://gitee.com/yuebon/adspecs"
10
+ },
11
+ "skills": "./skills/",
12
+ "license": "apache-2.0",
13
+ "keywords": [
14
+ "adspecs",
15
+ "ai",
16
+ "development"
17
+ ]
18
+ }
package/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
 
8
8
  ---
9
9
 
10
- ![简介](assets\readme-illustrations\cartoon\cover.svg)
11
10
  ## 简介
12
11
 
13
12
  AdSpecs 是一个基于 Claude Code 的 AI 工程研发协同插件,提供:
@@ -24,8 +23,6 @@ AdSpecs 是一个基于 Claude Code 的 AI 工程研发协同插件,提供:
24
23
 
25
24
  ## AI Coding六维魔方
26
25
 
27
- ![AI Coding六维魔方](assets/readme-illustrations/cartoon/00-ai-coding-six-dimension-cube.svg)
28
-
29
26
  WAF六个架构维度。每个面由多个能力模块组成,每个方块代表一个可独立使用的能力颗粒。
30
27
 
31
28
  **D1·意图传递**
@@ -45,8 +42,6 @@ AI Coding能力从个人复制到团队与组织,形成可推广的资产和
45
42
 
46
43
  ## 解决什么问题
47
44
 
48
- ![总体流程图](assets\readme-illustrations\cartoon\00-collaboration-platform.svg)
49
-
50
45
  AdSpecs不同于CC、codex、XXwork等产品,其要真正要解决的,是让 AI 从“个人助手”进入“团队正式交付系统”,这是它的核心价值。
51
46
 
52
47
  我们也就擅长干这个,干单体用户的场景咱也干不过这些模型厂商啥的。
@@ -84,7 +79,7 @@ AI 可以写得更快,但必须跑测试、过 Review、留审计、受权限
84
79
  ## 核心思路-基于 CR 的全流程协作与贯穿
85
80
 
86
81
  AdSpecs 是以 **CR(Change Request)工作容器**为核心,CR 不是简单的需求单,而是一次变更从想法、需求、设计、任务、代码、测试、评审的工作容器,协作过程组织成一个可追踪、可评审、可沉淀的闭环。
87
- ![核心思路](assets\readme-illustrations\cartoon\01-core-idea.svg)
82
+
88
83
  ### 1. 基于 CR 的协作闭环
89
84
 
90
85
  每个 CR 承载一次需求变更或功能交付,从需求输入开始,逐步沉淀为设计、任务、代码、测试与评审结论。所有角色围绕同一个 CR 协同,避免需求、设计、实现、测试分散在不同上下文中。
@@ -114,11 +109,6 @@ AdSpecs 是以 **CR(Change Request)工作容器**为核心,CR 不是简单
114
109
 
115
110
  ---
116
111
 
117
- ## 总体流程
118
-
119
- ![总体流程图](assets/readme-illustrations/cartoon/02-overall-flow.svg)
120
-
121
-
122
112
  ## 插件结构
123
113
 
124
114
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adspecs",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "AI first 工程规范驱动开发插件 — 支持 npm 安装和 CLI 初始化",
5
5
  "bin": {
6
6
  "adspecs": "./bin/adspecs.js"