Parses native command frames into FerricStore command ASTs.
Native protocol already separates command name from arguments, so this module intentionally does not parse text-protocol bytes. It converts the command name to the same AST dispatcher shape used internally and extracts keys through the command catalog.
Summary
Functions
Returns the command names accepted by the native AST parser.