{
  "schema_version": "v1",
  "fixture_id": "cli-bugfix",
  "scenario_type": "cli-bugfix",
  "prompt_path": "prompt.md",
  "repo_path": "repo",
  "expected_workflows": [
    "$spec-debug",
    "$spec-work",
    "$spec-code-review"
  ],
  "expected_changed_paths": [
    "src/cli/render-json.js",
    "tests/unit/render-json.test.js",
    "CHANGELOG.md"
  ],
  "expected_artifacts": [
    {
      "path": "tests/unit/render-json.test.js",
      "kind": "test",
      "owner": "spec-work"
    },
    {
      "path": "src/cli/render-json.js",
      "kind": "quality-gate-result",
      "owner": "cli"
    }
  ],
  "validation_commands": [
    "npx jest tests/unit/render-json.test.js --runInBand",
    "node --check src/cli/render-json.js",
    "git diff --check"
  ],
  "quality_signals": [
    "The bugfix has a targeted unit test before release.",
    "The expected verification command is explicit instead of prose-only."
  ]
}
