Skip to content

Commit 0c7e388

Browse files
committed
Update .gemini settings
The settings format changed in newer versions
1 parent d392834 commit 0c7e388

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gemini/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
{ "contextFileName": "AGENTS.md", "advanced": { "bugCommand": { "urlTemplate": "https://github.com/wp-cli/.github/issues/new?template=1-BUG_REPORT.md&title={title}" } } }
1+
{
2+
"context": {
3+
"fileName": "AGENTS.md"
4+
},
5+
"advanced": {
6+
"bugCommand": {
7+
"urlTemplate": "https://github.com/wp-cli/.github/issues/new?template=1-BUG_REPORT.md&title={title}"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)