Fragile anchors
Traditional annotations attach to line numbers that shift on every edit, losing context and creating noise.
Orbit lets you review generated artifacts directly in VS Code with semantic, block-anchored comments. Agents participate in the review cycle via MCP tools — generating artifacts, reading feedback, and waiting for approval before proceeding.
Traditional annotations attach to line numbers that shift on every edit, losing context and creating noise.
Agents generate artifacts but have no structured way to read feedback, reply to threads, or wait for approval.
Review state lives in your head. No machine-readable transitions, no automatic staleness detection on edits.
Source documents are parsed into semantic blocks with content-derived IDs. Comments attach to blocks, not positions — they stay relevant through rewrites.
MCP tools let agents generate resolved artifacts, add comments, reply to threads, and wait for approval — creating a human-in-the-loop workflow.
Draft, in_review, approved, changes_requested — with automatic staleness detection when the source document changes after review.
Orbit turns artifact review into a structured cycle: write, resolve, review, decide. Agents and humans share the same review surface.
Orbit brings structured, block-level review to VS Code — for both humans and agents.