II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--cli-unit-integration-testing
specializations/cli-mcp-development/cli-unit-integration-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/cli-unit-integration-testing",
"description": "CLI Unit and Integration Testing - Implement comprehensive testing strategy for CLI applications\nincluding argument parsing tests, command execution tests, and snapshot testing.",
"libraryPath": "library/specializations/cli-mcp-development/cli-unit-integration-testing.js",
"specialization": "cli-mcp-development",
"references": [
"- Click Testing: https://click.palletsprojects.com/en/8.1.x/testing/",
"- oclif/test: https://github.com/oclif/test"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/cli-unit-integration-testing', {\n projectName: 'data-cli',\n language: 'typescript',\n testFramework: 'jest',\n testTypes: ['unit', 'integration', 'e2e', 'snapshot']\n});",
"usesAgents": [
"cli-testing-architect",
"cli-packaging-specialist",
"cli-docs-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "lib-agent:cli-mcp-development--cli-testing-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--cli-unit-integration-testing",
"to": "lib-agent:cli-mcp-development--cli-docs-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}