{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Quantum Claw Changelog",
  "home_page_url": "https://quantum-claw-core.lovable.app",
  "feed_url": "https://quantum-claw-core.lovable.app/feed.json",
  "description": "Building in public — every commit, every decision, logged.",
  "language": "en-US",
  "items": [
    {
      "id": "v0.4.0",
      "url": "https://quantum-claw-core.lovable.app/changelog#v0.4.0",
      "title": "v0.4.0 — Changelog & Build-in-Public Page",
      "content_text": "Added a dedicated changelog page to document project evolution transparently. Every simulation tweak, UI refinement, and architectural decision — logged publicly.",
      "date_published": "2026-02-23T00:00:00Z",
      "tags": ["frontend", "transparency"]
    },
    {
      "id": "v0.3.2",
      "url": "https://quantum-claw-core.lovable.app/changelog#v0.3.2",
      "title": "v0.3.2 — Documentation Overhaul",
      "content_text": "Comprehensive docs page with sidebar navigation, inline code rendering, and full API reference covering /simulate/stability-diagram, /analyze/anticrossing, and mock-scan2d endpoints.",
      "date_published": "2026-02-22T00:00:00Z",
      "tags": ["docs", "API", "DX"]
    },
    {
      "id": "v0.3.1",
      "url": "https://quantum-claw-core.lovable.app/changelog#v0.3.1",
      "title": "v0.3.1 — Interactive Quantum Lab",
      "content_text": "Shipped the Lab page with real-time WebGL heatmap rendering at 512x512 resolution. Configurable charging energy, tunnel coupling, and Gaussian noise parameters drive synthetic charge stability diagrams.",
      "date_published": "2026-02-21T00:00:00Z",
      "tags": ["WebGL", "simulation", "quantum-dots"]
    },
    {
      "id": "v0.3.0",
      "url": "https://quantum-claw-core.lovable.app/changelog#v0.3.0",
      "title": "v0.3.0 — Quantum Lab Noir Design System",
      "content_text": "Established the full design language — near-black backgrounds, neon-crimson accents, JetBrains Mono typography, chromatic aberration hovers, CRT scanline overlays, and bloom glow effects.",
      "date_published": "2026-02-20T00:00:00Z",
      "tags": ["design-system", "UI", "dark-theme"]
    },
    {
      "id": "v0.2.0",
      "url": "https://quantum-claw-core.lovable.app/changelog#v0.2.0",
      "title": "v0.2.0 — FastAPI Backend & Python Package",
      "content_text": "Stood up the FastAPI service with health, QTT metadata, and simulation endpoints. Published quantum_claw Python package with generate_stability_diagram(), fit_anticrossing(), and CLI tools.",
      "date_published": "2026-02-18T00:00:00Z",
      "tags": ["backend", "Python", "FastAPI", "QTT"]
    },
    {
      "id": "v0.1.0",
      "url": "https://quantum-claw-core.lovable.app/changelog#v0.1.0",
      "title": "v0.1.0 — Initial Prototype",
      "content_text": "First commit. Wrapped the archived QTT library (QuTech-Delft, MIT) into a monorepo scaffold with React + Vite frontend. Proof-of-concept stability diagram generation with NumPy-backed synthetic data.",
      "date_published": "2026-02-15T00:00:00Z",
      "tags": ["prototype", "QTT", "monorepo"]
    }
  ]
}
