This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 67dd959a8 CAY-2946 Claude Code "plugin" for agentic coding with Cayenne
67dd959a8 is described below
commit 67dd959a8ca361d79ffa52c937d38c3ebc41566f
Author: Andrus Adamchik <[email protected]>
AuthorDate: Thu May 21 15:45:09 2026 -0400
CAY-2946 Claude Code "plugin" for agentic coding with Cayenne
fixing the marketplace repo
---
.claude-plugin/marketplace.json | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 485bc2762..517862603 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -11,11 +11,7 @@
"name": "apache-cayenne",
"description": "Apache Cayenne 5.0 ORM — design DataMaps,
reverse-engineer schemas, generate classes, write runtime code.",
"author": { "name": "Apache Cayenne" },
- "source": {
- "source": "git-subdir",
- "url": "https://github.com/apache/cayenne.git",
- "path": "ai-plugin"
- },
+ "source": "./ai-plugin",
"category": "development",
"tags": ["java", "orm", "cayenne", "database"]
}