cli-anything-inkscape A stateful command-line interface for vector graphics editing, following the same patterns as the GIMP and Blender CLI harnesses. Directly manipulates SVG (XML) documents with a JSON project format for state tracking. Installation This CLI is installed as part of the cli-anything-inkscape package: Prerequisites: - Python 3.10+ - inkscape must be installed on your system Usage Basic Commands REPL Mode When invoked without a subcommand, the CLI enters an interactive REPL session: You can also start the REPL with a nonexistent project path. The CLI now seeds a new in-memory…