Skip to content

Commit a7646b1

Browse files
Update README
1 parent 5ef0b49 commit a7646b1

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,12 @@ uv run mypy .
181181

182182
## Developing with LLMs
183183

184-
In line with the [llms.txt standard](https://llmstxt.org/), we have
185-
provided a Markdown-formatted prompt—designed to help LLM agents
186-
understand how to work with this template—as a text file:
187-
[llms.txt](docs/static/llms.txt).
188-
189-
One use case for this file, if using the Cursor IDE, is to rename it to
190-
`.cursorrules` and place it in your project directory (see the [Cursor
191-
docs](https://docs.cursor.com/context/rules-for-ai) on this for more
192-
information). Alternatively, you could use it as a custom system prompt
193-
in the web interface for ChatGPT, Claude, or the LLM of your choice.
194-
195-
We have also exposed the full Markdown-formatted project documentation
196-
as a [single text file](docs/static/documentation.txt) for easy
197-
downloading and embedding for RAG workflows.
184+
The `.cursor/rules` folder contains a set of AI rules for working on
185+
this codebase in the Cursor IDE. We have also provided an
186+
[llms.txt](static/llms.txt) system prompt file for use with other
187+
agentic LLM workflows and exposed the full Markdown-formatted project
188+
documentation as a [single text file](docs/static/documentation.txt) for
189+
easy downloading and embedding for RAG.
198190

199191
## Contributing
200192

0 commit comments

Comments
 (0)