Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2b56f6b
refac(app): reface @/lib dir to be organized by operations, states, t…
Keshav-writes-code Mar 8, 2026
de6e9ed
refac(ci): make debug be only mannualy deployed and add new workflow …
Keshav-writes-code Mar 6, 2026
6746494
feat: implement seamless local network sync via mDNS and CRDTs
google-labs-jules[bot] Mar 6, 2026
704429a
feat: implement seamless local network sync via mDNS and CRDTs
google-labs-jules[bot] Mar 6, 2026
8dca967
fix: broadcast correct local network IP and format names
google-labs-jules[bot] Mar 6, 2026
18c0589
fix: robustly handle pairing packet races
google-labs-jules[bot] Mar 6, 2026
dcf5575
feat: add file sync trigger and endpoint
google-labs-jules[bot] Mar 6, 2026
6e48371
feat: wire up actual file data payload and inbox sink
google-labs-jules[bot] Mar 6, 2026
eb4d77b
feat: trigger file sync continuously during active editing
google-labs-jules[bot] Mar 6, 2026
27c77f6
feat: fully integrate Automerge CRDTs and live file syncing
google-labs-jules[bot] Mar 6, 2026
265ca82
fix: handle initial text population for untracked documents
google-labs-jules[bot] Mar 6, 2026
9664c66
fix: correctly sync initially untracked local documents
google-labs-jules[bot] Mar 6, 2026
c31fff7
feat: fix initial state bugs, caching, and add UI features
google-labs-jules[bot] Mar 6, 2026
070a561
fix: resolve android compilation error for AppHandle method
google-labs-jules[bot] Mar 8, 2026
96cafc2
fix: resolve android compilation error for AppHandle method
google-labs-jules[bot] Mar 8, 2026
98044b3
fix: resolve android read-only file system error on sync
google-labs-jules[bot] Mar 8, 2026
460ba00
fix: correctly perform full splice text replacement on sync
google-labs-jules[bot] Mar 8, 2026
f1d7d61
fix: resolve import errors after state refactor
google-labs-jules[bot] Mar 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/app-build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- staging
paths:
- 'apps/app/**'
- '.github/workflows/app-build-release-artifacts.yml'
- '.github/workflows/tauri-build-debug.yml'
pull_request:
branches:
- dev
- staging
paths:
- 'apps/app/**'
- '.github/workflows/app-build-release-artifacts.yml'
- '.github/workflows/tauri-build-debug.yml'
workflow_dispatch:

jobs:
Expand Down
Loading