verstak/internal/core/sync
mirivlad 3089d777a8 refactor(gui): разделить app.go на binding-файлы по доменам, вынести sync apply
- app.go (1810→280 строк): только App struct, startup, DTOs, helpers
- bindings_{nodes,files,notes,actions,worklog,activity,sync,settings}.go
- sync_apply.go: все applyRemote* методы
- i18n: internal/i18n (Go, embed JSON) + frontend/src/lib/i18n (JS)
- core/sync/safe_path.go: SafeVaultPath
- scripts/check-i18n.sh: проверка хардкода кириллицы и bidi-символов
- build.sh: NVM loading, set -e

Все сборки (CLI, server, gui, frontend), go vet, go test проходят.
2026-06-02 10:47:38 +08:00
..
blob.go feat: sync — client ops recording in core services 2026-06-01 22:54:23 +08:00
client.go fix(sync): add ClientSequence and LastSeenServerSeq to Op struct and Push 2026-06-02 08:02:03 +08:00
safe_path.go refactor(gui): разделить app.go на binding-файлы по доменам, вынести sync apply 2026-06-02 10:47:38 +08:00
sync.go fix(sync): add ClientSequence and LastSeenServerSeq to Op struct and Push 2026-06-02 08:02:03 +08:00
sync_e2e_test.go test(sync): add end-to-end two-client sync smoke test 2026-06-02 08:02:19 +08:00