Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/public/.well-known/ai.txt
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +2 to 10
9 changes: 7 additions & 2 deletions docs/public/ai/summary.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading