Skip to content

Commit a57205a

Browse files
committed
doc: add llms.md page
1 parent be05df0 commit a57205a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

doc/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ nav:
9191
- community/faq.md
9292
- community/recipes.md
9393
- community/integrations.md
94+
- community/llms.md
9495
- Changelog: changelog.md
9596
- 🤍 Sponsor: https://github.com/sponsors/abhinav
9697

doc/src/community/llms.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
icon: material/robot
3+
title: LLMs
4+
description: >-
5+
Information about LLM usage in git-spice development
6+
and LLM-friendly documentation.
7+
---
8+
9+
# Large Language Models
10+
11+
## Development transparency
12+
13+
The maintainers of git-spice often use Large Language Models (LLMs)
14+
for implementation and debugging assistance during development.
15+
All LLM-generated output goes through human review,
16+
and the project maintains a high bar for code quality and testing.
17+
18+
If LLM usage in development is a concern for you,
19+
all versions up to and including <!-- gs:version v0.15.0 -->
20+
are free of LLM-generated code.
21+
These versions are quite featureful.
22+
23+
## LLM-friendly documentation
24+
25+
If you want to feed git-spice documentation to an LLM,
26+
this website provides the following files per
27+
[llmstxt.org](https://llmstxt.org/) guidelines:
28+
29+
- [llms.txt](https://abhinav.github.io/git-spice/llms.txt)
30+
- [llms-full.txt](https://abhinav.github.io/git-spice/llms-full.txt)
31+

0 commit comments

Comments
 (0)