@agentxm/client-core 0.21.1 → 0.22.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/dist/src/unstable/agent-capabilities/catalog.d.ts +56 -0
- package/dist/src/unstable/agent-capabilities/catalog.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +14 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +12 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +14 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js +12 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/index.d.ts +1 -1
- package/dist/src/unstable/agent-capabilities/index.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/index.js +1 -1
- package/dist/src/unstable/agent-capabilities/index.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/schema.d.ts +24 -1
- package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/schema.js +20 -0
- package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
- package/dist/src/unstable/branding/naming.d.ts +6 -0
- package/dist/src/unstable/branding/naming.d.ts.map +1 -1
- package/dist/src/unstable/branding/naming.js +9 -1
- package/dist/src/unstable/branding/naming.js.map +1 -1
- package/dist/src/unstable/capability-targeting/build-store.d.ts +34 -0
- package/dist/src/unstable/capability-targeting/build-store.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/build-store.js +151 -0
- package/dist/src/unstable/capability-targeting/build-store.js.map +1 -0
- package/dist/src/unstable/capability-targeting/index.d.ts +6 -0
- package/dist/src/unstable/capability-targeting/index.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/index.js +6 -0
- package/dist/src/unstable/capability-targeting/index.js.map +1 -0
- package/dist/src/unstable/capability-targeting/profile.d.ts +16 -0
- package/dist/src/unstable/capability-targeting/profile.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/profile.js +104 -0
- package/dist/src/unstable/capability-targeting/profile.js.map +1 -0
- package/dist/src/unstable/capability-targeting/render.d.ts +27 -0
- package/dist/src/unstable/capability-targeting/render.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/render.js +476 -0
- package/dist/src/unstable/capability-targeting/render.js.map +1 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.d.ts +4 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.js +29 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.js.map +1 -0
- package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +3 -0
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/catalog.d.ts +27 -0
- package/dist/src/unstable/extension-types/catalog.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/catalog.js +17 -0
- package/dist/src/unstable/extension-types/catalog.js.map +1 -1
- package/dist/src/unstable/extension-types/derive.d.ts +4 -4
- package/dist/src/unstable/extension-types/derive.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/derive.js.map +1 -1
- package/dist/src/unstable/extension-types/index.d.ts +1 -1
- package/dist/src/unstable/extension-types/index.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/index.js +1 -1
- package/dist/src/unstable/extension-types/index.js.map +1 -1
- package/dist/src/unstable/extension-types/schema.d.ts +29 -9
- package/dist/src/unstable/extension-types/schema.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/schema.js +10 -1
- package/dist/src/unstable/extension-types/schema.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts +9 -6
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +28 -1
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/installable-types.d.ts +4 -4
- package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.js +2 -0
- package/dist/src/unstable/extensions/operations.js.map +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts +2 -0
- package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
- package/dist/src/unstable/extensions/refs.d.ts +2 -1
- package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
- package/dist/src/unstable/extensions/registry-source.d.ts +4 -4
- package/dist/src/unstable/files/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/files/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.js +97 -13
- package/dist/src/unstable/hooks/manager.js.map +1 -1
- package/dist/src/unstable/hooks/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/hooks/refs.d.ts +2 -0
- package/dist/src/unstable/hooks/refs.d.ts.map +1 -1
- package/dist/src/unstable/knowledge/index.d.ts +5 -0
- package/dist/src/unstable/knowledge/index.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/index.js +4 -0
- package/dist/src/unstable/knowledge/index.js.map +1 -0
- package/dist/src/unstable/knowledge/manager.d.ts +20 -0
- package/dist/src/unstable/knowledge/manager.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/manager.js +306 -0
- package/dist/src/unstable/knowledge/manager.js.map +1 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts +54 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/manifest-schema.js +30 -0
- package/dist/src/unstable/knowledge/manifest-schema.js.map +1 -0
- package/dist/src/unstable/knowledge/okf.d.ts +31 -0
- package/dist/src/unstable/knowledge/okf.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/okf.js +217 -0
- package/dist/src/unstable/knowledge/okf.js.map +1 -0
- package/dist/src/unstable/knowledge/refs.d.ts +15 -0
- package/dist/src/unstable/knowledge/refs.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/refs.js +2 -0
- package/dist/src/unstable/knowledge/refs.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.d.ts +5 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.js +71 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.d.ts +8 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.js +41 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/skill.js +4 -0
- package/dist/src/unstable/lint/catalog/skill.js.map +1 -1
- package/dist/src/unstable/lint/publish.d.ts.map +1 -1
- package/dist/src/unstable/lint/publish.js +4 -0
- package/dist/src/unstable/lint/publish.js.map +1 -1
- package/dist/src/unstable/lockfile/index.d.ts +2 -2
- package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/index.js +1 -1
- package/dist/src/unstable/lockfile/index.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.d.ts +528 -58
- package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +651 -0
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +29 -0
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/mcps/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/mcps/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.js +1 -0
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.js +1 -0
- package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +19 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/registry/discover-schema.d.ts +4 -4
- package/dist/src/unstable/registry/schema.d.ts +1 -1
- package/dist/src/unstable/rules/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.d.ts +2 -2
- package/dist/src/unstable/settings/index.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.js +1 -1
- package/dist/src/unstable/settings/index.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +18 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +31 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +67 -12
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +56 -18
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts +6 -0
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +55 -7
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/convention-discovery.js +2 -0
- package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +10 -0
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/sources/printer.d.ts +2 -2
- package/dist/src/unstable/sources/printer.d.ts.map +1 -1
- package/dist/src/unstable/sources/printer.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +72 -2
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +2 -2
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +5 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +59 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +2 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts +2 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js +15 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +2 -2
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +1 -1
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +24 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/inventory.d.ts +2 -2
- package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.js +11 -0
- package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation-types.d.ts +6 -2
- package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +13 -1
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +23 -3
- package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service-interface.js.map +1 -1
- package/dist/src/unstable/workspace/service.d.ts +542 -61
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +108 -0
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +10 -0
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +10 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +471 -1
- package/site-content/__generated__/schemas/axm-package-meta.schema.json +1 -1
- package/site-content/__generated__/schemas/command.schema.json +57 -0
- package/site-content/__generated__/schemas/files.schema.json +57 -0
- package/site-content/__generated__/schemas/hook.schema.json +57 -0
- package/site-content/__generated__/schemas/knowledge.schema.json +365 -0
- package/site-content/__generated__/schemas/mcp.schema.json +57 -0
- package/site-content/__generated__/schemas/pack.schema.json +1 -1
- package/site-content/__generated__/schemas/rule.schema.json +57 -0
- package/site-content/__generated__/schemas/settings.schema.json +55 -0
- package/site-content/__generated__/schemas/skill.schema.json +57 -0
- package/site-content/__generated__/schemas/subagent.schema.json +57 -0
|
@@ -261,6 +261,63 @@
|
|
|
261
261
|
{ "type": "null" }
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
|
+
"enhances": {
|
|
265
|
+
"anyOf": [
|
|
266
|
+
{
|
|
267
|
+
"type": "array",
|
|
268
|
+
"allOf": [
|
|
269
|
+
{
|
|
270
|
+
"uniqueItems": true,
|
|
271
|
+
"description": "Soft capability enhancements used by the source. These never block installation."
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"items": {
|
|
275
|
+
"type": "string",
|
|
276
|
+
"allOf": [
|
|
277
|
+
{ "minLength": 1 },
|
|
278
|
+
{
|
|
279
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?::[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)?$"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{ "type": "null" }
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
"requires": {
|
|
288
|
+
"anyOf": [
|
|
289
|
+
{
|
|
290
|
+
"type": "array",
|
|
291
|
+
"allOf": [
|
|
292
|
+
{
|
|
293
|
+
"uniqueItems": true,
|
|
294
|
+
"description": "Hard capabilities without which the extension cannot operate."
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"items": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"allOf": [
|
|
300
|
+
{ "minLength": 1 },
|
|
301
|
+
{
|
|
302
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?::[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)?$"
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{ "type": "null" }
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
"fallback": {
|
|
311
|
+
"anyOf": [
|
|
312
|
+
{
|
|
313
|
+
"type": "string",
|
|
314
|
+
"enum": ["auto", "none"],
|
|
315
|
+
"description": "Whether AXM may apply platform-provided capability fallbacks. Defaults to auto.",
|
|
316
|
+
"default": "auto"
|
|
317
|
+
},
|
|
318
|
+
{ "type": "null" }
|
|
319
|
+
]
|
|
320
|
+
},
|
|
264
321
|
"recommendedPacks": {
|
|
265
322
|
"anyOf": [
|
|
266
323
|
{
|
|
@@ -522,6 +522,57 @@
|
|
|
522
522
|
}
|
|
523
523
|
]
|
|
524
524
|
},
|
|
525
|
+
"KnowledgeEntry": {
|
|
526
|
+
"anyOf": [
|
|
527
|
+
{ "type": "string" },
|
|
528
|
+
{
|
|
529
|
+
"type": "object",
|
|
530
|
+
"properties": {
|
|
531
|
+
"source": {
|
|
532
|
+
"type": "string",
|
|
533
|
+
"allOf": [
|
|
534
|
+
{
|
|
535
|
+
"minLength": 1,
|
|
536
|
+
"description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
|
|
537
|
+
"examples": [
|
|
538
|
+
"@acme/knowledge/code-review@^1.0.0",
|
|
539
|
+
"github:acme/agent-extensions",
|
|
540
|
+
"./extensions/code-review"
|
|
541
|
+
]
|
|
542
|
+
}
|
|
543
|
+
]
|
|
544
|
+
},
|
|
545
|
+
"enabled": {
|
|
546
|
+
"type": "boolean",
|
|
547
|
+
"description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
|
|
548
|
+
"default": true
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"required": ["source"],
|
|
552
|
+
"additionalProperties": false,
|
|
553
|
+
"title": "Knowledge Entry Object",
|
|
554
|
+
"description": "A knowledge bundle entry with source and an optional enabled flag."
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"title": "Knowledge Entry",
|
|
558
|
+
"description": "A knowledge bundle source string, or an object with optional flags.",
|
|
559
|
+
"examples": [
|
|
560
|
+
"@acme/knowledge/payments@^1.0.0",
|
|
561
|
+
{ "source": "@acme/knowledge/payments@^1.0.0", "enabled": false }
|
|
562
|
+
]
|
|
563
|
+
},
|
|
564
|
+
"KnowledgeMap": {
|
|
565
|
+
"type": "object",
|
|
566
|
+
"additionalProperties": { "$ref": "#/definitions/KnowledgeEntry" },
|
|
567
|
+
"allOf": [
|
|
568
|
+
{
|
|
569
|
+
"propertyNames": {
|
|
570
|
+
"type": "string",
|
|
571
|
+
"allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
]
|
|
575
|
+
},
|
|
525
576
|
"SubagentEntry": {
|
|
526
577
|
"anyOf": [
|
|
527
578
|
{ "type": "string" },
|
|
@@ -890,6 +941,10 @@
|
|
|
890
941
|
"anyOf": [{ "$ref": "#/definitions/HooksMap" }],
|
|
891
942
|
"description": "Your installed hooks, keyed by workspace hook name. Prefer plain source strings; use the object form only to set `enabled: false`."
|
|
892
943
|
},
|
|
944
|
+
"knowledge": {
|
|
945
|
+
"anyOf": [{ "$ref": "#/definitions/KnowledgeMap" }],
|
|
946
|
+
"description": "Installed Open Knowledge Format bundles, isolated from agent instruction files."
|
|
947
|
+
},
|
|
893
948
|
"subagents": {
|
|
894
949
|
"anyOf": [{ "$ref": "#/definitions/SubagentsMap" }],
|
|
895
950
|
"description": "Your installed subagents, keyed by workspace subagent name. Prefer plain source strings; use the object form only to set `enabled: false`."
|
|
@@ -261,6 +261,63 @@
|
|
|
261
261
|
{ "type": "null" }
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
|
+
"enhances": {
|
|
265
|
+
"anyOf": [
|
|
266
|
+
{
|
|
267
|
+
"type": "array",
|
|
268
|
+
"allOf": [
|
|
269
|
+
{
|
|
270
|
+
"uniqueItems": true,
|
|
271
|
+
"description": "Soft capability enhancements used by the source. These never block installation."
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"items": {
|
|
275
|
+
"type": "string",
|
|
276
|
+
"allOf": [
|
|
277
|
+
{ "minLength": 1 },
|
|
278
|
+
{
|
|
279
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?::[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)?$"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{ "type": "null" }
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
"requires": {
|
|
288
|
+
"anyOf": [
|
|
289
|
+
{
|
|
290
|
+
"type": "array",
|
|
291
|
+
"allOf": [
|
|
292
|
+
{
|
|
293
|
+
"uniqueItems": true,
|
|
294
|
+
"description": "Hard capabilities without which the extension cannot operate."
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"items": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"allOf": [
|
|
300
|
+
{ "minLength": 1 },
|
|
301
|
+
{
|
|
302
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?::[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)?$"
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{ "type": "null" }
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
"fallback": {
|
|
311
|
+
"anyOf": [
|
|
312
|
+
{
|
|
313
|
+
"type": "string",
|
|
314
|
+
"enum": ["auto", "none"],
|
|
315
|
+
"description": "Whether AXM may apply platform-provided capability fallbacks. Defaults to auto.",
|
|
316
|
+
"default": "auto"
|
|
317
|
+
},
|
|
318
|
+
{ "type": "null" }
|
|
319
|
+
]
|
|
320
|
+
},
|
|
264
321
|
"recommendedPacks": {
|
|
265
322
|
"anyOf": [
|
|
266
323
|
{
|
|
@@ -261,6 +261,63 @@
|
|
|
261
261
|
{ "type": "null" }
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
|
+
"enhances": {
|
|
265
|
+
"anyOf": [
|
|
266
|
+
{
|
|
267
|
+
"type": "array",
|
|
268
|
+
"allOf": [
|
|
269
|
+
{
|
|
270
|
+
"uniqueItems": true,
|
|
271
|
+
"description": "Soft capability enhancements used by the source. These never block installation."
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"items": {
|
|
275
|
+
"type": "string",
|
|
276
|
+
"allOf": [
|
|
277
|
+
{ "minLength": 1 },
|
|
278
|
+
{
|
|
279
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?::[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)?$"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{ "type": "null" }
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
"requires": {
|
|
288
|
+
"anyOf": [
|
|
289
|
+
{
|
|
290
|
+
"type": "array",
|
|
291
|
+
"allOf": [
|
|
292
|
+
{
|
|
293
|
+
"uniqueItems": true,
|
|
294
|
+
"description": "Hard capabilities without which the extension cannot operate."
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"items": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"allOf": [
|
|
300
|
+
{ "minLength": 1 },
|
|
301
|
+
{
|
|
302
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?::[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)?$"
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{ "type": "null" }
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
"fallback": {
|
|
311
|
+
"anyOf": [
|
|
312
|
+
{
|
|
313
|
+
"type": "string",
|
|
314
|
+
"enum": ["auto", "none"],
|
|
315
|
+
"description": "Whether AXM may apply platform-provided capability fallbacks. Defaults to auto.",
|
|
316
|
+
"default": "auto"
|
|
317
|
+
},
|
|
318
|
+
{ "type": "null" }
|
|
319
|
+
]
|
|
320
|
+
},
|
|
264
321
|
"recommendedPacks": {
|
|
265
322
|
"anyOf": [
|
|
266
323
|
{
|