mirror of
https://github.com/contentful/skills.git
synced 2026-09-14 20:17:03 +08:00
chore(release): v2.4.41
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Skills for Contentful apps, APIs, migrations, personalization, and analytics",
|
||||
"version": "2.4.40"
|
||||
"version": "2.4.41"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/claude-code-plugin-manifest.json",
|
||||
"name": "contentful",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Agent skills for Contentful apps, APIs, migrations, and personalization",
|
||||
"author": {
|
||||
"name": "Contentful",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Skills for Contentful apps, APIs, migrations, personalization, and analytics",
|
||||
"version": "2.4.40"
|
||||
"version": "2.4.41"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "contentful",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Agent skills for Contentful apps, APIs, migrations, and personalization",
|
||||
"homepage": "https://github.com/contentful/skills",
|
||||
"repository": "https://github.com/contentful/skills",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@contentful/skills",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@contentful/skill-contentful-api",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Comprehensive Contentful REST API guide covering CMA, CDA, Preview, Images, and GraphQL APIs",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@contentful/skill-contentful-guide",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Contentful concepts and routing guide for choosing skills and docs",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@contentful/skill-contentful-migration",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Write and run Contentful content model migration scripts",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@contentful/skill-contentful-nextjs",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Integrate Contentful with Next.js including draft preview flows",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: contentful-personalization
|
||||
description: "Implement, extend, and debug Contentful personalization. Use onboarding for new, project-wide, or unknown setups; use extend-existing only for scoped work on an explicitly working integration. Trigger keywords: personalization, optimization, ninetailed, A/B test, experiment, multivariate test, targeting, audience targeting, segments, variants, content variants, set up personalization, implement personalization, enable personalization, personalization not working, personalization broken, personalize this component, am I ready for personalization, experience API, Contentful Experiences, Experiences SDK, Studio Experiences, personalization in Next.js, @contentful/optimization, @ninetailed/experience.js, run an experiment, check this URL, debug this live page, inspect network requests, check console errors, experience.ninetailed.co"
|
||||
metadata:
|
||||
version: "2.4.40"
|
||||
version: "2.4.41"
|
||||
argument-hint: "[question or topic]"
|
||||
allowed-tools: "Bash(scripts/run *) Read mcp__contentful-personalization__start mcp__contentful-personalization__advance mcp__contentful-personalization__topic mcp__contentful-personalization__topics mcp__contentful-mcp__* mcp__chrome-devtools__* mcp__plugin_*chrome-devtools*__* mcp__plugin_contentful_contentful-mcp__* mcp__plugin_contentful_contentful-personalization__*"
|
||||
license: "MIT"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@contentful/skill-contentful-personalization",
|
||||
"version": "2.4.40",
|
||||
"version": "2.4.41",
|
||||
"description": "Unified Contentful personalization skill for new setup, existing-integration extensions, diagnostics, and reference documentation",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const VERSION = '2.4.40';
|
||||
export const VERSION = '2.4.41';
|
||||
|
||||
Reference in New Issue
Block a user