| name | drive-manager |
| description | Manage disk images and drive state through c64bridge. |
Intent
Use this skill for disk image mounts, blank media creation, drive resets, power changes, and mode changes.
Inputs
- Desired action: inspect, mount, create, unmount, reset, power cycle, or mode change.
- Target drive slot.
- Any image path, format, or verification requirement.
Execution
- Call
c64_disk with op: "list_drives" before any mutation.
- For image mounts or unmounts, use
c64_disk with op: "mount" or op: "unmount".
- For new media, use
c64_disk with op: "create_image" and then verify the result.
- For drive hardware state, use
c64_drive with op: "reset", op: "power_on", op: "power_off", or op: "set_mode".
- Use
c64_disk with op: "file_info" or op: "find_and_run" when inspection or launch is part of the task.
Validation
- Re-run
c64_disk with op: "list_drives" after each mutation.
- Confirm the final drive slot, mounted image, and mode in the summary.
Safety
- Warn before power changes, resets, or other actions that may interrupt running software.
- Confirm destructive or stateful actions before executing them.