Documentation
¶
Index ¶
- Variables
- func DisplayExecutionResult(result *automation.ExecutionResult)
- func DisplayProjectAnalysis(context *analyzer.ProjectContext)
- func DisplayTemplateDetails(template *templates.Template)
- func DisplayTemplates(templates []templates.RegistryTemplate)
- func NewAIOrchestCommand(cfg *config.Config) *cobra.Command
- func NewActionsCommand(cfg *config.Config) *cobra.Command
- func NewActivitiesCommand(cfg *config.Config) *cobra.Command
- func NewAgentCommand(cfg *config.Config) *cobra.Command
- func NewAnalyzeCommand(initializeEngine func() (*automation.Engine, error), ...) *cobra.Command
- func NewCompletionCommand() *cobra.Command
- func NewDevCommand() *cobra.Command
- func NewExecuteCommand(initializeEngine func() (*automation.Engine, error), ...) *cobra.Command
- func NewGitHubCommand(cfg *config.Config) *cobra.Command
- func NewInitCommand(generateConfig func(string) string) *cobra.Command
- func NewOrchestrateCommand(cfg *config.Config) *cobra.Command
- func NewPRCommand(cfg *config.Config) *cobra.Command
- func NewSessionsCommand(cfg *config.Config) *cobra.Command
- func NewSetupCommand() *cobra.Command
- func NewSourcesCommand(cfg *config.Config) *cobra.Command
- func NewSyncCommand() *cobra.Command
- func NewTemplateCommand(initializeTemplateManager func() (*templates.Manager, error), ...) *cobra.Command
- func NewVersionCommand() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
var ( // Version is the current version of Juleson Version = "dev" // BuildDate is the build date (set at build time) BuildDate = "unknown" // GitCommit is the git commit hash (set at build time) GitCommit = "unknown" // JulesAPIVersion is the Jules API version JulesAPIVersion = "v1alpha" )
These variables are set at build time using -ldflags
Functions ¶
func DisplayExecutionResult ¶
func DisplayExecutionResult(result *automation.ExecutionResult)
DisplayExecutionResult displays execution results
func DisplayProjectAnalysis ¶
func DisplayProjectAnalysis(context *analyzer.ProjectContext)
DisplayProjectAnalysis displays the project analysis results
func DisplayTemplateDetails ¶
DisplayTemplateDetails displays detailed information about a template
func DisplayTemplates ¶
func DisplayTemplates(templates []templates.RegistryTemplate)
DisplayTemplates displays a list of templates
func NewAIOrchestCommand ¶
NewAIOrchest rateCommand creates the AI orchestrate command
func NewActionsCommand ¶
NewActionsCommand creates the actions command
func NewActivitiesCommand ¶
NewActivitiesCommand creates the activities command
func NewAgentCommand ¶
NewAgentCommand creates the agent command
func NewAnalyzeCommand ¶
func NewAnalyzeCommand(initializeEngine func() (*automation.Engine, error), displayProjectAnalysis func(*analyzer.ProjectContext)) *cobra.Command
NewAnalyzeCommand creates the analyze command
func NewCompletionCommand ¶
NewCompletionCommand creates the completion command
func NewDevCommand ¶
NewDevCommand creates the dev command for developer tools
func NewExecuteCommand ¶
func NewExecuteCommand(initializeEngine func() (*automation.Engine, error), displayExecutionResult func(*automation.ExecutionResult)) *cobra.Command
NewExecuteCommand creates the execute command
func NewGitHubCommand ¶
NewGitHubCommand creates the github command
func NewInitCommand ¶
NewInitCommand creates the init command
func NewOrchestrateCommand ¶
NewOrchestrateCommand creates the orchestrate command for multi-task workflows
func NewPRCommand ¶
NewPRCommand creates the pr command
func NewSessionsCommand ¶
NewSessionsCommand creates the sessions command
func NewSetupCommand ¶
NewSetupCommand creates the setup command
func NewSourcesCommand ¶
NewSourcesCommand creates the sources command
func NewTemplateCommand ¶
func NewTemplateCommand(initializeTemplateManager func() (*templates.Manager, error), displayTemplates func([]templates.RegistryTemplate), displayTemplateDetails func(*templates.Template)) *cobra.Command
NewTemplateCommand creates the template command
func NewVersionCommand ¶
NewVersionCommand creates the version command
Types ¶
This section is empty.