Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"name": "ai-ready",
"description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "John Papa",
"url": "https://github.com/johnpapa"
Expand All @@ -72,7 +72,7 @@
"source": "github",
"repo": "johnpapa/ai-ready",
"path": ".github/plugin",
"ref": "b993d6512c918d8a21a61b7931726f5980c3c920"
"ref": "v1.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"name": "ai-ready",
"description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "John Papa",
"url": "https://github.com/johnpapa"
Expand All @@ -50,7 +50,7 @@
"source": "github",
"repo": "johnpapa/ai-ready",
"path": ".github/plugin",
"ref": "b993d6512c918d8a21a61b7931726f5980c3c920"
"ref": "v1.1.0"
}
},
{
Expand Down
Loading