Summary
Rename shuttle chrome bookmarks commands to the local-centric convention agreed across shuttle:
import — external → local (chrome.bookmarks_file)
export — local → external (apply backup to Chrome)
Parent: #24 · relates to Notion naming in #2.
Scope
- Swap Typer command names in
shuttle/commands/chrome.py
- Keep old names as hidden aliases (
export → import behavior, import → export behavior) for one release
- Update
scripts/chrome/export.sh / import.sh help text (scripts keep internal names)
- Update README,
docs/bookmarks.md, integration endpoint registry, tests
Verification
Execution
@gh-issue-execute → rename + aliases → @gh-pr
Summary
Rename
shuttle chrome bookmarkscommands to the local-centric convention agreed across shuttle:import— external → local (chrome.bookmarks_file)export— local → external (apply backup to Chrome)Parent: #24 · relates to Notion naming in #2.
Scope
shuttle/commands/chrome.pyexport→ import behavior,import→ export behavior) for one releasescripts/chrome/export.sh/import.shhelp text (scripts keep internal names)docs/bookmarks.md, integration endpoint registry, testsVerification
shuttle chrome bookmarks importpulls HTML from Chrome into configured pathshuttle chrome bookmarks exportrestores from local file into Chromeshuttle bookmarks exportstill works (hidden alias)Execution
@gh-issue-execute→ rename + aliases →@gh-pr