Memtrace
Memtrace code search & Code Graph
Section titled “Memtrace code search & Code Graph”The Memtrace top-row mode, the Code Intelligence sidebar drawer, and the project window’s Code Graph tab. An auto-started Memtrace daemon (localhost:4848 / 4848-mcp) indexes all project paths for live semantic code search; a parent-directory workspace traces sibling repos, with status, version, and update controls in the drawer.
MCP tool: orbit_code_search (plus the Memtrace MCP tools).
File locks
Section titled “File locks”Pipeline advisory chips plus preamble enforcement. Mark files or globs that queued prompts must not touch; agents self-enforce via their preamble, and Orbit rejects a completion (❌ Failed) if the commit modified a locked file — the commit itself is never rolled back. Surfaced in orbit_status as fileLocks.
MCP tools: orbit_lock_file, orbit_list_locks, orbit_unlock_file.