Slices
Small, policy-aware projections of one global source graph. Work with the code you need without splitting its history apart.
Gitslice gives you repo-like slices over one global codebase, changesets for review and submit, and Git compatibility at the boundary—built for humans and coding agents.
$ gs auth login
Authenticated as mira@orbit.dev
$ gs workspace init orbit/checkout
Hydrated 318 files from slice orbit/checkout
$ gs status
M services/checkout/authorize.go
$ gs cs create --title "Tighten authorization"
Created orbit/checkout@184
$ gs cs submit
Checks 4/4 · submitted to global
Native by design
Source, policy, review, and automation share the same graph—without making every developer carry the whole thing.
Small, policy-aware projections of one global source graph. Work with the code you need without splitting its history apart.
A first-class unit for review and submit, with immutable patchsets that make every iteration clear and auditable.
Scoped workspaces keep coding agents focused, while bring-your-own-agent conversations preserve context around the work.
The same agent on your host runs checks in a container, so build caches stay hot instead of starting cold on every run. The server still enforces results before changes reach the global graph.
Clone and fetch a slice with plain Git. Compatibility stays at the boundary while the native graph remains the source of truth.
Use `gs` end-to-end: authenticate, hydrate a workspace, capture edits, create a changeset, and submit from your terminal.