fm.teal.alpha.feed.play lexicon.
feat: add duplicate removal CLI and update publisher import
Add --remove-duplicates flag and consolidate publisher imports.
Changes:
- Update version string to v0.2.0
- Change import from './publisher-applywrites.js' to './publisher.js'
- Add removeDuplicates import from sync.js
- Add --remove-duplicates CLI flag to help text
- Update default batch-delay in help: 2000ms → 500ms
- Add 'remove-duplicates' to parseCommandLineArgs
- Add removeDuplicatesMode handling logic