@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.
- package/.agent-structurerc +1 -1
- package/AGENTS.md +2 -0
- package/gemini-extension.json +2 -2
- package/package.json +1 -1
package/.agent-structurerc
CHANGED
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.
|
package/gemini-extension.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dezkareid-ai-team",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
16
|
+
"@dezkareid/ai-team@1.14.0"
|
|
17
17
|
]
|
|
18
18
|
}
|
|
19
19
|
}
|