Skip to content

Commit d03f117

Browse files
Added cursorrules as a static asset in addition to full docs
1 parent 0ed821a commit d03f117

File tree

4 files changed

+1057
-4
lines changed

4 files changed

+1057
-4
lines changed

docs/customization.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ We find that mypy is an enormous time-saver, catching many errors early and grea
4848

4949
### Developing with LLMs
5050

51-
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+
In line with the [llms.txt standard](https://llmstxt.org/), we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a [text file](https://promptlytechnologies.com/docs/static/llms.txt). One use case for this file is to rename it to `.cursorrules` and place it in your project directory is using the Cursor IDE (see the [Cursor docs](https://docs.cursor.com/context/rules-for-ai) on this for more information).
52+
53+
We have also exposed the full Markdown-formatted project documentation as a [single text file](https://promptlytechnologies.com/docs/static/documentation.txt) for easy downloading and embedding.
5254

5355
## Project structure
5456

0 commit comments

Comments
 (0)