diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..c1a460c --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://json.schemastore.org/claude-code-marketplace.json", + "name": "next-ai", + "description": "Claude Code marketplace for the Next AI plugin — AI-powered content generation and enhancement for Frappe/ERPNext.", + "owner": { "name": "NextAI Team", "email": "erpnextai@gmail.com" }, + "plugins": [ + { + "name": "next-ai", + "source": "./", + "description": "Next AI — AI-enabled content generation and enhancement, powered by advanced language models.", + "version": "0.3.1", + "license": "Custom Non-Commercial License" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..973c0d6 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", + "name": "next-ai", + "displayName": "Next AI", + "version": "0.3.1", + "description": "Next AI is an AI-enabled application designed for seamless content generation and enhancement. With the power of advanced language models, it helps users create high-quality content and intelligently improve existing text.", + "author": { "name": "NextAI Team", "email": "erpnextai@gmail.com" }, + "homepage": "https://www.erpnextai.in", + "repository": "https://github.com/erpnextai/next_ai", + "license": "Custom Non-Commercial License", + "keywords": ["ai", "content-generation", "frappe", "erpnext", "gemini", "llm"] +}