architecture

Git Workspaces

How Manifoldone keeps agent sessions aligned with local Git work.

Git is the current source of truth

Manifoldone does not invent a new version-control system. The working tree, branches, worktrees, commits, and conflict resolution remain in Git. The product adds a visual workspace that shows where agent sessions are operating around that existing structure.

Workspace hierarchy

The current product model is:

Project
└── Worktree or branch
    ├── Session
    ├── Session
    └── Terminal / file / preview

This hierarchy helps a teammate answer three questions before opening a run: which project it belongs to, which Git work it may affect, and whether the session is running, waiting, failed, or complete.

Responsibility stays explicit

Agents can edit files and invoke Git through their provider tooling, but Git remains the durable record. Teams should review changes, commit important work, and use their existing remote and branch protections.

Other version-control systems

Perforce and other adapters are possible future research. They are not supported or scheduled. We will only commit to one after validating it with a design partner on a real project.