feat(sources): Wayback pass, automatic trimming, detention rule, ten cases re-sourced

Second and third rounds on the dossier pipeline, reviewed locally before commit.

Retrieval
- wayback_pass.py: retries every BLOCKED/DEAD/THIN/ERROR linked source through
  the Wayback Machine; blocks carry the snapshot date, archive URL and the live
  verdict. 143 slots retried: 93 fetched, 37 no snapshot, 12 script shells, 1 PDF.
- fetch_sources.py: fetch_wayback() helper.
- add_extra_sources.py: files staged extra_* finds (web search, not on the DB
  record) into the store with a provenance note.
- Cases re-sourced by web search: 248 (Oslo: Document.no, Avisa Oslo, NRK; the
  linked Le Parisien piece is case 242 and is marked OFF-CASE), 258 Kharkiv,
  260 Singapore, 358 Bangkok, 365 Las Vegas, 388 Verneuil-sur-Seine, 390 Zoersel,
  430 Homestead. 341 of 364 cases now hold a fetched article; 11, 66 and 399
  have no public text source (podcast, police video, direct victim report).

Trimming
- auto_trim.py: case-anchored furniture cut for UNTRIMMED blocks. Finds the body
  run that mentions the case, merges across subheadings and short furniture
  gaps, drops teasers, share bars, date/URL/caption lines and subscription
  pitches; refuses pages with no record term or almost no body. 302 blocks
  trimmed; 16 left on auto-trim-review.md (7 OFF-CASE suspects). Every cut is
  labelled AUTO-TRIMMED, UNREVIEWED in the dossier; the full extract stays in
  staging/. Decisions with anchors in trim-decisions-auto.json.
- build_cases.py / verify_all.py: banners for auto-trimmed and archived blocks,
  staged-file check extended to Wayback blocks, flag legend under the record.

Detention rule
- README "Definitions": the DB field `kidnappings` is the DETENTION violence
  type (victim, guard, staff or relative held to force submission or execute
  the theft), distinct from the Kidnapping scenario (taken away and held).
- detention-flag-review.md / detention-flag-corrections.json: 40 records
  reviewed with evidence; 30 set-to-1 proposals accepted by the owner on
  2026-09-06 (listed in corrections-approved.md), 10 still open.
- apply_detention_wording.py: "Violence Used" in the 70 reviewed summaries now
  names detention explicitly (62 of 70 labelled), supported by the summary's
  own text; idempotent; supersedes the batch scripts' wording.

Worklist and docs
- sofia-worklist.md: 248 decisions, detention rule item replacing the old
  "no abduction" item, fresh-search section for the textless cases.
- README-START-HERE.md: progress notes, run commands, next steps.
- Bug fixed in passing: Wayback blocks stored in-memory text with carriage
  returns; now stored as read back from disk.

verify_all.py PASSES (2321 checks).

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GZZENdTLzNGsbNy4DyF1yt
This commit is contained in:
StellarCrow
2026-09-06 19:36:45 +02:00
co-authored by Claude Fable 5.1
parent 499fd61f79
commit 439e83a4cb
588 changed files with 24800 additions and 13190 deletions
@@ -0,0 +1,65 @@
Florida teens kidnap Las Vegas man, steal $4M in cryptocurrency: police
2 in custody, 1 on the run, prosecutors say
LAS VEGAS (KLAS) — Three teenagers are accused of kidnapping a man at gunpoint, driving him to a remote desert area an hour outside of Las Vegas, and stealing $4 million in cryptocurrency and other digital assets, the 8 News Now Investigators have learned.
Belal Ashraf and Austin Fletcher, both 16 and from Pasco County, Florida; and a third teenager, face charges including robbery, kidnapping, and extortion, records said. A juvenile court judge previously certified Ashraf and Fletcher as adults.
The third teenager was no longer in the United States, a prosecutor said during Fletchers probable cause hearing Friday. The men are accused of stealing $4 million in cryptocurrency and non-fungible tokens (NFTs), prosecutors said.
Last November, a man called police saying three young men kidnapped him at gunpoint, drove him to a remote desert area, and stole millions of dollars from him, documents said.
That night, the victim was hosting a cryptocurrency-related event at a business in Downtown Las Vegas, police said. The victim then returned to his apartment complex and parked his car. The three suspects then approached him and forced him into the back seat of their vehicle, police said.
“[The victim] was told if he complied, he would live to see another day, and if he did not comply, they had his dad and would kill him,” documents said. “[The victim] had a towel placed over his head and was told by the suspects not to look at them.”
The young men demanded the victims passwords and threatened him for access to his financial accounts, police said. It also appeared that another person was directly speaking to the young men through a phone call, which the victim could hear through a speakerphone.
Police suspect the three young men then drove the victim across the Nevada border to White Hills, Arizona — more than 70 miles and an hours drive from Las Vegas. The victim walked five miles alone in the desert to reach a gas station where he called a friend to pick him up, documents said.
Metro investigators later tracked a possible suspect vehicle traveling from Florida to Nevada, specifically including the locations of the victims apartment. In a separate vehicle stop in Mississippi, a gun involving a suspects family member matched one in one of the teenagers social media profiles, police said.
The three teenagers were also involved in disturbances together at a Florida high school, police said.
In one report from last summer, the young men “were reported as swearing in English and Arabic, and [Ashraf] was observed shoulder checking a school resource officer,” and screaming at an assistant principal, documents said.
During Fridays hearing, Fletchers public defender argued for her client to serve house arrest. Las Vegas Justice Court Judge Daniel Westmeyer set bail at $4 million.
During a hearing Tuesday in Ashrafs case, his attorney, Ross Goodman, argued for his client to serve house arrest. Las Vegas Justice Court Judge Noreen Demonte ordered Ashrafs release with electronic monitoring, records said.
A preliminary hearing was scheduled for June. The FBI assisted in the investigation, documents said.
8 News Now Investigator David Charns can be reached at dcharns@8newsnow.com.
BestReviews.com - Top picks to make everyone happy
Valentines gifts your teen will think are straight …
Yankee Candle bestsellers are up to 40% off for Valentines …
Amazon compiled its bestselling Valentines gifts …
When is Amazons Big Spring Sale? What we know so …
Ladies celebrating ladies! Galentines gifts for …
Gorgeous Valentines Day flowers that will still …
Provided by Nexstar Media Group, Inc.
Sign in to create your free My Nexstar account featuring exclusive livestreams
Enter your email and well send a secure one-click link to sign in.
KLAS is provided by Nexstar Media Group, Inc., and uses the My Nexstar sign-in, which works across our media network.
Learn more at nexstar.tv/privacy-policy.
Nexstar Media Group, Inc. is a leading, diversified media company that produces and distributes engaging local and national news, sports, and entertainment content across its television and digital platforms. The My Nexstar sign-in works across the Nexstar network—including The CW, NewsNation, The Hill, and more. Learn more at nexstar.tv/privacy-policy.
Weve sent an email containing a verification link which expires in 10 minutes.
Thanks for registering!
Are you sure you want to log out?
+8 -5
View File
@@ -5,10 +5,13 @@
"field": "url",
"url": "https://www.8newsnow.com/investigators/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/",
"host": "8newsnow.com",
"fetched_at": "2026-09-05T12:43:50+00:00",
"verdict": "BLOCKED",
"method": "raw",
"http": 403,
"note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such"
"fetched_at": "2026-09-05T13:26:04+00:00",
"verdict": "FETCHED",
"method": "wayback",
"snapshot": "20260209073843",
"archive_url": "http://web.archive.org/web/20260209073843/https://www.8newsnow.com/investigators/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/",
"chars": 4587,
"sha256": "6176c24840ca8c683d8b29086329fdbbe1ff7f6eebbc779784bda63592faced3",
"live_verdict": "BLOCKED"
}
]