Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/aw/github-agentic-workflows.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/cli/trial_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type CombinedTrialResult struct {
// NewTrialCommand creates the trial command
func NewTrialCommand(validateEngine func(string) error) *cobra.Command {
cmd := &cobra.Command{
Use: "trial <workflow>...",
Use: "trial <workflow-spec>...",
Short: "Trial one or more agentic workflows as if they were running in a repository",
Long: `Trial one or more agentic workflows as if they were running in a repository.

Expand Down