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 4e6a848d1 CAY-2946 Claude Code "plugin" for agentic coding with Cayenne
4e6a848d1 is described below
commit 4e6a848d109045e3c68ff4a145a23bac4606d182
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 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 517862603..5a410bec6 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -11,7 +11,12 @@
"name": "apache-cayenne",
"description": "Apache Cayenne 5.0 ORM — design DataMaps,
reverse-engineer schemas, generate classes, write runtime code.",
"author": { "name": "Apache Cayenne" },
- "source": "./ai-plugin",
+ "source": {
+ "source": "git-subdir",
+ "url": "https://github.com/apache/cayenne.git",
+ "path": "ai-plugin",
+ "ref": "master"
+ },
"category": "development",
"tags": ["java", "orm", "cayenne", "database"]
}