{
  "actorSpecification": 1,
  "name": "federal-preemption-tracker",
  "title": "Federal Preemption Risk Tracker - AI Regulation Compliance Intelligence",
  "description": "Real-time monitoring of federal preemption risks for state AI regulations. Track Executive Orders, DOJ actions, federal court litigation, and regulatory changes affecting Colorado AI Act (SB 24-205), California SB 1047, and state algorithmic discrimination laws. Essential compliance intelligence for AI deployers, legal teams, and agentic AI systems navigating the state-federal regulatory friction.",
  "version": "1.0",
  "buildTag": "latest",
  "meta": {
    "author": "AI Solutionist",
    "email": "jason@jasonpellerin.com",
    "website": "https://jasonpellerin.com"
  },
  "input": "./input_schema.json",
  "storages": {
    "dataset": {
      "actorSpecification": 1,
      "title": "Federal Preemption Events",
      "description": "Structured preemption risk events with risk scores, affected provisions, compliance recommendations, and RAG-optimized chunks for AI agent consumption",
      "views": {
        "overview": {
          "title": "Preemption Risk Overview",
          "description": "High-level view of federal preemption risks by state and risk level",
          "transformation": {
            "fields": [
              "id",
              "type",
              "title",
              "riskScore",
              "riskLevel",
              "affectedStates",
              "timeline",
              "sourceUrl",
              "datePublished"
            ]
          },
          "display": {
            "component": "table",
            "properties": {
              "id": { "label": "Event ID", "format": "text" },
              "type": { "label": "Type", "format": "text" },
              "title": { "label": "Title", "format": "text" },
              "riskScore": { "label": "Risk Score", "format": "number" },
              "riskLevel": { "label": "Risk Level", "format": "text" },
              "affectedStates": { "label": "States", "format": "array" },
              "timeline": { "label": "Timeline", "format": "text" },
              "sourceUrl": { "label": "Source", "format": "link" },
              "datePublished": { "label": "Date", "format": "date" }
            }
          }
        }
      }
    }
  },
  "dockerfile": "./Dockerfile",
  "readme": "./README.md",
  "changelog": "./CHANGELOG.md",
  "useCases": [
    "Track federal preemption risks for Colorado AI Act (CAIA) compliance before June 2026 deadline",
    "Monitor Executive Order 14281 impacts on state AI regulation funding",
    "Identify federal court cases challenging state algorithmic discrimination laws",
    "Build compliance intelligence RAG systems with pre-chunked legal content",
    "Automate regulatory monitoring for multi-state AI deployers",
    "Feed agentic AI compliance systems with real-time preemption data"
  ],
  "exampleRunInput": {
    "searchMode": "comprehensive",
    "targetStates": ["CO", "CA"],
    "outputFormat": "agent_optimized",
    "riskScoreThreshold": 25,
    "maxResults": 100
  }
}
