Syncing the graph
After scanning locally, run orstrum push to sync your graph to the cloud.
Once pushed, all workspace members query the same data through the hosted MCP endpoint.
Workflow
# Authenticate once
$ orstrum login
# Scan and optionally summarize
$ orstrum scan
$ orstrum summarize
# Push to cloud
$ orstrum push
↳ 1 repo, 847 nodes, 4,203 edges synced in 1.2s Idempotency
Pushes are safe to run repeatedly. Rows are matched on natural keys and upserted — no duplicates are created. Pushing the same graph twice is a no-op.
What is pushed
Graph structure and summaries only. File paths, export signatures, import edges, and purpose text. Raw source code never leaves your machine.
Team workflow
Any member with push access can update the shared graph. Summaries computed by one team member are immediately available to all others through the hosted endpoint — you only pay for LLM generation once per unique file version.