iiRecord
Agentic AI Atlas · specializations/cli-mcp-development/package-manager-publishing
lib-process:cli-mcp-development--package-manager-publishinga5c.ai
II.
LibraryProcess JSON

lib-process:cli-mcp-development--package-manager-publishing

Structured · live

specializations/cli-mcp-development/package-manager-publishing 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:cli-mcp-development--package-manager-publishing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cli-mcp-development/package-manager-publishing",
    "description": "Package Manager Publishing - Implement publishing workflows for npm, PyPI, crates.io,\nand other package registries with versioning and CI/CD integration.",
    "libraryPath": "library/specializations/cli-mcp-development/package-manager-publishing.js",
    "specialization": "cli-mcp-development",
    "references": [
      "- npm publishing: https://docs.npmjs.com/cli/v8/commands/npm-publish",
      "- PyPI publishing: https://packaging.python.org/tutorials/packaging-projects/",
      "- crates.io publishing: https://doc.rust-lang.org/cargo/reference/publishing.html"
    ],
    "example": "const result = await orchestrate('specializations/cli-mcp-development/package-manager-publishing', {\n  projectName: 'my-cli-library',\n  language: 'typescript',\n  registries: ['npm', 'github-packages'],\n  versioningStrategy: 'semantic'\n});",
    "usesAgents": [
      "cli-packaging-specialist",
      "cli-testing-architect",
      "cli-docs-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "workflow:sdk-api-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "lib-agent:cli-mcp-development--cli-testing-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:cli-mcp-development--package-manager-publishing",
      "to": "lib-agent:cli-mcp-development--cli-docs-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}