Github Release Manager Swarm Coordination

Sub-skill of github-release-manager: Swarm Coordination (+1).

vamseeachanta 66ccee6 586 B Updated

File contents

Swarm Coordination (+1)

Swarm Coordination

    topology: "hierarchical",
    maxAgents: 6,
    strategy: "sequential"  // Release stages run in order
})

Memory for Release State

// Store release state
    action: "store",
    key: "release/v1.0.72/state",
    namespace: "releases",
    value: JSON.stringify({
        version: "1.0.72",
        stage: "testing",
        timestamp: Date.now()
    })
})

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/github/github-release-manager/swarm-coordination commit 66ccee6f7a

Frequently asked questions

npx skillmds@latest add vamseeachanta/github-release-manager-swarm-coordination