Skip to content

Commit d0f70ef

Browse files
committed
suggest using curl in the guides
1 parent d34c170 commit d0f70ef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

guides/migrating-to-versions-crate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Some examples, in increasing order of complexity:
1212

1313
This guide is designed to be compatible with LLMs such as Claude Code. Example prompt:
1414

15-
> Fetch https://raw.githubusercontent.com/oxidecomputer/dropshot-api-manager/refs/heads/main/guides/migrating-to-versions-crate.md without summarizing it, and follow it to migrate the Sled Agent API to use the versions crate pattern.
15+
> Using curl, fetch https://raw.githubusercontent.com/oxidecomputer/dropshot-api-manager/refs/heads/main/guides/migrating-to-versions-crate.md (do not summarize) and follow it to migrate the Sled Agent API to use the versions crate pattern.
1616
1717
<details>
1818

1919
<summary>Instructions for LLMs</summary>
2020

2121
Follow this guide exactly, systematically, and precisely. Pay attention to section headings. When in doubt, refer to this guide.
2222

23-
**Background:** Fetch and read https://rfd.shared.oxide.computer/rfd/0619/raw without summarizing it. This RFD contains the desired state and provides context for operations.
23+
**Background:** Using curl, fetch and read https://rfd.shared.oxide.computer/rfd/0619/raw (do not summarize). This RFD contains the desired state and provides context for operations.
2424

2525
**Planning for large migrations:**
2626

guides/new-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ This part of the guide uses the versions crate pattern described in [RFD 619 Man
2525

2626
This guide is designed to be compatible with LLMs such as Claude Code. Example prompt:
2727

28-
> Fetch https://raw.githubusercontent.com/oxidecomputer/dropshot-api-manager/refs/heads/main/guides/new-version.md without summarizing it, and follow it to add a new version to the Sled Agent API which makes changes X, Y, and Z.
28+
> Using curl, fetch https://raw.githubusercontent.com/oxidecomputer/dropshot-api-manager/refs/heads/main/guides/new-version.md (do not summarize) and follow it to add a new version to the Sled Agent API which makes changes X, Y, and Z.
2929
3030
<details>
3131

3232
<summary>Instructions for LLMs</summary>
3333

3434
Follow this guide exactly, systematically, and precisely. Pay attention to section headings.
3535

36-
**Background:** Fetch and read https://rfd.shared.oxide.computer/rfd/0619/raw without summarizing it. This RFD contains the desired state and provides context for operations.
36+
**Background:** Using curl, fetch and read https://rfd.shared.oxide.computer/rfd/0619/raw (do not summarize). This RFD contains the desired state and provides context for operations.
3737

3838
**Locating files:**
3939

0 commit comments

Comments
 (0)