v0.0.8
Docs and CLI polish.
README, rewritten around getting started
- New intro (why a CLI messenger, vs Signal/Matrix) and a real Quickstart:
init→add <fingerprint> --peer bob --verify→send/receive, with default-relay and passphrase notes. Every command block in the README is tested end-to-end. - Troubleshooting
<details>for the macOSSSL: CERTIFICATE_VERIFY_FAILEDcrash (python.org Pythons ship without CA certs) and a new-to-uv primer. - 14-command table synced with
retalk --help; deep-dive sections moved to docs/ (selecting the user, sharing contacts, message history at rest, relay flags,register/configreference).
CLI
- Forgot the passphrase? The error is now a colored, copy-paste block showing your actual command with the fix filled in (
-p …,export RETALK_PASSPHRASE=…, or--no-passphrasewhen creating) instead of a list of flag names. --helpsynced:configappears in the usage line, and the quickstart epilog uses the currentadd <id> --peer NAMEsyntax.
Install/upgrade: pip install -U retalk