@neikyun/ciel 6.11.1 → 6.11.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.
@@ -20,7 +20,7 @@
20
20
  "hooks": [
21
21
  {
22
22
  "type": "command",
23
- "command": "echo \"[CIEL v6] Session started — Pipeline: DOCS → QUOI → ASK → AVEC QUOI → DIVERGE → RECHERCHE → CODEBASE → EVALUER → ASK2 → FAIRE → RELIRE → PROUVER → MEMOIRE → META\" && \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/session-version-check.sh"
23
+ "command": "echo \"[CIEL v6] Session started — Pipeline: DOCS → QUOI → ASK → AVEC QUOI → DIVERGE → RECHERCHE → CODEBASE → EVALUER → ASK2 → FAIRE → RELIRE → PROUVER → MEMOIRE → META\" && { ! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/session-version-check.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/session-version-check.sh\"; }"
24
24
  }
25
25
  ]
26
26
  }
@@ -31,11 +31,11 @@
31
31
  "hooks": [
32
32
  {
33
33
  "type": "command",
34
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/check-test-first.sh"
34
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/check-test-first.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/check-test-first.sh\""
35
35
  },
36
36
  {
37
37
  "type": "command",
38
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/pre-tool-write.sh"
38
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/pre-tool-write.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/pre-tool-write.sh\""
39
39
  }
40
40
  ]
41
41
  },
@@ -45,7 +45,7 @@
45
45
  {
46
46
  "type": "command",
47
47
  "if": "Bash(rm *)",
48
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/block-destructive.sh"
48
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/block-destructive.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/block-destructive.sh\""
49
49
  }
50
50
  ]
51
51
  },
@@ -54,7 +54,7 @@
54
54
  "hooks": [
55
55
  {
56
56
  "type": "command",
57
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/pre-agent-gate.sh"
57
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/pre-agent-gate.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/pre-agent-gate.sh\""
58
58
  }
59
59
  ]
60
60
  }
@@ -65,7 +65,7 @@
65
65
  "hooks": [
66
66
  {
67
67
  "type": "command",
68
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/track-file.sh"
68
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/track-file.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/track-file.sh\""
69
69
  },
70
70
  {
71
71
  "type": "command",
@@ -108,7 +108,7 @@
108
108
  "hooks": [
109
109
  {
110
110
  "type": "command",
111
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/meta-critiquer.sh"
111
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/meta-critiquer.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/meta-critiquer.sh\""
112
112
  }
113
113
  ]
114
114
  }
@@ -118,7 +118,7 @@
118
118
  "hooks": [
119
119
  {
120
120
  "type": "command",
121
- "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/meta-critiquer.sh"
121
+ "command": "! [ -x \"$CLAUDE_PROJECT_DIR/.claude/hooks/meta-critiquer.sh\" ] || \"$CLAUDE_PROJECT_DIR/.claude/hooks/meta-critiquer.sh\""
122
122
  }
123
123
  ]
124
124
  }
@@ -15,7 +15,7 @@ Usage: `/ciel-status [--check]`
15
15
  ```
16
16
  ## CIEL STATUS
17
17
 
18
- Version: v6.11.1
18
+ Version: v6.11.3
19
19
  Platform: Claude Code
20
20
  Config: .claude/settings.json — OK (4 hooks registered)
21
21
  Skills directory: skills/ — 43 skills loaded
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neikyun/ciel",
3
- "version": "6.11.1",
3
+ "version": "6.11.3",
4
4
  "description": "Ciel — Deep-reasoning pipeline for LLM-assisted development. OpenCode plugin + multi-platform CLI (OpenCode, Claude Code, more).",
5
5
  "main": "./dist/plugin/index.js",
6
6
  "types": "./dist/plugin/index.d.ts",