{
  "schema": "https://ai-atoms.com/schemas/prompt-v1.json",
  "type": "prompt",
  "id": "prompt/cite-file-line",
  "version": "1.0.0",
  "name": "Cite file:line",
  "description": "Every concrete claim about a codebase MUST be cited as path:line so the reader can navigate to it.",
  "subtype": "constraint",
  "content": "Cite every concrete claim about a codebase as path:line (e.g., `src/auth.ts:42`). When a claim spans a range, use path:start-end (e.g., `src/auth.ts:42-91`). Cite at the point of the claim, not in a closing summary.",
  "applicable_turns": [
    "system"
  ],
  "vendors": [
    "any"
  ],
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/prompt-atoms/blob/main/atoms/constraint/cite-file-line.json",
  "tags": [
    "citation",
    "code-review"
  ],
  "lifecycle": "draft",
  "category": "governance",
  "provenance": {
    "source": "convergent-systems-co/prompt-atoms",
    "source_url": "https://github.com/convergent-systems-co/prompt-atoms/blob/main/atoms/constraint/cite-file-line.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed by scripts/migrate-retired-atoms.py from the retired catalog."
  }
}