@chrono-meta/fh-gate 1.4.8 → 1.4.9
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
|
@@ -56,20 +56,21 @@ On **cadence-triggered** runs (7d), ask the operator one line before collecting:
|
|
|
56
56
|
*video-harvest* capability via the Sidecar Engine Resolution Protocol
|
|
57
57
|
(`multi_model_sidecar_strategy.md`) — probe by **capability, not engine name**. A CLI that is a
|
|
58
58
|
valid sidecar for other tasks is not automatically a video-harvest engine.
|
|
59
|
-
**Tier 1 — a natively multimodal CLI that ingests the URL directly
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
59
|
+
**Tier 1 — a natively multimodal CLI that ingests the URL directly**: probe for one, then route
|
|
60
|
+
to it (pre-EOL example invocation: `gemini --skip-trust -p "{URL}"` → timestamped summary). ⚠️
|
|
61
|
+
**the direct `gemini` CLI is being sunset (vendor EOL 2026-06-18)** — after that probe `agy` (the
|
|
62
|
+
Antigravity router-shell successor, same class) or the Gemini API; see
|
|
63
|
+
`multi_model_sidecar_strategy.md §Binary names churn`. A coding-agent CLI with **no native
|
|
64
|
+
video/transcript access** (e.g. `codex`) cannot do this — it burns tokens, recovers only
|
|
65
|
+
metadata (title), then asks for a pasted transcript; do not route video to it. Agentic
|
|
66
66
|
router-shells (`agy`) get approval-mode first.
|
|
67
|
-
**Tier 3
|
|
68
|
-
`yt-dlp --write-auto-subs --skip-download`
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
67
|
+
**Tier 3** (Tier 2 = router-shell / Gemini API, see the protocol) **— conditional fallback (not
|
|
68
|
+
guaranteed)**: `yt-dlp --write-auto-subs --skip-download` then summarize the transcript — fine
|
|
69
|
+
for talk-style content. **Probe the environment first**:
|
|
70
|
+
`yt-dlp --version && python3 -c "import curl_cffi" && command -v ffmpeg` — Tier 3 needs all three
|
|
71
|
+
(`yt-dlp`, `curl_cffi` impersonation target, `ffmpeg`), and the timedtext endpoint may return
|
|
72
|
+
HTTP 429; if the probe fails, fall through rather than assuming it works. Unresolvable (cloud, no sidecar; or all tiers blocked) →
|
|
73
|
+
operator summary remains the path, as today.
|
|
73
74
|
|
|
74
75
|
---
|
|
75
76
|
|