> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wip.computer/llms.txt
> Use this file to discover all available pages before exploring further.

# Repo Manifest Reconciler

> One source of truth for folder structure. Know where every repo belongs.

# Repo Manifest Reconciler

One source of truth for folder structure. Know where every repo belongs.

Repos move around. Someone clones to the wrong place. A reorganization puts things in new folders. Before long, nobody knows where anything is.

The Manifest Reconciler keeps a single JSON file that says where every repo should live. Move folders around all day. On sync, everything snaps back to where the manifest says.

## What It Does

* Maintains a single manifest of all repos and their locations
* Detects repos that have drifted from their assigned location
* Moves them back with one command
* Reports on untracked repos that aren't in the manifest yet

## Install

```bash theme={null}
ldm install wipcomputer/wip-ai-devops-toolbox
```

## Usage

```bash theme={null}
wip-repos tree          # show current structure
wip-repos check         # compare reality to manifest
wip-repos sync-plan     # show what would change
```

Think of it like an auto-formatter, but for your folder structure instead of your code.

## Interfaces

CLI, Module, Connection, Skill.

## Part of LDM OS

Repo Manifest Reconciler is part of [AI DevOps Toolbox](/skills/core/devops-toolbox), which installs into [LDM OS](https://github.com/wipcomputer/wip-ldm-os).
