Registry Debug

This page displays the generated registry data used by the documentation site.

View source registry JSON

Summary

Raw Registry Data

{
  "profiles": [
    {
      "id": "base",
      "title": "Base",
      "requiresProfiles": [
        "lite"
      ],
      "requiresStacks": [],
      "description": "Minimum cookable baseline with yield + time"
    },
    {
      "id": "equipped",
      "title": "Equipped",
      "requiresProfiles": [
        "base"
      ],
      "requiresStacks": [
        "equipment"
      ],
      "description": "Recipe declares required tools/equipment."
    },
    {
      "id": "illustrated",
      "title": "Illustrated",
      "requiresProfiles": [
        "base"
      ],
      "requiresStacks": [
        "illustrated"
      ],
      "description": "Media present"
    },
    {
      "id": "lite",
      "title": "Lite",
      "requiresProfiles": [],
      "requiresStacks": [],
      "description": "Lowest-friction publishing with minimal structure"
    },
    {
      "id": "prepped",
      "title": "Prepped",
      "requiresProfiles": [
        "base"
      ],
      "requiresStacks": [
        "prep"
      ],
      "description": "Recipe includes prep guidance and/or mise en place tasks."
    },
    {
      "id": "scalable",
      "title": "Scalable",
      "requiresProfiles": [
        "base"
      ],
      "requiresStacks": [
        "quantified",
        "scaling"
      ],
      "description": "Quantified + scaling"
    },
    {
      "id": "timed",
      "title": "Timed",
      "requiresProfiles": [
        "base"
      ],
      "requiresStacks": [
        "structured",
        "timed"
      ],
      "description": "Structured + timed"
    }
  ],
  "stacks": [
    {
      "id": "compute",
      "major": 1,
      "dependsOn": [
        "quantified",
        "timed"
      ],
      "description": "Compute",
      "schemaPath": "/stacks/compute.schema.json",
      "docPath": "/docs/stacks/compute@1"
    },
    {
      "id": "dietary",
      "major": 1,
      "dependsOn": [],
      "description": "Dietary",
      "schemaPath": "/stacks/dietary.schema.json",
      "docPath": "/docs/stacks/dietary@1"
    },
    {
      "id": "equipment",
      "major": 1,
      "dependsOn": [],
      "description": "Equipment",
      "schemaPath": "/stacks/equipment.schema.json",
      "docPath": "/docs/stacks/equipment@1"
    },
    {
      "id": "illustrated",
      "major": 1,
      "dependsOn": [],
      "description": "Illustrated",
      "schemaPath": "/stacks/illustrated.schema.json",
      "docPath": "/docs/stacks/illustrated@1"
    },
    {
      "id": "prep",
      "major": 1,
      "dependsOn": [],
      "description": "Prep",
      "schemaPath": "/stacks/prep.schema.json",
      "docPath": "/docs/stacks/prep@1"
    },
    {
      "id": "quantified",
      "major": 1,
      "dependsOn": [],
      "description": "Quantified",
      "schemaPath": "/stacks/quantified.schema.json",
      "docPath": "/docs/stacks/quantified@1"
    },
    {
      "id": "referenced",
      "major": 1,
      "dependsOn": [
        "structured"
      ],
      "description": "Referenced",
      "schemaPath": "/stacks/referenced.schema.json",
      "docPath": "/docs/stacks/referenced@1"
    },
    {
      "id": "scaling",
      "major": 1,
      "dependsOn": [
        "quantified"
      ],
      "description": "Scaling",
      "schemaPath": "/stacks/scaling.schema.json",
      "docPath": "/docs/stacks/scaling@1"
    },
    {
      "id": "storage",
      "major": 1,
      "dependsOn": [],
      "description": "Storage",
      "schemaPath": "/stacks/storage.schema.json",
      "docPath": "/docs/stacks/storage@1"
    },
    {
      "id": "structured",
      "major": 1,
      "dependsOn": [],
      "description": "Structured",
      "schemaPath": "/stacks/structured.schema.json",
      "docPath": "/docs/stacks/structured@1"
    },
    {
      "id": "substitutions",
      "major": 1,
      "dependsOn": [
        "referenced"
      ],
      "description": "Substitutions",
      "schemaPath": "/stacks/substitutions.schema.json",
      "docPath": "/docs/stacks/substitutions@1"
    },
    {
      "id": "techniques",
      "major": 1,
      "dependsOn": [],
      "description": "Techniques",
      "schemaPath": "/stacks/techniques.schema.json",
      "docPath": "/docs/stacks/techniques@1"
    },
    {
      "id": "timed",
      "major": 1,
      "dependsOn": [
        "structured"
      ],
      "description": "Timed",
      "schemaPath": "/stacks/timed.schema.json",
      "docPath": "/docs/stacks/timed@1"
    }
  ],
  "generatedAt": "2025-12-29T02:47:10.947Z",
  "source": {
    "path": "/stacks/registry.json"
  }
}