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
Project-Scoped Storage Default: All documentation is now indexed into <projectRoot>/.docorbit/docorbit.db by default. Deleting a project folder completely removes its documentation cache (zero disk leaks and zero version crosstalk between projects).
Interactive Storage Selector: Running docorbit init or docorbit add in an interactive terminal prompts users to choose between [1] Project-local (default) and [2] Global.
Flags -p and -g: Pass -p (--project) or -g (--global) to explicitly target storage and bypass interactive questions across all CLI commands.
MCP Server Workspace Alignment: When launched from coding agents (Cursor, Claude Desktop, Claude Code, Zed), DocOrbit automatically scopes its SQLite knowledge graph to the current workspace root.