Primary finding
Script docstrings and usage mention .sh instead of .py, causing user invocation confusion
- symbiosis/scripts/symbiosis-quote.py:2-6
- symbiosis/scripts/symbiosis-swap.py:2-7
Both scripts are Python (.py) but their embedded help strings and examples instruct users to run .sh files. This is likely to cause immediate failures and confusion when following the on-script instructions.
Recommendation
Update the docstrings in both scripts to reference .py filenames (symbiosis-quote.py and symbiosis-swap.py) in Usage and Example lines.