Skip to content

Commit 0976ea1

Browse files
authored
fix: bump astro-skills for v0.2 discovery (#30333)
* fix: serve agent skills v0.2 well-known routes * fix: bump astro-skills for v0.2 discovery
1 parent e1f5ea8 commit 0976ea1

4 files changed

Lines changed: 59 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"astro-expressive-code": "0.41.7",
7979
"astro-icon": "1.1.5",
8080
"astro-live-code": "0.0.6",
81-
"astro-skills": "0.0.5",
81+
"astro-skills": "0.1.0",
8282
"cidr-tools": "11.0.3",
8383
"codeowners-utils": "1.0.2",
8484
"date-fns": "4.1.0",

pnpm-lock.yaml

Lines changed: 54 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/__redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,9 @@
25642564
# DYNAMIC REDIRECTS
25652565
# ============================================================================
25662566

2567+
# Agent Skills legacy discovery path
2568+
/.well-known/skills/* /.well-known/agent-skills/:splat 301
2569+
25672570
/cloudflare-one/faq/troubleshooting/* /cloudflare-one/troubleshooting/ 301
25682571
# Pub/Sub (removed product)
25692572
/pub-sub/* / 301

public/_headers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*/index.md:
1717
Content-Type: text/markdown; charset=utf-8
1818

19-
/.well-known/skills/index.json
19+
/.well-known/agent-skills/index.json
2020
Content-Type: application/json; charset=utf-8
2121

2222
/.well-known/mcp/server-card.json

0 commit comments

Comments
 (0)