ai-engineering-init 1.14.1 → 1.14.3

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 (27) hide show
  1. package/.claude/commands/release.md +109 -0
  2. package/.claude/hooks/skill-forced-eval.js +1 -0
  3. package/.claude/skills/chrome-cdp/SKILL.md +81 -0
  4. package/.claude/skills/chrome-cdp/scripts/cdp.mjs +838 -0
  5. package/.claude/skills/chrome-cdp/scripts/run-cdp.sh +7 -0
  6. package/.claude/skills/leniu-crud-development/SKILL.md +26 -7
  7. package/.claude/skills/leniu-java-mybatis/SKILL.md +25 -16
  8. package/.claude/skills/leniu-report-scenario/SKILL.md +508 -0
  9. package/.claude/skills/leniu-report-scenario/references/customization.md +356 -0
  10. package/.claude/skills/leniu-report-scenario/references/data-permission.md +182 -0
  11. package/.claude/skills/leniu-report-scenario/references/report-tables.md +162 -0
  12. package/.codex/skills/leniu-crud-development/SKILL.md +26 -7
  13. package/.codex/skills/leniu-java-mybatis/SKILL.md +25 -16
  14. package/.codex/skills/leniu-report-scenario/SKILL.md +508 -0
  15. package/.codex/skills/leniu-report-scenario/references/customization.md +356 -0
  16. package/.codex/skills/leniu-report-scenario/references/data-permission.md +182 -0
  17. package/.codex/skills/leniu-report-scenario/references/report-tables.md +162 -0
  18. package/.cursor/hooks/cursor-skill-eval.js +4 -29
  19. package/.cursor/rules/skill-activation.mdc +1 -7
  20. package/.cursor/skills/leniu-crud-development/SKILL.md +26 -7
  21. package/.cursor/skills/leniu-java-mybatis/SKILL.md +25 -16
  22. package/.cursor/skills/leniu-report-scenario/SKILL.md +508 -0
  23. package/.cursor/skills/leniu-report-scenario/references/customization.md +356 -0
  24. package/.cursor/skills/leniu-report-scenario/references/data-permission.md +182 -0
  25. package/.cursor/skills/leniu-report-scenario/references/report-tables.md +162 -0
  26. package/bin/index.js +1 -1
  27. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -143,7 +143,7 @@ function printHelp() {
143
143
  console.log(' npx ai-engineering-init sync-back # 扫描所有已安装工具');
144
144
  console.log(' npx ai-engineering-init sync-back --tool claude # 只扫描 Claude');
145
145
  console.log(' npx ai-engineering-init sync-back --skill bug-detective # 只对比指定技能');
146
- console.log(' npx ai-engineering-init sync-back --skill bug-detective --submit # 提交 Issue\n');
146
+ console.log(' npx ai-engineering-init sync-back --skill bug-detective --submit # 提交 Issue');
147
147
  }
148
148
 
149
149
  // ── 工具定义(init 用)────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-engineering-init",
3
- "version": "1.14.1",
3
+ "version": "1.14.3",
4
4
  "description": "AI 工程化配置初始化工具 — 一键为 Claude Code、OpenAI Codex 等 AI 工具初始化 Skills 和项目规范",
5
5
  "keywords": [
6
6
  "claude-code",