mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
make sure all cookbook recipes have a title and version, but no id (#4395)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
id: analyze-pr
|
||||
version: 1.0.0
|
||||
title: Analyse PR
|
||||
author:
|
||||
@@ -54,4 +53,4 @@ prompt: |
|
||||
be worth an extra look and give them an idea of maybe why these changes were needed
|
||||
5. Clean up after yourself. If you cloned a repository or checked out a commit, make sure
|
||||
you return the state to what it was before. So if in step 3 you changed branch, change
|
||||
it back. If you had git stashed something, stash pop it again.
|
||||
it back. If you had git stashed something, stash pop it again.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
id: clean-up-feature-flag
|
||||
version: 1.0.0
|
||||
title: Clean Up Feature Flag
|
||||
description: Automatically clean up all references of a fully rolled out feature flag from a codebase and make the new behavior the default.
|
||||
instructions: >
|
||||
|
||||
@@ -42,4 +42,4 @@ parameters:
|
||||
requirement: user_prompt
|
||||
description: the sidebar file to add the new doc page
|
||||
author:
|
||||
contact: lifeizhou-ap
|
||||
contact: lifeizhou-ap
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
id: pr-generator
|
||||
version: 1.0.0
|
||||
title: PR Generator
|
||||
description: Automatically generate pull request descriptions based on changes in a local git repo.
|
||||
instructions: >
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
version: 1.0.0
|
||||
id: sunno-song-format-generator
|
||||
title: Sunno Song Format Generator
|
||||
description: Generates a prompt for Sunno v4.5+
|
||||
instructions: |
|
||||
@@ -106,4 +105,4 @@ instructions: |
|
||||
With all of this information, the user will now prompt you for a song creation!
|
||||
author:
|
||||
contact: simonsickle
|
||||
prompt: I will like my song to be about
|
||||
prompt: I will like my song to be about
|
||||
|
||||
Reference in New Issue
Block a user