1.1 KiB
1.1 KiB
AFP TODO
This file contains only AFP follow-up work that is still open. Smoke results,
endpoint inventory, WebSDK audit notes, and implementation history belong in the
neighboring AFP documentation files, not in the root TODO.md.
Remaining AFP work
0x13 AFP Get Macintosh Info On Deleted File
Current status:
- Implemented as a conservative adapter over the mars_nwe salvage/deleted-entry backend.
- Covered by
afp_deleted_info_smokeand the fullafp_smoke_suite.sh. - Does not scan or expose
.recycle/.salvageas AFP-visible paths.
Current AFP mapping:
- Resolve the deleted DOS directory entry through the mars_nwe salvage backend.
- Return FinderInfo from the salvage JSON snapshot.
- Return ProDOS information from the nwatalk xattr-backed Salvage JSON snapshot (
prodos_info_hex). - Return resource fork size from the salvage JSON snapshot.
- Return the deleted filename from the salvage/deleted-entry record.
References:
tests/afp/AFP_DELETED_FILE_INFO.mdtests/afp/AFP_ENDPOINT_INVENTORY.mdtests/afp/AFP_FINAL_AUDIT.mdtests/afp/AFP_WEBSK_AUDIT_FINDINGS.md