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_diskwithop: "list_drives"before any mutation. - For image mounts or unmounts, use
c64_diskwithop: "mount"orop: "unmount". - For new media, use
c64_diskwithop: "create_image"and then verify the result. - For drive hardware state, use
c64_drivewithop: "reset",op: "power_on",op: "power_off", orop: "set_mode". - Use
c64_diskwithop: "file_info"orop: "find_and_run"when inspection or launch is part of the task.
Validation
- Re-run
c64_diskwithop: "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.