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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Native code intelligence (no exec-shim)
donmai code get-repo-map and donmai code search-symbols now run a native Go implementation — index.json is byte-compatible with the prior TypeScript indexer (xxhash64 + git-blob hashing verified identical), so existing .donmai/code-index/ indexes interoperate. (#121)
The external code-intel binary shim is kept as a fallback behind DONMAI_CODE_BIN for advanced users.