Skip to content
Official YGit Schema Registry

Build, validate, and version YGit manifests.

Browse official VPMS, DPMS, and VibTools schemas, implementation documentation, validation fixtures, and release history from one developer-focused registry.

/

Quick actions

Examples

Use production-oriented reference manifests.

GitHub

Review source, issues, releases, and contribution rules.

View all
VPMSstable

Vib Project Manifest Schema

Official schema for vibproject.ygit project manifests.

VPMS v2stable

Vib Project Manifest Schema Version 2

Frozen Version 2 schema for vibproject.ygit manifests with expanded project classification, links, support, distribution, funding, and security metadata.

DPMSstable

Documentation Package Manifest Specification

Official schema for docs.manifest.ygit documentation package manifests.

VibToolsstable

VibTools Product Catalog Manifest Specification

Official schema for vibtools.json manifests to automate project imports, catalogs, and GitHub repository synchronization.

Quick start

Create a minimal `vibproject.ygit`, install the Python validator, then validate the manifest before committing.

vibproject.ygit
{
  "$schema": "https://schema.ygit.dev/vpms/v1/vibproject.schema.json",
  "schemaVersion": 1,
  "manifestVersion": "1.0.0",
  "project": {
    "id": "example-project",
    "name": "Example Project",
    "description": "A minimal valid VPMS manifest.",
    "version": "1.0.0"
  }
}

Latest updates

  1. VibTools Catalog Manifest (vibtools.json) released

    Added canonical schema and specification for vibtools.json to enable 1-click GitHub repository import into product catalog dashboards.

  2. DPMS Version 1 schema published

    Documentation Package Manifest Specification (DPMS) added with discovery rules, section hierarchy, and reference manifests.

  3. VPMS Version 1 implementation

    Complete schema constraints, documentation, validation fixtures, automation, and registry portal.

  4. Production foundation

    Astro, Tailwind, MDX, Shiki, Pagefind, Lucide, CI checks, and Cloudflare Pages configuration.