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
Make Phase 4 Rust indexing profile evidence repeatable enough to support rollout-readiness decisions. The profiler or validation harness should compare TypeScript and Rust indexing on the hard-gate repositories and report wall-clock, peak RSS, finalization subphases, toolchain metadata, and explicit RSS unavailable reasons.
Acceptance criteria
TypeScript and Rust profile output includes wall-clock time, peak RSS, source scanning, parsing/extraction, SQLite writing, subprocess handoff, and TypeScript finalization subphases.
RSS output is valid on at least one supported platform, and unavailable RSS includes a machine-readable reason rather than an unexplained null.
Profile artifacts include repository commit, indexed file count, CLI version, Rust core version, Node version, OS, and architecture.
Baseline profiles are recorded for ZCodeGraph, Excalidraw, and Zustand.
What to build
Make Phase 4 Rust indexing profile evidence repeatable enough to support rollout-readiness decisions. The profiler or validation harness should compare TypeScript and Rust indexing on the hard-gate repositories and report wall-clock, peak RSS, finalization subphases, toolchain metadata, and explicit RSS unavailable reasons.
Acceptance criteria
null.Blocked by
None - can start immediately