{
  "schema_version": "v1",
  "fixture_id": "docs-only",
  "scenario_type": "docs-only",
  "prompt_path": "prompt.md",
  "repo_path": "repo",
  "expected_workflows": [
    "$spec-plan",
    "$spec-work",
    "$spec-code-review"
  ],
  "expected_changed_paths": [
    "docs/contracts/workflows/example-run-artifact.md",
    "CHANGELOG.md"
  ],
  "expected_artifacts": [
    {
      "path": "docs/contracts/workflows/example-run-artifact.md",
      "kind": "doc",
      "owner": "spec-work"
    },
    {
      "path": "CHANGELOG.md",
      "kind": "doc",
      "owner": "repo-governance"
    }
  ],
  "validation_commands": [
    "npx jest tests/unit/changelog-format.test.js --runInBand",
    "git diff --check"
  ],
  "quality_signals": [
    "Only docs and changelog paths are expected to change.",
    "The resulting doc keeps planned artifact boundaries explicit."
  ]
}
