triflux 10.3.4 → 10.4.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.
- package/CLAUDE.md +193 -0
- package/LICENSE +21 -21
- package/hooks/hook-registry.json +256 -256
- package/hub/adaptive-inject.mjs +1 -1
- package/hub/assign-callbacks.mjs +120 -120
- package/hub/delegator/index.mjs +14 -14
- package/hub/delegator/tool-definitions.mjs +35 -35
- package/hub/hitl.mjs +143 -143
- package/hub/router.mjs +791 -791
- package/hub/session-fingerprint.mjs +1 -1
- package/hub/team/cli/commands/attach.mjs +37 -37
- package/hub/team/cli/commands/debug.mjs +74 -74
- package/hub/team/cli/commands/focus.mjs +53 -53
- package/hub/team/cli/commands/list.mjs +24 -24
- package/hub/team/cli/commands/start/start-in-process.mjs +40 -40
- package/hub/team/cli/commands/start/start-mux.mjs +73 -73
- package/hub/team/cli/commands/start/start-wt.mjs +69 -69
- package/hub/team/cli/commands/tasks.mjs +13 -13
- package/hub/team/cli/render.mjs +30 -30
- package/hub/team/cli/services/attach-fallback.mjs +54 -54
- package/hub/team/cli/services/member-selector.mjs +30 -30
- package/hub/team/cli/services/native-control.mjs +116 -116
- package/hub/team/cli/services/task-model.mjs +30 -30
- package/hub/team/notify.mjs +1 -1
- package/hub/team/orchestrator.mjs +161 -161
- package/hub/team/session.mjs +611 -611
- package/hub/team/shared.mjs +13 -13
- package/hub/tray.mjs +368 -368
- package/hub/workers/codex-mcp.mjs +507 -507
- package/hub/workers/factory.mjs +21 -21
- package/package.json +21 -55
- package/references/hosts.json +33 -0
- package/scripts/completions/tfx.bash +47 -47
- package/scripts/completions/tfx.fish +44 -44
- package/scripts/completions/tfx.zsh +83 -83
- package/scripts/hub-ensure.mjs +120 -120
- package/scripts/keyword-detector.mjs +272 -272
- package/scripts/keyword-rules-expander.mjs +521 -521
- package/scripts/lib/mcp-server-catalog.mjs +118 -118
- package/scripts/notion-read.mjs +553 -553
- package/scripts/test-tfx-route-no-claude-native.mjs +57 -57
- package/scripts/tfx-batch-stats.mjs +96 -96
- package/skills/.omc/state/agent-replay-8f0e10a9-9693-4410-96f5-a6b07e8ed995.jsonl +1 -0
- package/skills/.omc/state/idle-notif-cooldown.json +3 -0
- package/skills/.omc/state/last-tool-error.json +7 -0
- package/skills/.omc/state/subagent-tracking.json +7 -0
- package/skills/tfx-remote-spawn/references/hosts.json +16 -0
- package/skills/tfx-workspace/async-tests/run-tests.sh +203 -0
- package/skills/tfx-workspace/evals/evals.json +79 -0
- package/skills/tfx-workspace/iteration-1/benchmark.json +162 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/eval_metadata.json +11 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/old_skill/grading.json +9 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/old_skill/outputs/analysis.md +154 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/with_skill/grading.json +9 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/with_skill/outputs/analysis.md +126 -0
- package/skills/tfx-workspace/iteration-1/codex-gemini-remap/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/eval_metadata.json +11 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/old_skill/grading.json +9 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/old_skill/outputs/analysis.md +119 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/with_skill/grading.json +9 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/with_skill/outputs/analysis.md +115 -0
- package/skills/tfx-workspace/iteration-1/doctor-diagnosis/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/eval_metadata.json +10 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/old_skill/grading.json +8 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/old_skill/outputs/analysis.md +86 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/with_skill/grading.json +8 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/with_skill/outputs/analysis.md +81 -0
- package/skills/tfx-workspace/iteration-1/hub-start-sequence/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/eval_metadata.json +12 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/old_skill/grading.json +10 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/old_skill/outputs/analysis.md +316 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/with_skill/grading.json +10 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/with_skill/outputs/analysis.md +352 -0
- package/skills/tfx-workspace/iteration-1/multi-team-creation/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/review.html +1325 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/eval_metadata.json +12 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/old_skill/grading.json +10 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/old_skill/outputs/analysis.md +97 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/with_skill/grading.json +10 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/with_skill/outputs/analysis.md +94 -0
- package/skills/tfx-workspace/iteration-1/routing-implement-shortcut/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/eval_metadata.json +12 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/old_skill/grading.json +10 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/old_skill/outputs/analysis.md +209 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/with_skill/grading.json +10 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/with_skill/outputs/analysis.md +193 -0
- package/skills/tfx-workspace/iteration-1/routing-multi-task-triage/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-2/benchmark.json +62 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/eval_metadata.json +13 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/old_skill/grading.json +11 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/old_skill/outputs/analysis.md +382 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/old_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/with_skill/grading.json +11 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/with_skill/outputs/analysis.md +333 -0
- package/skills/tfx-workspace/iteration-2/multi-team-creation-refactored/with_skill/timing.json +5 -0
- package/skills/tfx-workspace/iteration-2/review.html +1325 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-auto/SKILL.md +217 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-auto-codex/SKILL.md +77 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-codex/SKILL.md +65 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-doctor/SKILL.md +94 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-gemini/SKILL.md +82 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-hub/SKILL.md +133 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-multi/SKILL.md +426 -0
- package/skills/tfx-workspace/skill-snapshot/tfx-setup/SKILL.md +101 -0
- package/.claude-plugin/marketplace.json +0 -34
- package/.claude-plugin/plugin.json +0 -22
- package/config/mcp-registry.json +0 -29
- package/tui/codex-profile.mjs +0 -402
- package/tui/core.mjs +0 -236
- package/tui/doctor.mjs +0 -328
- package/tui/gemini-profile.mjs +0 -254
- package/tui/monitor-data.mjs +0 -148
- package/tui/monitor.mjs +0 -295
- package/tui/setup.mjs +0 -442
package/CLAUDE.md
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
<!-- prompt-hygiene:ignore line_count_warning -->
|
|
2
|
+
# triflux — Claude Code 운영 가이드
|
|
3
|
+
|
|
4
|
+
<core-systems>
|
|
5
|
+
## 핵심 스킬 시스템 (항상 인지)
|
|
6
|
+
|
|
7
|
+
이 프로젝트는 3개의 스킬 시스템을 동시에 사용한다. 어떤 작업이든 해당 시스템의 스킬이 있는지 먼저 확인한다.
|
|
8
|
+
|
|
9
|
+
| 시스템 | 접두사 | 용도 | 스킬 수 |
|
|
10
|
+
|--------|--------|------|---------|
|
|
11
|
+
| **triflux** | `/tfx-*` | CLI 라우팅, 멀티모델 오케스트레이션, 스웜, 원격 실행 | ~40개 |
|
|
12
|
+
| **gstack** | `/` (접두사 없음) | QA, ship, investigate, design, review, checkpoint | ~35개 |
|
|
13
|
+
| **omc** | `/oh-my-claudecode:*` | autopilot, ralph, team, ultrawork, ccg | ~25개 |
|
|
14
|
+
|
|
15
|
+
스킬을 모르면 자연어 라우팅(아래)으로 자동 매핑된다.
|
|
16
|
+
세션 종료 전 메모리 파일이 3개+ 변경됐으면 `/memory-hygiene` 제안을 검토한다.
|
|
17
|
+
</core-systems>
|
|
18
|
+
|
|
19
|
+
<routing>
|
|
20
|
+
## 자연어 → 스킬 라우팅
|
|
21
|
+
|
|
22
|
+
사용자가 스킬명을 모르더라도 자연어로 요청하면 아래 규칙에 따라 적절한 스킬을 호출한다.
|
|
23
|
+
|
|
24
|
+
### 행동 유형 → 스킬 매핑
|
|
25
|
+
|
|
26
|
+
| 의도 | 자연어 신호 | 스킬 |
|
|
27
|
+
|------|-----------|------|
|
|
28
|
+
| 구현/수정 | 만들어, 고쳐, 구현해, 짜줘, 수정해, 바꿔 | tfx-auto |
|
|
29
|
+
| 리뷰 | 봐줘, 리뷰해, 검토해, 괜찮아? | tfx-review |
|
|
30
|
+
| 분석 | 분석해, 어떻게 돌아가?, 구조가 뭐야 | tfx-analysis |
|
|
31
|
+
| 계획 | 계획, 어떻게 하지, 설계해 | tfx-plan |
|
|
32
|
+
| 검색 | 찾아, 어디있어, 파일 찾아 | tfx-find |
|
|
33
|
+
| 리서치 (빠른) | 검색해줘, 찾아봐, 공식문서, 이거 뭐야 | tfx-research |
|
|
34
|
+
| 리서치 (자율) | 자율 리서치, 검색하고 정리해, research and plan | tfx-autoresearch |
|
|
35
|
+
| 테스트 | 테스트, 검증, 돌려봐, QA | tfx-qa |
|
|
36
|
+
| 정리 | 정리해, 슬롭 제거, 클린업 | tfx-prune |
|
|
37
|
+
| 토론 | 뭐가 나을까, 비교해, A vs B | tfx-debate |
|
|
38
|
+
|
|
39
|
+
### 깊이 수정자
|
|
40
|
+
|
|
41
|
+
| 수정자 | 신호 | 효과 |
|
|
42
|
+
|--------|------|------|
|
|
43
|
+
| 기본 | (없음), 빠르게, 간단히 | Light 스킬 |
|
|
44
|
+
| 깊이 | 제대로, 꼼꼼히, 철저히 | Deep 스킬 (tfx-deep-*). 예외: tfx-deep-interview는 Gemini 단독 |
|
|
45
|
+
| 합의 | 3자, 교차, 다각도 | consensus 프로토콜 |
|
|
46
|
+
| 반복 | 끝까지, 멈추지마, ralph | persist 모드 |
|
|
47
|
+
| 자율 | 알아서, 자동으로, autopilot | autopilot 모드 |
|
|
48
|
+
|
|
49
|
+
### CLI 라우팅
|
|
50
|
+
|
|
51
|
+
headless-guard가 `codex exec` / `gemini -y -p` 직접 호출을 차단한다. tfx 스킬 경유 필수.
|
|
52
|
+
|
|
53
|
+
**Layer 1 — Light** (tfx-route.sh → 단일 CLI)
|
|
54
|
+
|
|
55
|
+
| 스킬 | CLI | 용도 |
|
|
56
|
+
|------|-----|------|
|
|
57
|
+
| tfx-auto | 자동 | 통합 진입점 |
|
|
58
|
+
| tfx-codex | Codex | Codex 전용 |
|
|
59
|
+
| tfx-gemini | Gemini | Gemini 전용 |
|
|
60
|
+
| tfx-autopilot | Codex→검증 | 단일 파일, 5분 이내 |
|
|
61
|
+
| tfx-autoroute | 자동 승격 | 실패→더 강한 모델 |
|
|
62
|
+
|
|
63
|
+
**Layer 2 — Deep** (headless 3-CLI 합의)
|
|
64
|
+
|
|
65
|
+
tfx-deep-review, tfx-deep-qa, tfx-deep-plan, tfx-deep-research, tfx-consensus, tfx-debate, tfx-panel, tfx-fullcycle, tfx-persist
|
|
66
|
+
|
|
67
|
+
**Layer 3 — Remote/병렬**
|
|
68
|
+
|
|
69
|
+
| 스킬 | 용도 |
|
|
70
|
+
|------|------|
|
|
71
|
+
| tfx-multi | 2+개 태스크 headless 병렬 |
|
|
72
|
+
| tfx-swarm | PRD별 worktree + 다중 모델(Codex/Gemini/Claude) + 다중 기기(로컬+원격) |
|
|
73
|
+
| tfx-remote-spawn | Claude Code 원격 세션 (SSH, setup 필수) |
|
|
74
|
+
|
|
75
|
+
**Claude 네이티브** (CLI 불필요): tfx-find, tfx-forge, tfx-prune, tfx-index, tfx-setup, tfx-doctor, tfx-hooks, tfx-hub
|
|
76
|
+
|
|
77
|
+
자원 우선순위: remote-spawn > swarm > multi > Light > 로컬 단독
|
|
78
|
+
|
|
79
|
+
### 충돌 해소
|
|
80
|
+
|
|
81
|
+
- ralph = persist alias
|
|
82
|
+
- "auto" 단독 → tfx-auto. "알아서 해" → tfx-autopilot
|
|
83
|
+
- "코드에서 찾아" → tfx-find. "알아봐" → tfx-research
|
|
84
|
+
- 복합 의도: "구현하고 리뷰까지" → tfx-auto → cross-review hook
|
|
85
|
+
|
|
86
|
+
### Q-Learning 동적 라우팅 (실험적)
|
|
87
|
+
|
|
88
|
+
- `TRIFLUX_DYNAMIC_ROUTING=true` 또는 `1` 설정 시 Q-Learning 기반 동적 스킬 라우팅 활성화
|
|
89
|
+
- `routing-weights.json` + Q-table로 스킬 선택 최적화
|
|
90
|
+
- 기본 비활성
|
|
91
|
+
</routing>
|
|
92
|
+
|
|
93
|
+
<session-context>
|
|
94
|
+
## 맥락 이탈 판단
|
|
95
|
+
|
|
96
|
+
현재 세션 맥락과 무관한 요청이 감지되면 psmux 격리를 제안한다.
|
|
97
|
+
|
|
98
|
+
| 확신도 | 신호 | 행동 |
|
|
99
|
+
|--------|------|------|
|
|
100
|
+
| 확실 | "새 탭", "별도로", "새 세션" | 바로 psmux spawn |
|
|
101
|
+
| 높음 | 다른 프로젝트/스택 언급 | 분리 제안 |
|
|
102
|
+
| 중간 | 작업 유형 전환 | 분리 제안 + 현재 세션 옵션 |
|
|
103
|
+
| 낮음 | 현재 작업 연장 | 세션 유지 |
|
|
104
|
+
</session-context>
|
|
105
|
+
|
|
106
|
+
<psmux-wt>
|
|
107
|
+
## psmux/WT 규칙
|
|
108
|
+
|
|
109
|
+
psmux 세션·WT 패인을 생성/조작/정리할 때 `tfx-psmux-rules` 스킬을 참조한다.
|
|
110
|
+
WT 프리징 방지: exit → sleep 2 → kill 순서. 바로 kill하지 않는다.
|
|
111
|
+
|
|
112
|
+
### wt.exe → wt-manager 경유
|
|
113
|
+
|
|
114
|
+
safety-guard가 `wt.exe`, `wt new-tab`, `wt split-pane`, `Start-Process wt`를 차단한다.
|
|
115
|
+
`hub/team/wt-manager.mjs`의 API를 사용한다.
|
|
116
|
+
|
|
117
|
+
| 용도 | API |
|
|
118
|
+
|------|-----|
|
|
119
|
+
| 새 탭 | `createTab({ title, command, profile, cwd })` |
|
|
120
|
+
| 패인 분할 | `splitPane({ direction: 'H'\|'V', title, command })` |
|
|
121
|
+
| 다중 배치 | `applySplitLayout([{ title, command, direction }])` |
|
|
122
|
+
| 탭 정리 | `closeTab(title)` / `closeStale({ olderThanMs, titlePattern })` |
|
|
123
|
+
|
|
124
|
+
차단과 대안은 항상 쌍으로 존재해야 한다. 차단만 추가하고 대안을 안 만들면 데드락.
|
|
125
|
+
|
|
126
|
+
### psmux에서 Codex 실행
|
|
127
|
+
|
|
128
|
+
| 방식 | 동작 | 이유 |
|
|
129
|
+
|------|------|------|
|
|
130
|
+
| `codex` (interactive) | 불가 | psmux에서 TTY를 못 잡음 |
|
|
131
|
+
| `codex < prompt.md` | 불가 | "stdin is not a terminal" |
|
|
132
|
+
| `codex exec "$(cat prompt.md)" -s danger-full-access --dangerously-bypass-approvals-and-sandbox` | 사용 | 유일한 안전 경로 |
|
|
133
|
+
|
|
134
|
+
`codex exec`는 config.toml `approval_mode`를 무시하므로 `--dangerously-bypass-approvals-and-sandbox` 필수.
|
|
135
|
+
`-s` 유효값: read-only, workspace-write, danger-full-access.
|
|
136
|
+
</psmux-wt>
|
|
137
|
+
|
|
138
|
+
<codex-config>
|
|
139
|
+
## Codex config.toml
|
|
140
|
+
|
|
141
|
+
config.toml에 이미 설정된 값은 CLI 플래그로 중복 지정하지 않는다.
|
|
142
|
+
|
|
143
|
+
| config.toml에 있으면 | CLI에서 생략 |
|
|
144
|
+
|---------------------|-------------|
|
|
145
|
+
| `sandbox = "elevated"` | `--full-auto` |
|
|
146
|
+
| `approval_mode = "full-auto"` | `--full-auto` |
|
|
147
|
+
|
|
148
|
+
안전 패턴: config.toml에 기본값을 두고, CLI에서는 `--profile` 선택만 한다.
|
|
149
|
+
</codex-config>
|
|
150
|
+
|
|
151
|
+
<remote>
|
|
152
|
+
## 원격 실행
|
|
153
|
+
|
|
154
|
+
### 스킬 구분
|
|
155
|
+
|
|
156
|
+
| 스킬 | 대상 | 방식 |
|
|
157
|
+
|------|------|------|
|
|
158
|
+
| tfx-codex-swarm | 로컬 전용 | 로컬 worktree + psmux |
|
|
159
|
+
| tfx-remote-spawn | Claude Code 원격 | SSH → Claude Code 세션 → 내부 tfx 라우팅 |
|
|
160
|
+
|
|
161
|
+
codex를 SSH 너머로 직접 실행하지 않는다. config.toml 충돌 + TTY 문제.
|
|
162
|
+
원격에서 codex가 필요하면: remote-spawn → Claude Code → Claude가 내부에서 codex 호출.
|
|
163
|
+
|
|
164
|
+
### SSH 패턴
|
|
165
|
+
|
|
166
|
+
- 인라인 쿼팅 대신 scp + `pwsh -File` 패턴 사용
|
|
167
|
+
- SSH 전송 중 `$var` 전개 주의, PowerShell 변수는 인라인 불가
|
|
168
|
+
- `~` → `$HOME` 변환 필수, 원격 기본 셸 = PowerShell
|
|
169
|
+
</remote>
|
|
170
|
+
|
|
171
|
+
<headless-retrieval>
|
|
172
|
+
## Headless 결과 회수
|
|
173
|
+
|
|
174
|
+
background로 실행한 headless 결과는 **반드시 task-notification 완료 후** 읽는다.
|
|
175
|
+
|
|
176
|
+
| 패턴 | 올바름 | 이유 |
|
|
177
|
+
|------|--------|------|
|
|
178
|
+
| task-notification 후 output 파일 읽기 | YES | 프로세스 종료 = 워커 전부 완료 |
|
|
179
|
+
| task-notification 전 output 파일 tail | NO | 시작 메시지만 보이고 "실패"로 오진 |
|
|
180
|
+
| psmux capture-pane으로 중간 체크 | NO | 워커 진행 중이면 빈 화면일 수 있음 |
|
|
181
|
+
|
|
182
|
+
완료 마커: `=== HEADLESS_COMPLETE succeeded=N failed=N total=N ===`
|
|
183
|
+
워커 상세: `$TMPDIR/tfx-headless/{sessionName}-worker-N.txt`
|
|
184
|
+
</headless-retrieval>
|
|
185
|
+
|
|
186
|
+
<cross-review>
|
|
187
|
+
## 교차 검증
|
|
188
|
+
|
|
189
|
+
- Claude 작성 코드 → Codex 리뷰
|
|
190
|
+
- Codex 작성 코드 → Claude 리뷰
|
|
191
|
+
- 동일 모델 self-approve 하지 않는다
|
|
192
|
+
- git commit 전 미검증 파일 감지 시 nudge
|
|
193
|
+
</cross-review>
|
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.
|