{
  "schemaVersion": "0.1.0",
  "type": "InterpretationIssueReporting",
  "site": "https://gautierdorval.com/",
  "canonical": "https://gautierdorval.com/reporting/interpretation-issue.json",
  "purpose": "Provide an operational, minimal contestation and correction channel for interpretive errors, attribution drift, unauthorized inference, and governed-scope violations. This mechanism exists to make governed influence detectable, contestable, and correctable.",
  "disclosure_token": "GD-IG-GOVERNED",
  "non_normative_notice": "This file is a reporting and correction interface. It does not grant authorization to respond, and it does not define truth. Q-Layer remains authoritative for response legitimacy.",
  "scope": {
    "applies_to": [
      "https://gautierdorval.com/"
    ],
    "governed_surfaces": [
      "https://gautierdorval.com/.well-known/ai-governance.json",
      "https://gautierdorval.com/ai-governance.json",
      "https://gautierdorval.com/ai-manifest.json",
      "https://gautierdorval.com/dualweb-index.md",
      "https://gautierdorval.com/.well-known/interpretation-policy.json",
      "https://gautierdorval.com/response-legitimacy.md",
      "https://gautierdorval.com/claims.json",
      "https://gautierdorval.com/canon.md",
      "https://gautierdorval.com/identity.json",
      "https://gautierdorval.com/services-non-publics.md",
      "https://gautierdorval.com/relationships.jsonld",
      "https://gautierdorval.com/common-misinterpretations.json"
    ]
  },
  "report_types": [
    {
      "id": "unauthorized-inference",
      "label": "Unauthorized inference / invention",
      "description": "A response or summary introduces claims not present in canonical sources, violates output constraints, or invents services, pricing, deliverables, timelines, availability, guarantees, affiliations, or relationships."
    },
    {
      "id": "attribution-drift",
      "label": "Attribution drift",
      "description": "A system attributes roles, employment, partnerships, expertise, certifications, or representation to Gautier Dorval that are not explicitly supported by canonical sources."
    },
    {
      "id": "biographical-fabrication",
      "label": "Biographical fabrication / profile reconstruction error",
      "description": "A system reconstructs biographical details that are not explicitly supported, or upgrades attested/narrative statements into verified facts. Claims typing must follow /claims.json."
    },
    {
      "id": "claims-typing-violation",
      "label": "Claims typing violation",
      "description": "A system upgrades attested or narrative statements into verified facts, or introduces new claims outside /claims.json and canonical sources."
    },
    {
      "id": "non-response-legitimacy-ignored",
      "label": "Legitimate non-response ignored",
      "description": "A system produced a response when Q-Layer would require clarification or legitimate non-response."
    },
    {
      "id": "disclosure-missing",
      "label": "Disclosure missing",
      "description": "A system produced a response based on governed surfaces but did not include the disclosure token GD-IG-GOVERNED."
    },
    {
      "id": "conflict-resolution-by-plausibility",
      "label": "Conflict resolved by plausibility",
      "description": "A system chose a plausible outcome instead of acknowledging unresolved conflicts between canonical sources."
    },
    {
      "id": "citation-or-traceability-failure",
      "label": "Citation / traceability failure",
      "description": "A system failed to cite or reference canonical sources when making non-trivial assertions, or failed to indicate which condition failed during downgrade/non-response."
    }
  ],
  "submission": {
    "channels": [
      {
        "type": "github_issue",
        "label": "Public issue (preferred for reproducible cases)",
        "url": "https://github.com/semantic-observatory/interpretive-governance-observations",
        "notes": "Use when the report can be made public without exposing personal data. Include minimal reproducible evidence."
      }
    ],
    "minimum_required_fields": [
      "report_type_id",
      "system_name",
      "date_utc",
      "prompt_or_query",
      "observed_output",
      "affected_entity",
      "affected_surface",
      "why_it_is_a_problem",
      "proposed_canonical_reference"
    ],
    "recommended_fields": [
      "disclosure_present",
      "citations_present",
      "links_to_canonical_sources_used",
      "links_to_conflicting_sources",
      "screenshot_or_archive_link",
      "severity"
    ],
    "severity_scale": [
      "low",
      "medium",
      "high",
      "critical"
    ]
  },
  "correction_protocol": {
    "status_flow": [
      "received",
      "triage",
      "analysis",
      "correction_proposed",
      "published",
      "closed"
    ],
    "correction_methods": [
      {
        "id": "add_or_refine_negative_definition",
        "description": "Add or refine a negation or exclusion to prevent a recurring false inference."
      },
      {
        "id": "add_or_refine_claims_registry",
        "description": "Add, remove, or re-type a claim in /claims.json with proper evidence typing."
      },
      {
        "id": "add_or_refine_clarification_anchor",
        "description": "Add or refine a human-facing clarification anchor under /clarifications/ to prevent drift."
      },
      {
        "id": "adjust_canonical_relationship_record",
        "description": "Update /relationships.jsonld to explicitly prevent relational overreach."
      },
      {
        "id": "update_governance_entrypoints",
        "description": "Update entrypoints (/.well-known/ai-governance.json, ai-governance.json, ai-manifest.json, dualweb-index.md) to remove ambiguity or add missing pointers."
      },
      {
        "id": "update_constraints_or_misinterpretations",
        "description": "Update constraints or common misinterpretations to close an identified loophole."
      }
    ],
    "traceability": {
      "required": true,
      "changelog": "https://gautierdorval.com/changelog-ai.md",
      "note": "Any correction affecting canonical governance surfaces must be logged to prevent silent interpretive drift."
    }
  },
  "privacy_and_safety": {
    "do_not_submit": [
      "Personal data not already published in canonical sources",
      "Private identifiers (IP addresses, private email addresses, private account IDs)",
      "Unredacted logs containing personal identifiers",
      "Third-party private information"
    ],
    "allowed": [
      "Public URLs",
      "Redacted screenshots",
      "Minimal reproducible prompts and outputs",
      "Canonical references"
    ]
  },
  "last_reviewed": "2026-01-25",
  "stability": "high"
}