Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
950fc2f
created plan.md
adhi-thirumala Jun 12, 2026
1df00de
plan v2
adhi-thirumala Jun 12, 2026
77fa166
add p2p collaboration
adhi-thirumala Jun 13, 2026
759ef58
add collaboration presence status
adhi-thirumala Jun 13, 2026
cf7a449
finished off first pass plan implemnentation
adhi-thirumala Jun 13, 2026
7e7433d
add collaboration presence status
adhi-thirumala Jun 13, 2026
71570bd
finished off first pass plan implemnentation
adhi-thirumala Jun 13, 2026
2b91dae
Merge branch 'fable-collab' of github.com:realartists-gitmo/flowstate…
adhi-thirumala Jun 13, 2026
3a8bc26
run cargo fmt
adhi-thirumala Jun 13, 2026
51fa2b9
add fix plan
adhi-thirumala Jun 13, 2026
2dd3249
more fix
adhi-thirumala Jun 14, 2026
0f065e7
fix.md implemented and coderabbit as well
adhi-thirumala Jun 14, 2026
4c244f9
added logging
adhi-thirumala Jun 16, 2026
0d753e4
Merge branch 'fable-collab' of github.com:realartists-gitmo/flowstate…
adhi-thirumala Jun 16, 2026
c8375bd
new thing
adhi-thirumala Jun 16, 2026
1388ae7
testing xhigh fixes
cxnmai Jun 17, 2026
526d0ca
Fixed double insert
adamhumphrey44 Jun 17, 2026
1a9ff7c
newline stuff
cxnmai Jun 17, 2026
ae8f0cd
loro root
adhi-thirumala Jun 17, 2026
9b9e283
Make single-root LoroText incremental (FIX_LORO_ROOT core)
adhi-thirumala Jun 17, 2026
3fc4951
cargo fmt
adhi-thirumala Jun 17, 2026
928625e
Quiet-by-default logging with env-controlled levels + clippy fix
adhi-thirumala Jun 17, 2026
f318f02
Here you go adhi
adamhumphrey44 Jun 18, 2026
87808ba
finished migration to full loro text backend
adhi-thirumala Jun 18, 2026
004906a
more changes
adhi-thirumala Jun 18, 2026
e13d7d3
Untested slop
adamhumphrey44 Jun 20, 2026
8655d98
Untested slop
adamhumphrey44 Jun 20, 2026
3d2cb82
Bout to unleash the big pick
adamhumphrey44 Jun 20, 2026
ed14ba1
Big pick incoming
adamhumphrey44 Jun 20, 2026
20ffbc5
Somehow instafixed CRDT editing regression
adamhumphrey44 Jun 20, 2026
2bf3728
Doc import/export working
adamhumphrey44 Jun 20, 2026
08c7446
Edit fidelity preserved
adamhumphrey44 Jun 20, 2026
b459052
stuff
adhi-thirumala Jun 23, 2026
67859ee
Fix build and resolve concerns from Loro-native migration
adhi-thirumala Jun 23, 2026
8769acb
Complete Loro-native architecture plan: close all remaining spec gaps
adhi-thirumala Jun 23, 2026
4731ce9
formatted
adhi-thirumala Jun 23, 2026
0d0ecea
fixed clippy
adhi-thirumala Jun 23, 2026
bb2cafc
clanker made changes
adhi-thirumala Jun 25, 2026
9cb8ad8
format
adhi-thirumala Jun 25, 2026
56daff1
fixed flashing edits
adhi-thirumala Jun 25, 2026
023ebad
fixed windows bug maybe
adhi-thirumala Jun 25, 2026
dbc56fc
Fix hotpath compile errors
adamhumphrey44 Jun 26, 2026
053e6b4
Make hotpath not compile so adhi push changes
adamhumphrey44 Jun 26, 2026
aa4abab
Removed annotate from const
adamhumphrey44 Jun 26, 2026
9595543
Csv leads
adamhumphrey44 Jun 26, 2026
ddea048
Bugix
adamhumphrey44 Jul 1, 2026
f712a33
Md
adamhumphrey44 Jul 1, 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: 4 additions & 0 deletions .ast-bro-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor/
helpers/
.agents/
CLAUDE.md
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Organization
For novel features, prefer setting them into new files. Place in the correct crates.
Avoid files over 1000 LOC. When found, suggest modularizing.

# UI development
Always prefer using the gpui-component library components over GPUI primitives, unless it cannot be made fit.
Expand All @@ -9,5 +8,6 @@ Always prefer using the gpui-component library components over GPUI primitives,
Always consider pre-existing crates to handle operations, especially computationally heavy tasks (searching, replacement, or anything that has likely been solved externally already). Use cargo via the CLI rather than directly editing cargo files.

# Post-edit checks
Usually avoid `cargo check`, `cargo build`, `cargo run`, or `cargo fmt`.
Main agents should run `cargo clippy` when intended edits are implemented. Fix clippy suggestions if applicable (if it is not false positive or causing regression).
Avoid `cargo check`, `cargo build`, `cargo run`, or `cargo fmt`.
Main agents should run `cargo clippy` when ALL intended edits are implemented. Fix clippy suggestions if applicable (if it is not false positive or causing regression).
Never EVER run any verification command like this until you can call your goal fully complete. Do not run it after 'stages,' or 'individual changes.' Do not run it when you are 'not finished' with the goal but still ending your turn.
1 change: 1 addition & 0 deletions CLAUDE.md
Loading
Loading