Skip to content

🔧 Simplify workflow add command and remove package management#1200

Merged
dsyme merged 13 commits intomainfrom
simp
Oct 3, 2025
Merged

🔧 Simplify workflow add command and remove package management#1200
dsyme merged 13 commits intomainfrom
simp

Conversation

@dsyme
Copy link
Copy Markdown
Collaborator

@dsyme dsyme commented Oct 3, 2025

Summary

  • Simplified gh aw add command to use a new, more intuitive workflow specification format
  • Removed legacy package management commands (install, uninstall, list --packages)
  • Updated CLI workflow listing to provide clearer guidance

Key Changes

  • New workflow specification format: owner/repo/workflow-name[@version]
  • Implicit workflows/ directory for workflow lookup
  • Simplified workflow addition process
  • Removed separate install/uninstall commands
  • Updated documentation and examples
  • Improved error handling for workflow specifications

Breaking Changes

  • Removed -r flag for workflow addition
  • Removed install, uninstall, and package listing commands
  • New workflow specification requires full repository context

Migration Guide

Update existing workflow add commands from:

gh aw add weekly-research -r githubnext/agentics

to:

gh aw add githubnext/agentics/weekly-research

@dsyme dsyme merged commit 70a4e5a into main Oct 3, 2025
13 checks passed
@dsyme dsyme deleted the simp branch October 3, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant