Gitwami

Overview

Architecture and planning documentation for Gitwami, the AI-first git host.

Gitwami is an AI-first git host — a git server with code intelligence (GitNexus), AI pull-request review, and automated merge-conflict resolution, driven from the rgh CLI. It runs self-hosted as a native NixOS service.

These pages are the living design documents behind that work. They are research/proposals, not yet-shipped features — each says so at the top.

Documents

How they fit together

The continuity-layer plan owns the graph, event log, and behaviors; the sandbox-fleet plan is the deep dive on the execution layer those behaviors run in. The developer-facing features map those ideas onto concrete, located code changes. Together they describe a self-improving agent: fork a sandbox and a subgraph, run both, diff the result subgraphs, and promote the winner.