diff --git a/docs/public/.well-known/ai.txt b/docs/public/.well-known/ai.txt index 6c49e5a6f3a..6084902f92e 100644 --- a/docs/public/.well-known/ai.txt +++ b/docs/public/.well-known/ai.txt @@ -1,5 +1,10 @@ -# GitHub Agentic Workflows - AI crawler permissions -Allow: / +# AI crawler permissions for github.github.com/gh-aw +Allow: GPTBot +Allow: ClaudeBot +Allow: PerplexityBot +Allow: GoogleBot +Allow: BingBot +Name: gh-aw — GitHub Agentic Workflows CLI extension Llms-txt: https://github.github.com/gh-aw/llms.txt Agents-txt: https://github.github.com/gh-aw/agents.txt Summary: https://github.github.com/gh-aw/ai/summary.json diff --git a/docs/public/ai/summary.json b/docs/public/ai/summary.json index 5a4afe5e961..0b9283ac11f 100644 --- a/docs/public/ai/summary.json +++ b/docs/public/ai/summary.json @@ -1,6 +1,11 @@ { - "name": "GitHub Agentic Workflows (gh-aw)", - "description": "Write agentic AI workflows in natural language markdown, run as GitHub Actions.", + "name": "gh-aw", + "description": "GitHub CLI extension that compiles markdown workflows into GitHub Actions", + "url": "https://github.github.com/gh-aw/", + "repository": "https://github.com/github/gh-aw", + "category": "developer-tools", + "longName": "GitHub Agentic Workflows (gh-aw)", + "longDescription": "Write agentic AI workflows in natural language markdown, run as GitHub Actions.", "version": "latest", "docs": "https://github.github.com/gh-aw/", "source": "https://github.com/github/gh-aw",