feat: Disk Browser — browse AKAI disk filesystem in web UI #1
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 Browser
As a sample library curator
I want to browse the contents of an AKAI disk image (.iso) through the web UI
So that I can see what partitions, volumes, and sample files exist without the arcane
akaiutilCLIAcceptance Criteria
Scenario: Browse a single-partition ISO
Scenario: Browse a multi-partition ISO
Scenario: Empty/broken disk image
Implementation Notes
akaiutilwithdf,dir,dirreccommands in a single sessionlsrecfor flat listing/api/browse?iso=<path>endpointcd /disk0/A/<volume>,dir,infoallKarpathy Principle
Start with the simplest thing that works:
df→dirper partition, render as a tree in the UI. No metadata, just read-only browse.Infrastructure is now in place on main:
Ready to implement: add /api/browse to shell out to akaiutil df/dir/dirrec, parse structured output into a JSON tree, and render in the web UI as an expandable file tree.