II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--package-distribution
specializations/sdk-platform-development/package-distribution overview
Package Distribution - Publish SDKs to language-specific package repositories including npm, PyPI, Maven, NuGet with package signing and CDN distribution.
Attributes
displayName
specializations/sdk-platform-development/package-distribution
description
Package Distribution - Publish SDKs to language-specific package repositories including npm, PyPI,
Maven, NuGet with package signing and CDN distribution.
libraryPath
library/specializations/sdk-platform-development/package-distribution.js
specialization
sdk-platform-development
references
- - npm Publishing: https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry
- - PyPI Publishing: https://packaging.python.org/tutorials/packaging-projects/
example
const result = await orchestrate('specializations/sdk-platform-development/package-distribution', {
projectName: 'CloudAPI SDK',
targetRegistries: ['npm', 'pypi', 'maven', 'nuget'],
signing: true,
cdnDistribution: true
});
usesAgents
- platform-architect
- security-review-agent
- test-coverage-analyzer
- telemetry-privacy-auditor
- 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_agent5
- lib-agent:sdk-platform-development--platform-architect·LibraryAgentplatform-architect
- lib-agent:sdk-platform-development--security-review-agent·LibraryAgentsecurity-review-agent
- lib-agent:sdk-platform-development--test-coverage-analyzer·LibraryAgenttest-coverage-analyzer
- lib-agent:sdk-platform-development--telemetry-privacy-auditor·LibraryAgenttelemetry-privacy-auditor
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.