@agentxm/registry-protocol 0.28.5 → 0.28.6
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.
|
@@ -546,6 +546,12 @@ export const lintCatalogRuleMetadata = defineLintCatalog([
|
|
|
546
546
|
group: "workspace",
|
|
547
547
|
views: workspaceView,
|
|
548
548
|
},
|
|
549
|
+
{
|
|
550
|
+
id: "workspace/projection-contributors-rendered",
|
|
551
|
+
defaultSeverity: "warning",
|
|
552
|
+
group: "workspace",
|
|
553
|
+
views: workspaceView,
|
|
554
|
+
},
|
|
549
555
|
{
|
|
550
556
|
id: "workspace/hook-ownership-ambiguous",
|
|
551
557
|
defaultSeverity: "warning",
|
|
@@ -594,12 +600,6 @@ export const lintCatalogRuleMetadata = defineLintCatalog([
|
|
|
594
600
|
group: "workspace",
|
|
595
601
|
views: bothViews,
|
|
596
602
|
},
|
|
597
|
-
{
|
|
598
|
-
id: "workspace/mcps-shared-target-compatible",
|
|
599
|
-
defaultSeverity: "error",
|
|
600
|
-
group: "workspace",
|
|
601
|
-
views: bothViews,
|
|
602
|
-
},
|
|
603
603
|
{
|
|
604
604
|
id: "workspace/mcps-agent-drift",
|
|
605
605
|
defaultSeverity: "warning",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentxm/registry-protocol",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.6",
|
|
4
4
|
"description": "AgentXM Registry wire contracts and shared publication validation rules. Unstable and unsupported — use the axm.sh CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "FSL-1.1-MIT",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"effect": "4.0.0-rc.112",
|
|
249
249
|
"semver": "^7.8.5",
|
|
250
250
|
"yaml": "^2.9.0",
|
|
251
|
-
"@agentxm/extension-model": "^0.28.
|
|
251
|
+
"@agentxm/extension-model": "^0.28.6"
|
|
252
252
|
},
|
|
253
253
|
"devDependencies": {
|
|
254
254
|
"@effect/platform-node": "4.0.0-rc.112",
|