{
  "framework": {
    "name": "Paideia Framework",
    "version": "1.7.0",
    "mode": "production"
  },
  "capabilities": [
    "site.static",
    "writing.posts",
    "runtime.inspect",
    "runtime.identity",
    "runtime.artifactInventory",
    "manifest.validate",
    "manifest.normalize",
    "diagnostics.manifest",
    "diagnostics.writing",
    "agent.context",
    "agent.guide"
  ],
  "site": {
    "title": "Lautaro Gärtner",
    "description": "Building Paideia Framework: self-describing software systems.",
    "url": "https://lautarogartner.com",
    "author": "Lautaro Gärtner",
    "language": "en",
    "pages": [
      {
        "path": "/",
        "canonical": "https://lautarogartner.com/",
        "title": "Home",
        "description": "Personal site for Lautaro Gärtner and Paideia Framework.",
        "nav": true,
        "tokenSummary": "Home page introducing Lautaro and Paideia Framework as a self-describing runtime experiment.",
        "output": "index.html"
      },
      {
        "path": "/writing",
        "canonical": "https://lautarogartner.com/writing",
        "title": "Writing",
        "description": "Notes on software, systems, agents, and Paideia.",
        "nav": true,
        "tokenSummary": "Writing index for essays and notes about readable software, agents, generated systems, and Paideia.",
        "output": "writing/index.html"
      }
    ],
    "posts": [
      {
        "slug": "generated-systems-should-explain-themselves",
        "path": "/writing/generated-systems-should-explain-themselves",
        "canonical": "https://lautarogartner.com/writing/generated-systems-should-explain-themselves",
        "title": "Why Generated Systems Should Explain Themselves",
        "description": "Why generated software should expose its shape, contracts, capabilities, and security-relevant runtime facts.",
        "publishedAt": "2026-05-20",
        "tokenSummary": "Developer-facing essay explaining why generated systems should expose runtime identity, artifact inventories, capabilities, diagnostics, and security-relevant facts.",
        "output": "writing/generated-systems-should-explain-themselves/index.html"
      },
      {
        "slug": "building-paideia",
        "path": "/writing/building-paideia",
        "canonical": "https://lautarogartner.com/writing/building-paideia",
        "title": "Building Paideia: Software That Explains Itself",
        "description": "Why I am building Paideia as a small framework for readable, inspectable, self-describing software systems.",
        "publishedAt": "2026-05-20",
        "tokenSummary": "Long-form positioning essay about building Paideia as a small framework for self-describing generated systems with runtime identity, artifact inventory, deterministic build IDs, capabilities, diagnostics, and inspectability.",
        "output": "writing/building-paideia/index.html"
      }
    ]
  },
  "runtime": {
    "target": "static-site",
    "generation": {
      "strategy": "static",
      "output": "dist"
    },
    "generatedArtifacts": [
      "404.html",
      "pages",
      "posts",
      "system.json",
      "runtime.json",
      "llms.txt",
      "context.json"
    ]
  },
  "trust": {
    "siteContractExplicit": true,
    "generatedArtifactsInspectable": true,
    "tokenFriendlyContextAvailable": true
  }
}