File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -181,20 +181,12 @@ uv run mypy .
181
181
182
182
## Developing with LLMs
183
183
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.
198
190
199
191
## Contributing
200
192
You can’t perform that action at this time.
0 commit comments