triflux 10.9.3 → 10.9.4
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.
- package/.claude-plugin/marketplace.json +3 -3
- package/README.ko.md +2 -2
- package/README.md +1 -1
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"plugins": [
|
|
9
9
|
{
|
|
10
10
|
"name": "triflux",
|
|
11
|
-
"description": "CLI
|
|
12
|
-
"version": "10.9.
|
|
11
|
+
"description": "Tri-CLI orchestrator for Claude Code. Routes tasks across Claude + Codex + Gemini with consensus intelligence, natural language routing, 42 skills, and cross-model review.",
|
|
12
|
+
"version": "10.9.4",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "tellang"
|
|
15
15
|
},
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
]
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
|
-
"version": "10.
|
|
33
|
+
"version": "10.9.4"
|
|
34
34
|
}
|
package/README.ko.md
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
## 빠른 시작
|
|
39
39
|
|
|
40
|
-
**Claude Code** (권장)
|
|
40
|
+
**Claude Code** (권장) — Claude Code 세션 안에서 실행:
|
|
41
41
|
|
|
42
42
|
```
|
|
43
43
|
/plugin marketplace add tellang/triflux
|
|
@@ -287,7 +287,7 @@ graph TD
|
|
|
287
287
|
|
|
288
288
|
## 빠른 시작
|
|
289
289
|
|
|
290
|
-
**Claude Code** (권장)
|
|
290
|
+
**Claude Code** (권장) — Claude Code 세션 안에서 실행:
|
|
291
291
|
|
|
292
292
|
```
|
|
293
293
|
/plugin marketplace add tellang/triflux
|
package/README.md
CHANGED