We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784eef9 commit f9cb9faCopy full SHA for f9cb9fa
1 file changed
README.md
@@ -207,6 +207,13 @@ Install the [SQL Formatter VSCode](https://marketplace.visualstudio.com/items?it
207
}
208
```
209
210
+## For LLMs
211
+
212
+Two machine-readable summaries are maintained for AI consumption, following the [llms.txt](https://llmstxt.org) convention:
213
214
+- [llms.txt](llms.txt) - curated API reference and usage guide
215
+- [llms-full.txt](llms-full.txt) - full packed source, auto-generated on each push
216
217
## License
218
219
[MIT](https://github.com/bug3/sql-render/blob/master/LICENSE)
0 commit comments