Re: [PATCH] Update llms-txt and add README
Bruce McCulloch <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On 10/16/25 3:25 PM, Kris Van Hees wrote: >> +## Files >> +| File | Description | >> +|------|--------------| >> +| `llms-dtrace-short.txt` | Compact reference used to bootstrap LLMs for DTrace knowledge. | >> +| `llms-dtrace-complete.txt` | Full expanded reference (available from the [DTrace-utils repo](https://github.com/oracle/dtrace-utils/tree/devel/llm)). | >> +| `dtrace-llms.html` | Blog-style introduction explaining how to use these context files with LLMs and why DTrace is well-suited for machine-generated tracing. | > This file is not included in the patch. I would expect it to be included since > it is referenced here. Ah yes, I was initially under the impression that this was going in the blog git, hence the inclusion ... I will remove the reference. >> +2. **Load the context file into your LLM session** >> + >> + - In ChatGPT, Claude, or another interface that supports file context, click the “+” icon and upload `llms-dtrace-short.txt`. >> + >> + - The model will automatically ingest the reference and understand how to write runnable DTrace programs for Oracle Linux. > The context files are not currently included in the DTrace RPM, so installing > DTrace would not make them available. If they are to be included in the RPM, > we need to determine where they should be installed and then these instructions > should reference that location explicitly. Good catch! I'll include a link here. Though, to be fair, if users are reading this README, they likely already have access to the repo that it covers. Bruce