Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
9
.mcp.json
Normal file
9
.mcp.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"next-devtools": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": ["-y", "next-devtools-mcp@latest"]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# nextjs-16
|
||||
|
||||
Next.js 16 breaking changes, Cache Components model, and CVE-2025-29927 security patterns
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user