-
Notifications
You must be signed in to change notification settings - Fork 122
Teach create workflow agent to discover CLI automation before manual configuration #14189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
fd4e78c
e077573
8757906
c5f4b7e
f9900a4
195c445
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,9 +17,10 @@ Use GitHub Projects safe-outputs when designing workflows that: | |
|
|
||
| ## Core Projects Patterns | ||
|
|
||
| - **Create projects with automation** - Use `gh aw project new --with-project-setup` for quick setup with standard views and fields (recommended) | ||
| - **Track items and fields** with `update-project` (add issue/PR items, create/update fields, optionally create views) | ||
| - **Post periodic run summaries** with `create-project-status-update` (status, dates, and a concise markdown summary) | ||
| - **Create new projects** with `create-project` (optional; prefer manual creation unless automation is explicitly desired) | ||
| - **Create new projects programmatically** with `create-project` safe-output (advanced; prefer CLI for initial setup) | ||
|
Comment on lines
+20
to
+23
|
||
|
|
||
| ## Prerequisites and Authentication | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The resource bullet is titled "CLI Tool Discovery" but points to the "CLI Automation Discovery" section below. To reduce confusion and make the reference easy to find (especially for agents scanning headings), consider using the exact same phrase for both the bullet label and the section heading.