II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--compatibility-testing
specializations/sdk-platform-development/compatibility-testing overview
Compatibility Testing - Test SDK compatibility across versions, platforms, and environments including multi-version testing matrix and breaking change detection.
Attributes
displayName
specializations/sdk-platform-development/compatibility-testing
description
Compatibility Testing - Test SDK compatibility across versions, platforms, and environments
including 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', {
projectName: 'CloudAPI SDK',
sdkLanguages: ['typescript', 'python', 'go'],
testMatrix: { nodeVersions: ['16', '18', '20'], pythonVersions: ['3.9', '3.10', '3.11'] },
breakingChangeDetection: true
});
usesAgents
- test-coverage-analyzer
- compatibility-auditor
- platform-architect
- technical-writer-agent
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:sdk-platform-development·Specialization
lib_covers_topic2
- topic:api-design·TopicAPI Design
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-release-lifecycle·WorkflowSDK Release Lifecycle
lib_involves_role1
lib_requires_skill_area2
- skill-area:sdk-codegen·SkillAreaSDK Code Generation
- skill-area:api-clients-sdks·SkillAreaAPI Clients and SDKs
uses_agent4
- lib-agent:sdk-platform-development--test-coverage-analyzer·LibraryAgenttest-coverage-analyzer
- lib-agent:sdk-platform-development--compatibility-auditor·LibraryAgentcompatibility-auditor
- lib-agent:sdk-platform-development--platform-architect·LibraryAgentplatform-architect
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.