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
Docs: link the obvious orphan docs + resolve connect-to-server spec; handle paren dirs in docs-reachable
Connected 17 of the 23 orphaned docs to the reachable tree (230 → 247 reachable, 6 orphans left, all deliberately deferred):
- **`connect-to-server-plan.md`**: investigation confirmed it shipped in v0.11.0 (manual SMB "Connect to server", `network/manual_servers.rs` + MCP tools + dialog). Moved out of `later/` to the specs root and ticked in the index.
- **4 subsystem dirs** named in `architecture.md` / `apps/desktop/CLAUDE.md` so their CLAUDE.md resolve (`routes/(main)/`, `apps/desktop/scripts/`, `packaging/homebrew/`).
- **Guides** linked from their natural homes: the three dependency guides from `architecture.md` § Dependency management; signing + homebrew-cask from `releasing.md`; benchmarking/error-handling/mcp-development from the colocated `listing` / `friendly_error` / `mcp` CLAUDE.md; generating-test-files from `tooling/testing.md`; multi-agent-refactors from `AGENTS.md` § Workflow.
- **Notes** linked from the subsystem they inform (`smb-auth-flow-redesign` → network, `sort-order-shortcut-research` → shortcuts) and `notes/README.md` from `AGENTS.md`.
Also: `docs-reachable` now resolves SvelteKit group dirs (parens in backtick directory references), so `routes/(main)/` connects. Parens stay out of the file-token regex (they'd swallow a `](path)` delimiter); a test covers the dir case.
Left as orphans for us to decide (stale / no code home): `benchmarks/smb/CLAUDE.md`, `guides/test-purchase-flow.md`, `guides/testing/index.md`, `guides/testing/setting-up-smb-test-containers-on-linux.md`, `notes/disk-cleanup-advice-process.md`, `notes/totalcmd-plugin-analysis.md`.
Copy file name to clipboardExpand all lines: apps/desktop/src-tauri/src/file_system/listing/CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Backend directory reading, caching, sorting, and streaming for the file explorer. Handles 100k+ file directories with non-blocking I/O and progress events.
4
4
5
+
For profiling listing performance, see `docs/guides/benchmarking-file-loading.md`.
0 commit comments