iiRecord
Agentic AI Atlas · specializations/cli-mcp-development/cli-binary-distribution
lib-process:cli-mcp-development--cli-binary-distributiona5c.ai
II.
LibraryProcess JSON

lib-process:cli-mcp-development--cli-binary-distribution

Structured · live

specializations/cli-mcp-development/cli-binary-distribution 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--cli-binary-distribution",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cli-mcp-development/cli-binary-distribution",
    "description": "CLI Binary Distribution - Set up binary compilation and distribution for CLI tools\nincluding cross-compilation, signing, and multi-platform releases.",
    "libraryPath": "library/specializations/cli-mcp-development/cli-binary-distribution.js",
    "specialization": "cli-mcp-development",
    "references": [
      "- GoReleaser: https://goreleaser.com/",
      "- pkg (Node.js): https://github.com/vercel/pkg",
      "- PyInstaller: https://pyinstaller.org/"
    ],
    "example": "const result = await orchestrate('specializations/cli-mcp-development/cli-binary-distribution', {\n  projectName: 'my-cli-tool',\n  language: 'go',\n  platforms: ['linux-amd64', 'darwin-amd64', 'darwin-arm64', 'windows-amd64'],\n  distributionChannels: ['github-releases', 'homebrew', 'scoop']\n});",
    "usesAgents": [
      "cli-packaging-specialist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "workflow:sdk-api-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--cli-binary-distribution",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}