@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrono-meta/fh-gate",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "FH runtime adapters — run FH governance, skills, and agents via Claude or Codex with machine-parseable gates.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -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** (verified 2026-06-10,
60
- laptop, video `oZUeRib1Xec`): the current verified invocation is `gemini --skip-trust -p "{URL}"`
61
- → grounded timestamped summary ✅. ⚠️ **the direct `gemini` CLI is being sunset (vendor EOL
62
- 2026-06-18)** — after that date probe `agy` (the Antigravity router-shell successor, same class)
63
- or the Gemini API; see `multi_model_sidecar_strategy.md §Binary names churn`. A coding-agent CLI
64
- with no native video/transcript access (`codex`) **cannot** — it spent ~67K tokens, recovered
65
- only the title, then asked for a pasted transcript ❌; do not route video to it. Agentic
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 conditional fallback (not guaranteed)**: Claude harvests the transcript via
68
- `yt-dlp --write-auto-subs --skip-download` and summarizes — fine for talk-style content, but
69
- needs `ffmpeg` + a `curl_cffi` impersonation target; the timedtext endpoint may return HTTP 429,
70
- and that dep has no wheel on brew's Python 3.14 (blocked on this machine 2026-06-10).
71
- Unresolvable (cloud, no sidecar; or all tiers blocked) operator summary remains the path, as
72
- today.
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