Merge pull request #2349 from johnpapa/fix-ai-ready-marketplace

Fix ai-ready marketplace ref
This commit is contained in:
Ayan Gupta
2026-07-23 11:22:51 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -51,7 +51,7 @@
{ {
"name": "ai-ready", "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.", "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": { "author": {
"name": "John Papa", "name": "John Papa",
"url": "https://github.com/johnpapa" "url": "https://github.com/johnpapa"
@@ -72,7 +72,7 @@
"source": "github", "source": "github",
"repo": "johnpapa/ai-ready", "repo": "johnpapa/ai-ready",
"path": ".github/plugin", "path": ".github/plugin",
"ref": "b993d6512c918d8a21a61b7931726f5980c3c920" "ref": "v1.1.0"
} }
}, },
{ {
+2 -2
View File
@@ -29,7 +29,7 @@
{ {
"name": "ai-ready", "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.", "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": { "author": {
"name": "John Papa", "name": "John Papa",
"url": "https://github.com/johnpapa" "url": "https://github.com/johnpapa"
@@ -50,7 +50,7 @@
"source": "github", "source": "github",
"repo": "johnpapa/ai-ready", "repo": "johnpapa/ai-ready",
"path": ".github/plugin", "path": ".github/plugin",
"ref": "b993d6512c918d8a21a61b7931726f5980c3c920" "ref": "v1.1.0"
} }
}, },
{ {