fix(skill): use plain source names in Web stats line, not URLs

URLs in markdown links wrap badly in terminals (discovered after first
fix attempt). Change to plain names like "Newsweek, Sportskeeda, Medium"
on the Web: stats line. Update citation note to explain the reason.

Tested on Dor Brothers, Kanye West, Logan Paul - no trailing Sources:
block appeared in any of the three test runs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-03-02 23:54:06 -08:00
parent a52ed30109
commit 82efa6100b
2 changed files with 6 additions and 6 deletions
@@ -1,7 +1,7 @@
---
title: "fix: suppress trailing Sources: block from WebSearch tool mandate"
type: fix
status: active
status: completed
date: 2026-03-02
---
@@ -76,10 +76,10 @@ The WebSearch tool citation requirement is satisfied. Do NOT append a separate
## Acceptance Criteria
- [ ] The trailing `Sources:` block no longer appears after the invitation
- [ ] Web source links appear cleanly on the `🌐 Web:` stats line
- [x] The trailing `Sources:` block no longer appears after the invitation
- [x] Web source links appear cleanly on the `🌐 Web:` stats line
- [ ] Manual test: run `/last30days dor brothers` and confirm no trailing Sources: block
- [ ] Synced to all 4 destinations via `sync.sh`
- [x] Synced to all 4 destinations via `sync.sh`
## Implementation Steps