Re: [PATCH] Update llms-txt and add README
Kris Van Hees <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 16, 2025 at 03:51:12PM -0700, Bruce McCulloch wrote: > > > 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. Thanks > > > +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. That works for me. I don;t know where we would want to install something like this anyway, so not installing it at this point is perfectly fine.