ccjk 2.0.5 → 2.0.6

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.
@@ -20,7 +20,7 @@ import trash from 'trash';
20
20
  import i18next from 'i18next';
21
21
  import Backend from 'i18next-fs-backend';
22
22
 
23
- const version = "2.0.5";
23
+ const version = "2.0.6";
24
24
  const homepage = "https://github.com/miounet11/ccjk";
25
25
 
26
26
  const i18n = i18next.createInstance();
package/dist/cli.mjs CHANGED
@@ -2679,8 +2679,7 @@ async function showClaudeCodeMenu() {
2679
2679
  return void 0;
2680
2680
  case "d":
2681
2681
  await doctor();
2682
- printSeparator();
2683
- return void 0;
2682
+ break;
2684
2683
  // CCJK Features
2685
2684
  case "w":
2686
2685
  await showWorkflowsAndSkillsMenu();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ccjk",
3
3
  "type": "module",
4
- "version": "2.0.5",
4
+ "version": "2.0.6",
5
5
  "description": "Claude Code JinKu - Advanced AI-powered development assistant with skills, agents, and LLM-driven audit",
6
6
  "author": {
7
7
  "name": "CCJK Team"