triflux 10.1.0 → 10.2.0

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.
Files changed (134) hide show
  1. package/.claude-plugin/marketplace.json +34 -0
  2. package/.claude-plugin/plugin.json +22 -0
  3. package/LICENSE +21 -21
  4. package/README.md +269 -168
  5. package/bin/triflux.mjs +88 -6
  6. package/config/mcp-registry.json +29 -0
  7. package/hooks/hook-registry.json +256 -256
  8. package/hub/adaptive-inject.mjs +1 -1
  9. package/hub/assign-callbacks.mjs +120 -120
  10. package/hub/delegator/index.mjs +14 -14
  11. package/hub/delegator/tool-definitions.mjs +35 -35
  12. package/hub/hitl.mjs +143 -143
  13. package/hub/router.mjs +791 -791
  14. package/hub/session-fingerprint.mjs +1 -1
  15. package/hub/team/ansi.mjs +20 -1
  16. package/hub/team/cli/commands/attach.mjs +37 -37
  17. package/hub/team/cli/commands/debug.mjs +74 -74
  18. package/hub/team/cli/commands/focus.mjs +53 -53
  19. package/hub/team/cli/commands/list.mjs +24 -24
  20. package/hub/team/cli/commands/start/start-in-process.mjs +40 -40
  21. package/hub/team/cli/commands/start/start-mux.mjs +73 -73
  22. package/hub/team/cli/commands/start/start-wt.mjs +69 -69
  23. package/hub/team/cli/commands/tasks.mjs +13 -13
  24. package/hub/team/cli/render.mjs +30 -30
  25. package/hub/team/cli/services/attach-fallback.mjs +54 -54
  26. package/hub/team/cli/services/member-selector.mjs +30 -30
  27. package/hub/team/cli/services/native-control.mjs +116 -116
  28. package/hub/team/cli/services/task-model.mjs +30 -30
  29. package/hub/team/conductor.mjs +671 -671
  30. package/hub/team/headless.mjs +1156 -1156
  31. package/hub/team/notify.mjs +1 -1
  32. package/hub/team/orchestrator.mjs +161 -161
  33. package/hub/team/session.mjs +611 -611
  34. package/hub/team/shared.mjs +13 -13
  35. package/hub/team/tui-lite.mjs +16 -4
  36. package/hub/tray.mjs +368 -368
  37. package/hub/workers/codex-mcp.mjs +507 -507
  38. package/hub/workers/factory.mjs +21 -21
  39. package/hud/providers/codex.mjs +24 -2
  40. package/package.json +55 -22
  41. package/scripts/completions/tfx.bash +47 -47
  42. package/scripts/completions/tfx.fish +44 -44
  43. package/scripts/completions/tfx.zsh +83 -83
  44. package/scripts/hub-ensure.mjs +120 -120
  45. package/scripts/keyword-detector.mjs +272 -272
  46. package/scripts/keyword-rules-expander.mjs +521 -521
  47. package/scripts/lib/mcp-server-catalog.mjs +118 -118
  48. package/scripts/notion-read.mjs +553 -553
  49. package/scripts/test-tfx-route-no-claude-native.mjs +57 -57
  50. package/scripts/tfx-batch-stats.mjs +96 -96
  51. package/tui/codex-profile.mjs +402 -0
  52. package/tui/core.mjs +236 -0
  53. package/tui/doctor.mjs +328 -0
  54. package/tui/gemini-profile.mjs +254 -0
  55. package/tui/monitor-data.mjs +148 -0
  56. package/tui/monitor.mjs +295 -0
  57. package/tui/setup.mjs +442 -0
  58. package/CLAUDE.md +0 -193
  59. package/mesh/index.mjs +0 -63
  60. package/mesh/mesh-budget.mjs +0 -128
  61. package/mesh/mesh-heartbeat.mjs +0 -100
  62. package/mesh/mesh-protocol.mjs +0 -96
  63. package/mesh/mesh-queue.mjs +0 -165
  64. package/mesh/mesh-registry.mjs +0 -78
  65. package/mesh/mesh-router.mjs +0 -76
  66. package/references/hosts.json +0 -33
  67. package/skills/.omc/state/agent-replay-8f0e10a9-9693-4410-96f5-a6b07e8ed995.jsonl +0 -1
  68. package/skills/.omc/state/idle-notif-cooldown.json +0 -3
  69. package/skills/.omc/state/last-tool-error.json +0 -7
  70. package/skills/.omc/state/subagent-tracking.json +0 -7
  71. package/skills/tfx-remote-spawn/references/hosts.json +0 -16
  72. package/skills/tfx-workspace/async-tests/run-tests.sh +0 -203
  73. package/skills/tfx-workspace/evals/evals.json +0 -79
  74. package/skills/tfx-workspace/iteration-1/benchmark.json +0 -162
  75. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/eval_metadata.json +0 -11
  76. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/old_skill/grading.json +0 -9
  77. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/old_skill/outputs/analysis.md +0 -154
  78. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/old_skill/timing.json +0 -5
  79. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/with_skill/grading.json +0 -9
  80. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/with_skill/outputs/analysis.md +0 -126
  81. package/skills/tfx-workspace/iteration-1/codex-gemini-remap/with_skill/timing.json +0 -5
  82. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/eval_metadata.json +0 -11
  83. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/old_skill/grading.json +0 -9
  84. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/old_skill/outputs/analysis.md +0 -119
  85. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/old_skill/timing.json +0 -5
  86. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/with_skill/grading.json +0 -9
  87. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/with_skill/outputs/analysis.md +0 -115
  88. package/skills/tfx-workspace/iteration-1/doctor-diagnosis/with_skill/timing.json +0 -5
  89. package/skills/tfx-workspace/iteration-1/hub-start-sequence/eval_metadata.json +0 -10
  90. package/skills/tfx-workspace/iteration-1/hub-start-sequence/old_skill/grading.json +0 -8
  91. package/skills/tfx-workspace/iteration-1/hub-start-sequence/old_skill/outputs/analysis.md +0 -86
  92. package/skills/tfx-workspace/iteration-1/hub-start-sequence/old_skill/timing.json +0 -5
  93. package/skills/tfx-workspace/iteration-1/hub-start-sequence/with_skill/grading.json +0 -8
  94. package/skills/tfx-workspace/iteration-1/hub-start-sequence/with_skill/outputs/analysis.md +0 -81
  95. package/skills/tfx-workspace/iteration-1/hub-start-sequence/with_skill/timing.json +0 -5
  96. package/skills/tfx-workspace/iteration-1/multi-team-creation/eval_metadata.json +0 -12
  97. package/skills/tfx-workspace/iteration-1/multi-team-creation/old_skill/grading.json +0 -10
  98. package/skills/tfx-workspace/iteration-1/multi-team-creation/old_skill/outputs/analysis.md +0 -316
  99. package/skills/tfx-workspace/iteration-1/multi-team-creation/old_skill/timing.json +0 -5
  100. package/skills/tfx-workspace/iteration-1/multi-team-creation/with_skill/grading.json +0 -10
  101. package/skills/tfx-workspace/iteration-1/multi-team-creation/with_skill/outputs/analysis.md +0 -352
  102. package/skills/tfx-workspace/iteration-1/multi-team-creation/with_skill/timing.json +0 -5
  103. package/skills/tfx-workspace/iteration-1/review.html +0 -1325
  104. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/eval_metadata.json +0 -12
  105. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/old_skill/grading.json +0 -10
  106. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/old_skill/outputs/analysis.md +0 -97
  107. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/old_skill/timing.json +0 -5
  108. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/with_skill/grading.json +0 -10
  109. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/with_skill/outputs/analysis.md +0 -94
  110. package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/with_skill/timing.json +0 -5
  111. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/eval_metadata.json +0 -12
  112. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/old_skill/grading.json +0 -10
  113. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/old_skill/outputs/analysis.md +0 -209
  114. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/old_skill/timing.json +0 -5
  115. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/with_skill/grading.json +0 -10
  116. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/with_skill/outputs/analysis.md +0 -193
  117. package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/with_skill/timing.json +0 -5
  118. package/skills/tfx-workspace/iteration-2/benchmark.json +0 -62
  119. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/eval_metadata.json +0 -13
  120. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/old_skill/grading.json +0 -11
  121. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/old_skill/outputs/analysis.md +0 -382
  122. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/old_skill/timing.json +0 -5
  123. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/with_skill/grading.json +0 -11
  124. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/with_skill/outputs/analysis.md +0 -333
  125. package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/with_skill/timing.json +0 -5
  126. package/skills/tfx-workspace/iteration-2/review.html +0 -1325
  127. package/skills/tfx-workspace/skill-snapshot/tfx-auto/SKILL.md +0 -217
  128. package/skills/tfx-workspace/skill-snapshot/tfx-auto-codex/SKILL.md +0 -77
  129. package/skills/tfx-workspace/skill-snapshot/tfx-codex/SKILL.md +0 -65
  130. package/skills/tfx-workspace/skill-snapshot/tfx-doctor/SKILL.md +0 -94
  131. package/skills/tfx-workspace/skill-snapshot/tfx-gemini/SKILL.md +0 -82
  132. package/skills/tfx-workspace/skill-snapshot/tfx-hub/SKILL.md +0 -133
  133. package/skills/tfx-workspace/skill-snapshot/tfx-multi/SKILL.md +0 -426
  134. package/skills/tfx-workspace/skill-snapshot/tfx-setup/SKILL.md +0 -101
@@ -0,0 +1,34 @@
1
+ {
2
+ "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
3
+ "name": "triflux",
4
+ "description": "CLI-first multi-model orchestrator — Codex/Gemini/Claude routing with DAG execution, auto-triage, and cost optimization",
5
+ "owner": {
6
+ "name": "tellang"
7
+ },
8
+ "plugins": [
9
+ {
10
+ "name": "triflux",
11
+ "description": "CLI-first multi-model orchestrator for Claude Code. Routes tasks to Codex, Gemini, and Claude CLIs with automatic triage, DAG-based parallel execution, headless psmux sessions, and cost-optimized routing. Includes 41 skills, HUD status bar, hook orchestrator, and shell-based CLI routing.",
12
+ "version": "9.7.14",
13
+ "author": {
14
+ "name": "tellang"
15
+ },
16
+ "source": {
17
+ "source": "npm",
18
+ "package": "triflux"
19
+ },
20
+ "category": "productivity",
21
+ "homepage": "https://github.com/tellang/triflux",
22
+ "tags": [
23
+ "multi-model",
24
+ "codex",
25
+ "gemini",
26
+ "cli-routing",
27
+ "orchestration",
28
+ "cost-optimization",
29
+ "dag-execution"
30
+ ]
31
+ }
32
+ ],
33
+ "version": "9.7.14"
34
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "triflux",
3
+ "version": "10.0.0",
4
+ "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
+ "author": {
6
+ "name": "tellang"
7
+ },
8
+ "repository": "https://github.com/tellang/triflux",
9
+ "homepage": "https://github.com/tellang/triflux",
10
+ "license": "MIT",
11
+ "keywords": [
12
+ "claude-code",
13
+ "plugin",
14
+ "codex",
15
+ "gemini",
16
+ "cli-routing",
17
+ "orchestration",
18
+ "multi-model"
19
+ ],
20
+ "skills": "./skills/",
21
+ "hooks": "./hooks/hooks.json"
22
+ }
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 tellang
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 tellang
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.