omgkit 2.22.0 → 2.22.2
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/package.json +2 -2
- package/plugin/registry.yaml +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omgkit",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.2",
|
|
4
4
|
"description": "Omega-Level Development Kit - AI Team System for Claude Code. 41 agents, 150 commands, 151 skills, 67 workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"docs:dev": "cd docs && mintlify dev",
|
|
61
61
|
"docs:build": "npm run docs:generate",
|
|
62
62
|
"preversion": "npm run docs:sync && npm test",
|
|
63
|
-
"version": "node -
|
|
63
|
+
"version": "node scripts/sync-version.js && npm run docs:generate && git add .",
|
|
64
64
|
"postversion": "echo 'Version bumped. Run: git push && npm publish'"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
package/plugin/registry.yaml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# OMGKIT Component Registry
|
|
2
2
|
# Single Source of Truth for Agents, Skills, Commands, Workflows, and MCPs
|
|
3
|
-
# Version: 2.
|
|
4
|
-
# Updated: 2026-01-
|
|
3
|
+
# Version: 2.22.2
|
|
4
|
+
# Updated: 2026-01-03
|
|
5
5
|
|
|
6
|
-
version: "2.
|
|
6
|
+
version: "2.22.2"
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
9
9
|
# OPTIMIZED ALIGNMENT PRINCIPLE (OAP)
|