feat: Disk Inspector — show detailed AKAI disk metadata #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: Disk Inspector
As a sampler user preparing to load a disk on real hardware
I want to see detailed technical metadata about an AKAI disk image
So that I can verify it will work with my specific sampler model
Acceptance Criteria
Scenario: Inspect a CD3000 CD-ROM image
Scenario: Inspect an S900 hard disk image
Scenario: Inspect an image with no recognisable filesystem
Implementation
akaiutilcall:df→ parse block counts, partition letters, sizesdinfo/pwdfor current-directory-level info/api/inspect?iso=<path>Karpathy Principle
One akaiutil session, one endpoint, structured output. Minimal and testable.