Skip to content

Commit 5522fac

Browse files
Merged changes from remote
2 parents 99a18ad + 4ab25bb commit 5522fac

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 requires 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)