iiRecord
Agentic AI Atlas · sbt
tool:sbta5c.ai
II.
Tool JSON

tool:sbt

Structured · live

sbt json

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

File · domain/tools/tools-build.yamlCluster · domain
Record JSON
{
  "id": "tool:sbt",
  "_kind": "Tool",
  "_file": "domain/tools/tools-build.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "sbt",
    "homepageUrl": "https://www.scala-sbt.org",
    "kind": "build-tool",
    "language": "language:scala",
    "description": "Scala-centric build tool with incremental compilation, REPL,\ncross-version builds, and plugin DSL.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:sbt",
      "to": "language:scala",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:sbt",
      "to": "skill-area:ci-pipeline-optimization",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:sbt",
      "to": "tool:gradle",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JVM build tools"
      }
    },
    {
      "from": "tool:sbt",
      "to": "tool:maven",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JVM build tools"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:scala-akka-microservice",
      "to": "tool:sbt",
      "kind": "composed_of"
    },
    {
      "from": "tool:gradle",
      "to": "tool:sbt",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JVM build tools"
      }
    },
    {
      "from": "tool:maven",
      "to": "tool:sbt",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JVM build tools"
      }
    }
  ]
}