@dezkareid/ai-team 1.13.3 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,7 +117,7 @@
117
117
  ],
118
118
  "mainMcp": {
119
119
  "claude-plugin": "company-context",
120
- "version": "1.13.3",
120
+ "version": "1.14.0",
121
121
  "package": "@dezkareid/ai-team",
122
122
  "command": "npx",
123
123
  "args": [
package/AGENTS.md CHANGED
@@ -271,6 +271,8 @@ Skills and plugins are versioned independently using changeset files (powered by
271
271
  | **Skill** | `metadata.version` field in the skill's `SKILL.md` frontmatter |
272
272
  | **Plugin** | `version` field under `claude-plugins.<id>` in `.agent-structurerc` |
273
273
 
274
+ > **Important**: When a skill is modified, you MUST also bump the version of the plugin it belongs to in `.agent-structurerc` using a changeset. This ensures that the changes are propagated to the Claude plugin registry.
275
+
274
276
  #### Changeset file format
275
277
 
276
278
  Create a file inside `.changeset/` (any name, `.md` extension). The frontmatter lists one or more names and their bump type (`major`, `minor`, or `patch`). The same name can appear in both scripts — each one only acts on its own registry.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dezkareid-ai-team",
3
- "version": "1.13.3",
3
+ "version": "1.14.0",
4
4
  "mcpServers": {
5
5
  "chrome-devtools": {
6
6
  "command": "npx",
@@ -13,7 +13,7 @@
13
13
  "command": "npx",
14
14
  "args": [
15
15
  "-y",
16
- "@dezkareid/ai-team@1.13.3"
16
+ "@dezkareid/ai-team@1.14.0"
17
17
  ]
18
18
  }
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dezkareid/ai-team",
3
- "version": "1.13.3",
3
+ "version": "1.14.0",
4
4
  "description": "Repository for AI Team",
5
5
  "type": "module",
6
6
  "main": "index.js",