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
Create an inventory of Rust indexing performance-related production paths, retained diagnostics, experiment flags, and dead candidates so future agents can tell which paths are normal behavior, which are diagnostic-only, and which should no longer remain in runtime code.
This inventory should support the next #165 candidate decision rather than becoming general documentation cleanup.
Acceptance criteria
Add an inventory document under docs/benchmarks/ or docs/design/.
Classify each entry as production path, retained diagnostic, or dead candidate.
Cover final-flush / SQLite write-mode paths.
Cover Rust core graph-write and FTS rebuild paths.
Parent
What to build
Create an inventory of Rust indexing performance-related production paths, retained diagnostics, experiment flags, and dead candidates so future agents can tell which paths are normal behavior, which are diagnostic-only, and which should no longer remain in runtime code.
This inventory should support the next #165 candidate decision rather than becoming general documentation cleanup.
Acceptance criteria
docs/benchmarks/ordocs/design/.production path,retained diagnostic, ordead candidate.Blocked by