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.
Files changed (30) hide show
  1. package/.cursor/hooks.json +4 -20
  2. package/.cursor/skills/leniu-api-development/SKILL.md +1 -1
  3. package/.cursor/skills/leniu-architecture-design/SKILL.md +1 -1
  4. package/.cursor/skills/leniu-backend-annotations/SKILL.md +1 -1
  5. package/.cursor/skills/leniu-brainstorm/SKILL.md +651 -0
  6. package/.cursor/skills/leniu-code-patterns/SKILL.md +48 -2
  7. package/.cursor/skills/leniu-crud-development/SKILL.md +1 -1
  8. package/.cursor/skills/leniu-data-permission/SKILL.md +15 -0
  9. package/.cursor/skills/leniu-database-ops/SKILL.md +1 -1
  10. package/.cursor/skills/leniu-error-handler/SKILL.md +1 -1
  11. package/.cursor/skills/leniu-java-amount-handling/SKILL.md +1 -1
  12. package/.cursor/skills/leniu-java-concurrent/SKILL.md +1 -1
  13. package/.cursor/skills/leniu-java-entity/SKILL.md +1 -1
  14. package/.cursor/skills/leniu-java-export/SKILL.md +24 -23
  15. package/.cursor/skills/leniu-java-logging/SKILL.md +1 -1
  16. package/.cursor/skills/leniu-java-mq/SKILL.md +1 -1
  17. package/.cursor/skills/leniu-java-mybatis/SKILL.md +1 -1
  18. package/.cursor/skills/leniu-java-report-query-param/SKILL.md +1 -1
  19. package/.cursor/skills/leniu-java-task/SKILL.md +1 -1
  20. package/.cursor/skills/leniu-java-total-line/SKILL.md +21 -20
  21. package/.cursor/skills/leniu-marketing-price-rule-customizer/SKILL.md +1 -1
  22. package/.cursor/skills/leniu-marketing-recharge-rule-customizer/SKILL.md +1 -1
  23. package/.cursor/skills/leniu-mealtime/SKILL.md +1 -1
  24. package/.cursor/skills/leniu-redis-cache/SKILL.md +15 -0
  25. package/.cursor/skills/leniu-report-customization/SKILL.md +549 -0
  26. package/.cursor/skills/leniu-security-guard/SKILL.md +1 -1
  27. package/.cursor/skills/leniu-utils-toolkit/SKILL.md +1 -1
  28. package/README.md +20 -1
  29. package/package.json +1 -1
  30. package/.cursor/skills/leniu-java-code-style/SKILL.md +0 -510
@@ -1,38 +1,22 @@
1
1
  {
2
+ "version": 1,
2
3
  "hooks": {
3
4
  "beforeSubmitPrompt": [
4
5
  {
5
6
  "matcher": "",
6
- "hooks": [
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
- "hooks": [
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
- "hooks": [
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
  }
@@ -12,7 +12,7 @@ description: |
12
12
 
13
13
  适用项目:leniu-tengyun-core(云食堂项目)
14
14
 
15
- 触发词:leniu-API、leniu-接口、leniu-Controller、leniu-RESTful、LeResult、云食堂接口、云食堂API
15
+ 触发词:API接口、Controller、RESTful、LeResult、LeResponse、LeRequest、接口开发、路由前缀
16
16
  ---
17
17
 
18
18
  # leiu-yunshitang-core API 接口开发规范
@@ -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
- 触发词:leniu架构、云食堂架构、双库架构、商户库、系统库、net.xnzn、pigx框架、leniu-yunshitang、leniu-tengyun-core
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
- 触发词:leniu-注解、leniu-@RequiresAuthentication、leniu-@RequiresGuest、leniu-@Validated、leniu-@NotNull、leniu-@Api、leniu-@ApiOperation、leniu-@ApiModelProperty、leniu-分组校验、leniu-InsertGroup、leniu-UpdateGroup、net.xnzn、leniu-yunshitang、leniu-yunshitang-core、云食堂注解
16
+ 触发词:@RequiresAuthentication、@RequiresGuest、@Validated、@NotNull、@Api、@ApiOperation、@ApiModelProperty、分组校验、InsertGroup、UpdateGroup
17
17
  ---
18
18
 
19
19
  # leniu-yunshitang-core 后端注解指南