- Add legion-cache, legion-crypt, legion-data, legion-json, legion-logging, legion-settings, and legion-transport as runtime dependencies
- Update spec_helper with real sub-gem helper stubs replacing the minimal Helpers::Lex stub
- Initial release
Helpers::Clientmodule with.connectionmethod wrappingPG::ConnectionRunners::Querieswithexecute(arbitrary SQL) andexecute_params(parameterized SQL with$1/$2placeholders)Runners::Tableswithlist_tables,describe_table, andtable_sizeusinginformation_schemaandpg_total_relation_size- Standalone
Clientclass including all runner modules - Full RSpec test suite (15 specs across 3 spec files)