triflux 3.3.0-dev.3 → 3.3.0-dev.5

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/package.json CHANGED
@@ -1,60 +1,60 @@
1
- {
2
- "name": "triflux",
3
- "version": "3.3.0-dev.3",
4
- "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
- "type": "module",
6
- "bin": {
7
- "triflux": "bin/triflux.mjs",
8
- "tfx": "bin/triflux.mjs",
9
- "tfl": "bin/triflux.mjs",
10
- "tfx-setup": "bin/tfx-setup.mjs",
11
- "tfx-doctor": "bin/tfx-doctor.mjs"
12
- },
13
- "files": [
14
- "bin",
15
- "hub",
16
- "skills",
17
- "!**/failure-reports",
18
- "scripts",
19
- "hooks",
20
- "hud",
21
- ".claude-plugin",
22
- ".mcp.json",
23
- "README.md",
24
- "README.ko.md",
25
- "LICENSE"
26
- ],
27
- "scripts": {
28
- "setup": "node scripts/setup.mjs",
29
- "postinstall": "node scripts/setup.mjs",
30
- "test": "node --test tests/**/*.test.mjs",
31
- "test:unit": "node --test tests/unit/**/*.test.mjs",
32
- "test:integration": "node --test tests/integration/**/*.test.mjs",
33
- "test:route-smoke": "node --test scripts/test-tfx-route-no-claude-native.mjs"
34
- },
35
- "engines": {
36
- "node": ">=18.0.0"
37
- },
38
- "repository": {
39
- "type": "git",
40
- "url": "git+https://github.com/tellang/triflux.git"
41
- },
42
- "homepage": "https://github.com/tellang/triflux#readme",
43
- "author": "tellang",
44
- "license": "MIT",
45
- "dependencies": {
46
- "better-sqlite3": "^12.6.2",
47
- "@modelcontextprotocol/sdk": "^1.27.1"
48
- },
49
- "keywords": [
50
- "claude-code",
51
- "plugin",
52
- "codex",
53
- "gemini",
54
- "cli-routing",
55
- "orchestration",
56
- "multi-model",
57
- "triflux",
58
- "tfx"
59
- ]
60
- }
1
+ {
2
+ "name": "triflux",
3
+ "version": "3.3.0-dev.5",
4
+ "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
+ "type": "module",
6
+ "bin": {
7
+ "triflux": "bin/triflux.mjs",
8
+ "tfx": "bin/triflux.mjs",
9
+ "tfl": "bin/triflux.mjs",
10
+ "tfx-setup": "bin/tfx-setup.mjs",
11
+ "tfx-doctor": "bin/tfx-doctor.mjs"
12
+ },
13
+ "files": [
14
+ "bin",
15
+ "hub",
16
+ "skills",
17
+ "!**/failure-reports",
18
+ "scripts",
19
+ "hooks",
20
+ "hud",
21
+ ".claude-plugin",
22
+ ".mcp.json",
23
+ "README.md",
24
+ "README.ko.md",
25
+ "LICENSE"
26
+ ],
27
+ "scripts": {
28
+ "setup": "node scripts/setup.mjs",
29
+ "postinstall": "node scripts/setup.mjs",
30
+ "test": "node --test --test-force-exit \"tests/**/*.test.mjs\" \"scripts/__tests__/**/*.test.mjs\"",
31
+ "test:unit": "node --test --test-force-exit tests/unit/**/*.test.mjs",
32
+ "test:integration": "node --test --test-force-exit tests/integration/**/*.test.mjs",
33
+ "test:route-smoke": "node --test scripts/test-tfx-route-no-claude-native.mjs"
34
+ },
35
+ "engines": {
36
+ "node": ">=18.0.0"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/tellang/triflux.git"
41
+ },
42
+ "homepage": "https://github.com/tellang/triflux#readme",
43
+ "author": "tellang",
44
+ "license": "MIT",
45
+ "dependencies": {
46
+ "better-sqlite3": "^12.6.2",
47
+ "@modelcontextprotocol/sdk": "^1.27.1"
48
+ },
49
+ "keywords": [
50
+ "claude-code",
51
+ "plugin",
52
+ "codex",
53
+ "gemini",
54
+ "cli-routing",
55
+ "orchestration",
56
+ "multi-model",
57
+ "triflux",
58
+ "tfx"
59
+ ]
60
+ }