triflux 9.7.1 → 9.7.2

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.
@@ -171,7 +171,7 @@ function apply() {
171
171
 
172
172
  // 오케스트레이터 명령 생성
173
173
  const nodeExe = getNodeExe();
174
- const orchestratorPath = "${CLAUDE_PLUGIN_ROOT}/hooks/hook-orchestrator.mjs";
174
+ const orchestratorPath = join(PLUGIN_ROOT, "hooks", "hook-orchestrator.mjs");
175
175
  const orchestratorCmd = `"${nodeExe}" "${orchestratorPath}"`;
176
176
 
177
177
  // 모든 이벤트를 하나의 오케스트레이터로 통합
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "9.7.1",
3
+ "version": "9.7.2",
4
4
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
5
  "type": "module",
6
6
  "bin": {