Skip to content

v0.2.1

Choose a tag to compare

@isaac-asimov-bot isaac-asimov-bot released this 23 Aug 17:06

Changed

  • CLI Simplification: Removed subcommand structure for cleaner command interface
  • Command Usage: Changed from asimov-x-cataloger get-list-members "URL" to asimov-x-cataloger "URL"
  • Documentation: Updated README.md and module.yaml to reflect new CLI structure
  • Module Configuration: Updated .asimov/module.yaml to remove subcommand definitions

Breaking Changes

  • CLI Interface: The get-list-members subcommand has been removed
  • Command Syntax: URL is now a direct positional argument instead of requiring a subcommand

Migration

Old usage:

asimov-x-cataloger get-list-members "https://x.com/i/lists/1234567890" --limit 100

New usage:

asimov-x-cataloger "https://x.com/i/lists/1234567890" --limit 100