{
  "title": "Diagnostics Framework Learning Path",
  "steps": [
    {
      "id": 1,
      "title": "Setup Environment",
      "description": "Install PHP, configure .env, run test apps.",
      "doc": "LEARN_SETUP_TASKS.md"
    },
    {
      "id": 2,
      "title": "Learn Debug System",
      "description": "Debug levels, groups, formatting.",
      "doc": "LEARN_DEBUG.md"
    },
    {
      "id": 3,
      "title": "Learn Performance System",
      "description": "SQL profiling, timers.",
      "doc": "LEARN_PERF.md"
    },
    {
      "id": 4,
      "title": "Learn SQL Diagnostics",
      "description": "Schema validation, SQL errors.",
      "doc": "LEARN_SQL.md"
    },
    {
      "id": 5,
      "title": "Learn Architecture",
      "description": "Module boundaries, error flow.",
      "doc": "ARCHITECTURE_GUIDE.md"
    },
    {
      "id": 6,
      "title": "SampleModule",
      "description": "Test module description.",
      "doc": "SampleModule.md"
    },
    {
      "id": 7,
      "title": "SelfTestModule",
      "description": "Module test description.",
      "doc": "SelfTestModule.md"
    }
  ]
}
