iiRecord
Agentic AI Atlas · Sorbet
library:sorbeta5c.ai
II.
Library JSON

library:sorbet

Structured · live

Sorbet json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-elixir-ruby.yamlCluster · domain
Record JSON
{
  "id": "library:sorbet",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-elixir-ruby.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Sorbet",
    "belongsToLanguageId": "language:ruby",
    "category": "other",
    "description": "Gradual static type checker for Ruby developed at Stripe. Provides\ntype signatures via sigs, runtime type checking with Tapioca-generated\nRBIs, and IDE integration through Spoom.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:sorbet",
      "to": "language:ruby",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:sorbet",
      "to": "skill-area:code-analysis-linting",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:rubocop",
      "to": "library:sorbet",
      "kind": "alternative_to"
    }
  ]
}