ai-engineering-init 1.2.3 → 1.2.5
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/.cursor/hooks.json +4 -20
- package/.cursor/skills/leniu-api-development/SKILL.md +1 -1
- package/.cursor/skills/leniu-architecture-design/SKILL.md +1 -1
- package/.cursor/skills/leniu-backend-annotations/SKILL.md +1 -1
- package/.cursor/skills/leniu-brainstorm/SKILL.md +651 -0
- package/.cursor/skills/leniu-code-patterns/SKILL.md +48 -2
- package/.cursor/skills/leniu-crud-development/SKILL.md +1 -1
- package/.cursor/skills/leniu-data-permission/SKILL.md +15 -0
- package/.cursor/skills/leniu-database-ops/SKILL.md +1 -1
- package/.cursor/skills/leniu-error-handler/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-amount-handling/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-concurrent/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-entity/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-export/SKILL.md +24 -23
- package/.cursor/skills/leniu-java-logging/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-mq/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-mybatis/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-report-query-param/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-task/SKILL.md +1 -1
- package/.cursor/skills/leniu-java-total-line/SKILL.md +21 -20
- package/.cursor/skills/leniu-marketing-price-rule-customizer/SKILL.md +1 -1
- package/.cursor/skills/leniu-marketing-recharge-rule-customizer/SKILL.md +1 -1
- package/.cursor/skills/leniu-mealtime/SKILL.md +1 -1
- package/.cursor/skills/leniu-redis-cache/SKILL.md +15 -0
- package/.cursor/skills/leniu-report-customization/SKILL.md +549 -0
- package/.cursor/skills/leniu-security-guard/SKILL.md +1 -1
- package/.cursor/skills/leniu-utils-toolkit/SKILL.md +1 -1
- package/README.md +20 -1
- package/package.json +1 -1
- package/.cursor/skills/leniu-java-code-style/SKILL.md +0 -510
package/.cursor/hooks.json
CHANGED
|
@@ -1,38 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"version": 1,
|
|
2
3
|
"hooks": {
|
|
3
4
|
"beforeSubmitPrompt": [
|
|
4
5
|
{
|
|
5
6
|
"matcher": "",
|
|
6
|
-
"
|
|
7
|
-
{
|
|
8
|
-
"type": "command",
|
|
9
|
-
"command": "node .cursor/hooks/cursor-skill-eval.js"
|
|
10
|
-
}
|
|
11
|
-
]
|
|
7
|
+
"command": "node .cursor/hooks/cursor-skill-eval.js"
|
|
12
8
|
}
|
|
13
9
|
],
|
|
14
10
|
"preToolUse": [
|
|
15
11
|
{
|
|
16
12
|
"matcher": "Shell|Write|CreateFile|EditFile",
|
|
17
|
-
"
|
|
18
|
-
{
|
|
19
|
-
"type": "command",
|
|
20
|
-
"command": "node .cursor/hooks/cursor-pre-tool-use.js",
|
|
21
|
-
"timeout": 5000
|
|
22
|
-
}
|
|
23
|
-
]
|
|
13
|
+
"command": "node .cursor/hooks/cursor-pre-tool-use.js"
|
|
24
14
|
}
|
|
25
15
|
],
|
|
26
16
|
"stop": [
|
|
27
17
|
{
|
|
28
18
|
"matcher": "",
|
|
29
|
-
"
|
|
30
|
-
{
|
|
31
|
-
"type": "command",
|
|
32
|
-
"command": "node .claude/hooks/stop.js",
|
|
33
|
-
"timeout": 10000
|
|
34
|
-
}
|
|
35
|
-
]
|
|
19
|
+
"command": "node .claude/hooks/stop.js"
|
|
36
20
|
}
|
|
37
21
|
]
|
|
38
22
|
}
|
|
@@ -14,7 +14,7 @@ description: |
|
|
|
14
14
|
- leniu-tengyun-core:/Users/xujiajun/Developer/gongsi_proj/leniu-api/leniu-tengyun-core
|
|
15
15
|
- leniu-yunshitang:/Users/xujiajun/Developer/gongsi_proj/leniu-api/leniu-tengyun/leniu-yunshitang
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
触发词:架构设计、双库架构、商户库、系统库、pigx框架、四层架构、模块划分、Business层
|
|
18
18
|
---
|
|
19
19
|
|
|
20
20
|
# leniu-yunshitang-core 架构设计指南
|
|
@@ -13,7 +13,7 @@ description: |
|
|
|
13
13
|
- leniu-tengyun-core:/Users/xujiajun/Developer/gongsi_proj/leniu-api/leniu-tengyun-core
|
|
14
14
|
- leniu-yunshitang:/Users/xujiajun/Developer/gongsi_proj/leniu-api/leniu-tengyun/leniu-yunshitang
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
触发词:@RequiresAuthentication、@RequiresGuest、@Validated、@NotNull、@Api、@ApiOperation、@ApiModelProperty、分组校验、InsertGroup、UpdateGroup
|
|
17
17
|
---
|
|
18
18
|
|
|
19
19
|
# leniu-yunshitang-core 后端注解指南
|