commit 21d3bb6b666bbc80c7591601e146bbaddcecb1dd Author: Zhongwei Li Date: Sat Nov 29 18:22:23 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..e70704c --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "nextjs-16", + "description": "Next.js 16 breaking changes, Cache Components model, and CVE-2025-29927 security patterns", + "version": "1.0.0", + "author": { + "name": "Claude Code Plugin Marketplace", + "email": "plugins@anthropic.com" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..c16fd8f --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "next-devtools": { + "type": "stdio", + "command": "npx", + "args": ["-y", "next-devtools-mcp@latest"] + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..37bcfbb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# nextjs-16 + +Next.js 16 breaking changes, Cache Components model, and CVE-2025-29927 security patterns diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..9580cf0 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:djankies/claude-configs:nextjs-16", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "bce7d25b1f226e52a24d7126b2f05eeb2ee59b8c", + "treeHash": "66c0432ec3126d5d23c1f9e4ce65e1104df3911c5f78f6ea2784840b9ebf3929", + "generatedAt": "2025-11-28T10:16:29.817694Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "nextjs-16", + "description": "Next.js 16 breaking changes, Cache Components model, and CVE-2025-29927 security patterns", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "ffe29921e66f140eb061e5024be2dfe00b9ece63ac30f7785658b2903a6438d5" + }, + { + "path": "README.md", + "sha256": "735e85badbaca031f3c2e7a8f7818885b2feb94889ea0bef9e3a1a216593dd6f" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "320cb35991fb60c7a60b6f97b7c57d4c288fb4fa4e6c3cd87e9a2b53424645ba" + } + ], + "dirSha256": "66c0432ec3126d5d23c1f9e4ce65e1104df3911c5f78f6ea2784840b9ebf3929" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file