Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sandboxes/tuning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ plan, err := sb.Modify(ctx, m.ModifyOptions{
```
</CodeGroup>

Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
Use [`msb ps`](/cli/sandbox-commands#msb-status--ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Anchor drops preserved slash

When a reader clicks msb ps, the changed fragment omits the slash preserved in the generated msb-status-/-ps anchor, so the link does not navigate to the intended CLI section.

Suggested change
Use [`msb ps`](/cli/sandbox-commands#msb-status--ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/sandboxes/tuning.mdx
Line: 213

Comment:
**Anchor drops preserved slash**

When a reader clicks `msb ps`, the changed fragment omits the slash preserved in the generated `msb-status-/-ps` anchor, so the link does not navigate to the intended CLI section.

```suggestion
Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Codex Fix in Claude Code


### Labels

Expand Down
Loading