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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Using agentic workflows in your repository requires careful attention to securit

## Documentation

For complete documentation, examples, and guides, see the [Documentation](https://github.github.com/gh-aw/). If you are an agent, download the [llms.txt](https://github.github.com/gh-aw/llms.txt).
For complete documentation, examples, and guides, see the [Documentation](https://github.github.com/gh-aw/). If you are an agent, download [llms.txt](https://github.github.com/gh-aw/llms.txt) or the full corpus [llms-full.txt](https://github.github.com/gh-aw/llms-full.txt).

If you are running a version between 0.68.4 and 0.71.3, upgrading is strongly recommended due to a bug that impacts billing.

Expand Down
1 change: 1 addition & 0 deletions docs/public/.well-known/ai.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# GitHub Agentic Workflows - AI crawler permissions
Allow: /
Llms-txt: https://github.github.com/gh-aw/llms.txt
Llms-full-txt: https://github.github.com/gh-aw/llms-full.txt
Summary: https://github.github.com/gh-aw/ai/summary.json
2 changes: 2 additions & 0 deletions docs/src/components/CustomFooter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const heartIcon = octicons.heart.toSVG({ width: 14, height: 14 });
<div class="agent-links">
<a href="https://github.github.com/gh-aw/llms.txt">llms.txt</a>
<span class="legal-separator" aria-hidden="true">·</span>
<a href="https://github.github.com/gh-aw/llms-full.txt">llms-full.txt</a>
<span class="legal-separator" aria-hidden="true">·</span>
<a href="https://raw.githubusercontent.com/github/gh-aw/main/create.md">Create Workflow</a>
<span class="legal-separator" aria-hidden="true">·</span>
<a href="https://raw.githubusercontent.com/github/gh-aw/main/install.md">Install</a>
Expand Down