Versions in this module Expand all Collapse all v0 v0.9.0 Feb 2, 2026 Changes in this version + type GenerateResult struct + AgentCount int + CommandCount int + GeneratedDirs map[string]string + SkillCount int + TargetsGenerated []string + TeamName string + func Generate(specsDir, target, outputDir string) (*GenerateResult, error) v0.8.0 Jan 25, 2026 Changes in this version + type AgentsResult struct + AgentCount int + GeneratedDirs map[string]string + TargetsGenerated []string + TeamName string + func Agents(specsDir, target, outputDir string) (*AgentsResult, error) v0.7.0 Jan 24, 2026 Changes in this version + type DeploymentResult struct + AgentCount int + GeneratedDirs map[string]string + TargetsGenerated []string + TeamName string + func Deployment(specsDir string, deploymentFile string) (*DeploymentResult, error) + type DeploymentSpec struct + Targets []DeploymentTarget + Team string + type DeploymentTarget struct + Config json.RawMessage + Mode string + Name string + Output string + Platform string + Priority string + type KiroAgent struct + Description string + Model string + Name string + Prompt string + type MCPServer struct + Args []string + Command string + Description string + type PluginSpec struct + DisplayName string + Keywords []string + MCPServers map[string]MCPServer + type Result struct + AgentCount int + CommandCount int + GeneratedDirs map[string]string + SkillCount int + func Plugins(specDir, outputDir string, platforms []string) (*Result, error)