adspecs 0.1.14 → 0.1.16

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.
@@ -36,6 +36,9 @@ auto_commit:
36
36
  after_constitution:
37
37
  enabled: false
38
38
  message: "[adspecs] Add project constitution"
39
+ after_new_requirement:
40
+ enabled: true
41
+ message: "[adspecs] Add business requirement analysis"
39
42
  after_prd:
40
43
  enabled: false
41
44
  message: "[adspecs] Add PRD"
@@ -10,7 +10,7 @@
10
10
  {
11
11
  "name": "adspecs",
12
12
  "description": "AI Coding研发协同开发插件",
13
- "version": "0.1.14",
13
+ "version": "0.1.16",
14
14
  "source": "./",
15
15
  "author": {
16
16
  "name": "Qingwen Chen",
@@ -2,7 +2,7 @@
2
2
  "name": "adspecs",
3
3
  "displayName": "adspecs AI Plugin",
4
4
  "description": "AI first工程规范驱动开发插件",
5
- "version": "0.1.14",
5
+ "version": "0.1.16",
6
6
  "author": {
7
7
  "name": "Qingwen Chen",
8
8
  "email": "cqinwn@qq.com",