pub const STOPWORDS: &[&str];Expand description
Common English stopwords stripped from queries before parsing.
Mirrors the client-side stopword list (Antigravity wmMemory.ts) so the
server and client agree on which tokens are meaningless for recall.