rugbyclaw news

Docs version: v0.1.11GitHub ReleasesCHANGELOG.md

AI-synthesized rugby news confirmed by 3 or more independent sources. Headlines you can trust — no single-source rumors.

Usage

rugbyclaw news [options]

How It Works

RugbyClaw monitors five rugby RSS feeds every 30 minutes — BBC Sport, ESPN, The Guardian, Rugby World, and Ruck. Headlines are clustered by topic, and when three or more independent sources report the same story, an AI synthesizes a confirmed headline and summary.

This means no single-source clickbait. If only one outlet is running a story, it won't appear until others confirm it.

Examples

Today's confirmed stories

rugbyclaw news

Stories from the last 4 hours

rugbyclaw news --since 4h

Last 2 days, limit 5

rugbyclaw news --since 48h -n 5

JSON output for scripts

rugbyclaw news --json

Agent envelope output

rugbyclaw news --agent

Headlines only

rugbyclaw news --quiet

Options

Option Description Default
--since <duration> How far back to look (e.g. 4h, 12h, 24h, 48h) 24h
-n, --limit <number> Max stories to return (1-50) 10
--json Output as JSON false
--agent Strict one-line envelope output false
--quiet Headlines only, minimal output false
--no-followups Suppress follow-up hints false

Output

Each confirmed story includes:

  • Headline — AI-synthesized from multiple sources
  • Summary — one-paragraph overview of the story
  • Source count — how many independent outlets confirmed it
  • Sources — names and URLs of confirming outlets
  • Timestamp — when the story was first reported

Sources

Currently monitoring five confirmed RSS feeds:

  • BBC Sport Rugby — UK/Global
  • ESPN Rugby — Global
  • The Guardian Rugby — UK
  • Rugby World — UK
  • Ruck — UK

Pipeline

The news pipeline runs on a Cloudflare Worker with a 30-minute cron:

  1. Fetch — pull latest items from all RSS feeds
  2. Cluster — group related headlines using Llama 3.1 8B on Workers AI
  3. Synthesize — when a cluster hits 3+ sources, generate a confirmed story
  4. Serve — the CLI fetches confirmed stories from the /news endpoint

Related Commands