-
Notifications
You must be signed in to change notification settings - Fork 0
Modify agent name and description #11
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
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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,17 @@ | ||||||||||
| --- | ||||||||||
| # Fill in the fields below to create a basic custom agent for your repository. | ||||||||||
| # The Copilot CLI can be used for local testing: https://gh.io/customagents/cli | ||||||||||
| # To make this agent available, merge this file into the default repository branch. | ||||||||||
| # For format details, see: https://gh.io/customagents/config | ||||||||||
|
|
||||||||||
| name: molt | ||||||||||
| description: An agent for the molt project. | ||||||||||
|
||||||||||
| --- | ||||||||||
|
|
||||||||||
| # molt Agent | ||||||||||
|
|
||||||||||
| This agent assists with tasks related to the molt project. You can ask it to: | ||||||||||
| - [Capability 1] | ||||||||||
| - [Capability 2] | ||||||||||
|
Comment on lines
+14
to
+15
|
||||||||||
| - [Capability 1] | |
| - [Capability 2] | |
| - Answer questions about how to use the molt project, its features, and its configuration. | |
| - Help you write, review, and debug code or workflows that integrate with molt. |
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.
Missing space after colon in YAML frontmatter. The name field should be formatted as "name: molt" (with a space after the colon) to be valid YAML.