Skip to content

Commit 4ab25bb

Browse files
Merge pull request #49 from Promptly-Technologies-LLC/45-implement-llmstxt-standard
Added sample cursorrules and llms.txt generation script in index.qmd
2 parents 2259f11 + ac25378 commit 4ab25bb

File tree

3 files changed

+1065
-2
lines changed

3 files changed

+1065
-2
lines changed

docs/customization.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ mypy
4545

4646
We find that mypy is an enormous time-saver, catching many errors early and greatly reducing time spent debugging unit tests. However, note that mypy requires you type annotate every variable, function, and method in your code base, so taking advantage of it is a lifestyle change!
4747

48+
### Developing with LLMs
49+
50+
In line with the [llms.txt standard](https://llmstxt.org/), we have exposed the full Markdown-formatted project documentation as a [single text file](https://promptlytechnologies.com/docs/static/llms.txt) to make it more usable by LLM agents.
51+
4852
## Project structure
4953

5054
### Customizable folders and files

0 commit comments

Comments
 (0)