iiRecord
Agentic AI Atlas · specializations/sdk-platform-development/compatibility-testing
lib-process:sdk-platform-development--compatibility-testinga5c.ai
II.
LibraryProcess JSON

lib-process:sdk-platform-development--compatibility-testing

Structured · live

specializations/sdk-platform-development/compatibility-testing json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:sdk-platform-development--compatibility-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/sdk-platform-development/compatibility-testing",
    "description": "Compatibility Testing - Test SDK compatibility across versions, platforms, and environments\nincluding multi-version testing matrix and breaking change detection.",
    "libraryPath": "library/specializations/sdk-platform-development/compatibility-testing.js",
    "specialization": "sdk-platform-development",
    "references": [
      "- API Evolution: https://www.mnot.net/blog/2012/12/04/api-evolution",
      "- Semantic Versioning: https://semver.org/"
    ],
    "example": "const result = await orchestrate('specializations/sdk-platform-development/compatibility-testing', {\n  projectName: 'CloudAPI SDK',\n  sdkLanguages: ['typescript', 'python', 'go'],\n  testMatrix: { nodeVersions: ['16', '18', '20'], pythonVersions: ['3.9', '3.10', '3.11'] },\n  breakingChangeDetection: true\n});",
    "usesAgents": [
      "test-coverage-analyzer",
      "compatibility-auditor",
      "platform-architect",
      "technical-writer-agent"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "skill-area:sdk-codegen",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "skill-area:api-clients-sdks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "topic:api-design",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "workflow:sdk-release-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "specialization:sdk-platform-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "lib-agent:sdk-platform-development--test-coverage-analyzer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "lib-agent:sdk-platform-development--compatibility-auditor",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "lib-agent:sdk-platform-development--platform-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:sdk-platform-development--compatibility-testing",
      "to": "lib-agent:sdk-platform-development--technical-writer-agent",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}