1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Restore fully-qualified skill URLs for LLM firewall compatibility

LLM firewalls require explicit URLs in fetch results - a base URL
pattern doesn't work because individual skill URLs must appear
directly in the fetched content to be whitelisted.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Rich Lander
2025-12-18 17:26:30 -08:00
parent 72cbd2c0c9
commit f8faad8ed3

View File

@@ -29,16 +29,14 @@ https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-n
Fetch when your query matches. **Core Rules apply to all.**
| Skill | Fetch When |
|-------|------------|
| cve.md | CVE severity, CVSS, history |
| breaking-changes.md | Compatibility, migration |
| version-eol.md | EOL versions, lifecycle |
| os-support.md | Distros, packages, glibc |
| navigation.md | Multi-hop, unsure which links |
| schema.md | Document structure, properties |
Skills URL base: `https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/`
| Skill | Fetch When | URL |
|-------|------------|-----|
| cve.md | CVE severity, CVSS, history | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md |
| breaking-changes.md | Compatibility, migration | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md |
| version-eol.md | EOL versions, lifecycle | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md |
| os-support.md | Distros, packages, glibc | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md |
| navigation.md | Multi-hop, unsure which links | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md |
| schema.md | Document structure, properties | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md |
## Quick Answers (1 fetch)