Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
776a545
chore: start 50% LOC cut — delete dead tooling, trim desktop slop, de…
cursoragent Jul 17, 2026
c933106
Reduce daemon Rust source LOC
cursoragent Jul 17, 2026
aa87da5
Split recall engine internals
cursoragent Jul 17, 2026
9528546
Restore test helper visibility
cursoragent Jul 17, 2026
252c5d3
chore: remove mock-cortex-server (dev-only, not product runtime)
cursoragent Jul 17, 2026
bafe5b5
Densify desktop control center source
cursoragent Jul 17, 2026
87113bd
refactor(daemon-rs): dedup recall search/semantic paths, trim prod LOC
cursoragent Jul 17, 2026
1c01c9d
Densify daemon-rs non-recall sources
cursoragent Jul 17, 2026
7d3ffe6
Restore recall handler source
cursoragent Jul 17, 2026
fbb978d
refactor(recall): densify to ~2k LOC
cursoragent Jul 17, 2026
ef03704
Restore recall sources
cursoragent Jul 17, 2026
9b99e45
Restore recall owner changes
cursoragent Jul 17, 2026
d1e0685
fix(cli): restore help/robot-docs blank lines for golden output
cursoragent Jul 17, 2026
b4ba293
perf(desktop): render only active panel
cursoragent Jul 17, 2026
061bb33
refactor(daemon): delete unused helpers and constants
cursoragent Jul 17, 2026
e6d8d63
perf(recall): skip shadow KNN on hot path; shorten DB write locks
cursoragent Jul 17, 2026
ea93187
refactor(mcp): share session/recall helpers in dispatch
cursoragent Jul 17, 2026
1085211
perf(store): tighten semantic candidate scan and reuse tokenization
cursoragent Jul 17, 2026
1477c78
style(daemon): rustfmt packed sources for honest readability
cursoragent Jul 17, 2026
2c24813
style(desktop): prettier densified sources for readability
cursoragent Jul 17, 2026
78118d5
Optimize recall semantic scan hot paths
cursoragent Jul 17, 2026
17dba4f
Optimize daemon read paths and recall batching
cursoragent Jul 17, 2026
42b5b2c
chore: purge unused CSS and non-runtime cruft
cursoragent Jul 17, 2026
769f177
Deduplicate team caller enforcement
cursoragent Jul 17, 2026
d5d77be
Reduce control center frontend LOC
cursoragent Jul 17, 2026
d22e19d
style: denser readable formatting (rustfmt 140, compact CSS rules)
cursoragent Jul 17, 2026
1cfeee2
Cut control center production LOC
cursoragent Jul 17, 2026
ace618d
Cut daemon production LOC
cursoragent Jul 17, 2026
67fa354
Cut production LOC with safe compaction
cursoragent Jul 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions daemon-rs/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
edition = "2021"
max_width = 160
use_small_heuristics = "Max"
fn_params_layout = "Compressed"
struct_lit_width = 100
struct_variant_width = 100
array_width = 120
chain_width = 120
131 changes: 0 additions & 131 deletions daemon-rs/scripts/add_pub_crate.py

This file was deleted.

46 changes: 0 additions & 46 deletions daemon-rs/scripts/fix_branch_modules.py

This file was deleted.

115 changes: 0 additions & 115 deletions daemon-rs/scripts/fix_remaining_splits.py

This file was deleted.

Loading
Loading