Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 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) + type CheckResult struct + Message string + Name string + Passed bool + type ClaudeTeamSettings struct + EnableTeams bool + TeamMode string + TeammateMode string + 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 + KiroCli *KiroTargetConfig + Mode string + Name string + Output string + Platform string + Priority string + func (t *DeploymentTarget) ParseKiroConfig() *KiroTargetConfig + 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) + func GenerateWithTeams(specsDir, target, outputDir string) (*GenerateResult, error) + type KiroAgent struct + Description string + Model string + Name string + Prompt string + Tools []string + type KiroTargetConfig struct + Format string + PluginDir string + Prefix 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) + type TeamResult struct + AgentCount int + GeneratedFiles []string + OutputDir string + TeamName string + WorkflowType string + func Teams(specsDir, teamName, platform, outputDir string) (*TeamResult, error) + type ValidateError struct + Check string + File string + Message string + type ValidateResult struct + Checks []CheckResult + Errors []ValidateError + Stats ValidateStats + Warnings []ValidateError + func Validate(specsDir string) *ValidateResult + func (r *ValidateResult) IsValid() bool + type ValidateStats struct + Agents int + Commands int + Deployments int + Phases int + Skills int + Steps int + Targets int + Teams int