About
This skill provides the architectural logic for the Padz dual-identifier system, balancing internal UUID stability with human-readable sequential indexing. It ensures that CLI commands like listing, searching, and deleting maintain canonical ID consistency regardless of current filters or views. By implementing a three-pass indexing algorithm and supporting hierarchical tree structures with range selection, it allows developers to maintain a predictable user interface while interacting with complex note or pad structures. It specifically guides developers on using the index_pads function for output and parse_selectors for input resolution at the API boundary.