You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename friend-lite SDK to chronicle-wearable-sdk
Renames extras/friend-lite-sdk to extras/chronicle-wearable-sdk, the
distribution to chronicle-wearable-sdk and the module to
chronicle_wearable_sdk, updating both import sites and the tray,
wearable-client and backend dependency declarations.
chronicle-sdk was unavailable: PyPI already serves an unrelated project
under that name, so depending on it would have pulled a stranger's
package into the backend image.
The backend sources it by git rather than a path dep because its Docker
build context is backends/advanced, which cannot reach ../../extras.
Also drops the legacy friend-lite/friend_lite memory-provider mappings,
renames the release assets to chronicle-*, and mounts webui/index.html
into webui-dev so page-title edits no longer need an image rebuild.
friend-lite-react-native is untouched: it is a published third-party npm
package, not ours to rename.
0 commit comments