@agentxm/client-core 0.2.0 → 0.3.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/dist/src/unstable/commands/operations/disable.d.ts +2 -2
- package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts +2 -2
- package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.d.ts +2 -2
- package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts +1 -1
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/index.d.ts +39 -0
- package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/index.js +49 -0
- package/dist/src/unstable/lint/catalog/index.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +31 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +41 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.js +41 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +34 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +61 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +46 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +53 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +90 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts +60 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.js +85 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack.d.ts +37 -0
- package/dist/src/unstable/lint/catalog/pack.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack.js +47 -0
- package/dist/src/unstable/lint/catalog/pack.js.map +1 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts +59 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js +99 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts +31 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js +151 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +41 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.js +46 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts +22 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js +37 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts +17 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.js +38 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts +65 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js +50 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts +52 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.js +89 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +58 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +83 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill.d.ts +38 -0
- package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill.js +52 -0
- package/dist/src/unstable/lint/catalog/skill.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts +23 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js +75 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts +23 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js +76 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js +16 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts +133 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js +149 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +25 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +30 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts +22 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.js +55 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts +33 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js +125 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts +19 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +145 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +17 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +107 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts +22 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js +163 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts +28 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +67 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts +30 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js +232 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +129 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +151 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts +29 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js +149 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts +29 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +242 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts +141 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js +123 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts +38 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js +311 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts +60 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js +201 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts +65 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js +95 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace.d.ts +47 -0
- package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace.js +80 -0
- package/dist/src/unstable/lint/catalog/workspace.js.map +1 -0
- package/dist/src/unstable/lint/cli.d.ts +297 -0
- package/dist/src/unstable/lint/cli.d.ts.map +1 -0
- package/dist/src/unstable/lint/cli.js +388 -0
- package/dist/src/unstable/lint/cli.js.map +1 -0
- package/dist/src/unstable/lint/compose-path.d.ts +27 -0
- package/dist/src/unstable/lint/compose-path.d.ts.map +1 -0
- package/dist/src/unstable/lint/compose-path.js +61 -0
- package/dist/src/unstable/lint/compose-path.js.map +1 -0
- package/dist/src/unstable/lint/config.d.ts +103 -0
- package/dist/src/unstable/lint/config.d.ts.map +1 -0
- package/dist/src/unstable/lint/config.js +137 -0
- package/dist/src/unstable/lint/config.js.map +1 -0
- package/dist/src/unstable/lint/context.d.ts +265 -0
- package/dist/src/unstable/lint/context.d.ts.map +1 -0
- package/dist/src/unstable/lint/context.js +21 -0
- package/dist/src/unstable/lint/context.js.map +1 -0
- package/dist/src/unstable/lint/evaluate.d.ts +68 -0
- package/dist/src/unstable/lint/evaluate.d.ts.map +1 -0
- package/dist/src/unstable/lint/evaluate.js +147 -0
- package/dist/src/unstable/lint/evaluate.js.map +1 -0
- package/dist/src/unstable/lint/index.d.ts +28 -0
- package/dist/src/unstable/lint/index.d.ts.map +1 -0
- package/dist/src/unstable/lint/index.js +35 -0
- package/dist/src/unstable/lint/index.js.map +1 -0
- package/dist/src/unstable/lint/issues-to-findings.d.ts +35 -0
- package/dist/src/unstable/lint/issues-to-findings.d.ts.map +1 -0
- package/dist/src/unstable/lint/issues-to-findings.js +97 -0
- package/dist/src/unstable/lint/issues-to-findings.js.map +1 -0
- package/dist/src/unstable/lint/rule.d.ts +139 -0
- package/dist/src/unstable/lint/rule.d.ts.map +1 -0
- package/dist/src/unstable/lint/rule.js +25 -0
- package/dist/src/unstable/lint/rule.js.map +1 -0
- package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/install.d.ts +2 -2
- package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
- package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.d.ts +2 -2
- package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
- package/dist/src/unstable/{workspace → plan}/apply-plan.d.ts +9 -0
- package/dist/src/unstable/plan/apply-plan.d.ts.map +1 -0
- package/dist/src/unstable/{workspace → plan}/apply-plan.js +10 -1
- package/dist/src/unstable/plan/apply-plan.js.map +1 -0
- package/dist/src/unstable/plan/index.d.ts +24 -0
- package/dist/src/unstable/plan/index.d.ts.map +1 -0
- package/dist/src/unstable/plan/index.js +28 -0
- package/dist/src/unstable/plan/index.js.map +1 -0
- package/dist/src/unstable/{workspace → plan}/plan.d.ts +6 -0
- package/dist/src/unstable/plan/plan.d.ts.map +1 -0
- package/dist/src/unstable/{workspace → plan}/plan.js +6 -0
- package/dist/src/unstable/plan/plan.js.map +1 -0
- package/dist/src/unstable/{workspace → plan}/resolve-plan.d.ts +30 -2
- package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -0
- package/dist/src/unstable/{workspace → plan}/resolve-plan.js +37 -6
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -0
- package/dist/src/unstable/publish/manifest-policy.d.ts +8 -8
- package/dist/src/unstable/settings/index.d.ts +2 -0
- package/dist/src/unstable/settings/index.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.js +1 -0
- package/dist/src/unstable/settings/index.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +3 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +3 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/settings/settings.d.ts +10 -0
- package/dist/src/unstable/settings/settings.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/copy.d.ts +2 -2
- package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts +2 -2
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts +2 -2
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts +2 -2
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.d.ts +2 -2
- package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
- package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/rename.d.ts +2 -2
- package/dist/src/unstable/skills/operations/rename.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.d.ts +2 -2
- package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.d.ts.map +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.js +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.js.map +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
- package/dist/src/unstable/workspace/augment-plan.d.ts +1 -1
- package/dist/src/unstable/workspace/augment-plan.d.ts.map +1 -1
- package/dist/src/unstable/workspace/display-plan.d.ts +1 -1
- package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
- package/dist/src/unstable/workspace/display-plan.js.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +0 -5
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +3 -7
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +15 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/paths.d.ts +0 -18
- package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
- package/dist/src/unstable/workspace/paths.js +12 -2
- package/dist/src/unstable/workspace/paths.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
- package/dist/src/unstable/workspace/scan-plan-readiness.d.ts +1 -1
- package/dist/src/unstable/workspace/scan-plan-readiness.d.ts.map +1 -1
- package/dist/src/unstable/workspace/settings-validation/types.d.ts +11 -1
- package/dist/src/unstable/workspace/settings-validation/types.d.ts.map +1 -1
- package/package.json +10 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +727 -1124
- package/site-content/__generated__/schemas/axm-package-meta.schema.json +3 -16
- package/site-content/__generated__/schemas/command.schema.json +29 -130
- package/site-content/__generated__/schemas/extension-pack.schema.json +36 -154
- package/site-content/__generated__/schemas/mcp-server.schema.json +21 -134
- package/site-content/__generated__/schemas/settings.schema.json +111 -291
- package/site-content/__generated__/schemas/skill.schema.json +23 -143
- package/dist/src/unstable/workspace/apply-plan.d.ts.map +0 -1
- package/dist/src/unstable/workspace/apply-plan.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/check-def.d.ts +0 -29
- package/dist/src/unstable/workspace/doctor/check-def.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/check-def.js +0 -17
- package/dist/src/unstable/workspace/doctor/check-def.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts +0 -5
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.js +0 -170
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts +0 -4
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.js +0 -238
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts +0 -18
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.js +0 -92
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts +0 -5
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js +0 -472
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts +0 -5
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js +0 -201
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/diagnose.d.ts +0 -49
- package/dist/src/unstable/workspace/doctor/diagnose.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/diagnose.js +0 -78
- package/dist/src/unstable/workspace/doctor/diagnose.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/index.d.ts +0 -8
- package/dist/src/unstable/workspace/doctor/index.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/index.js +0 -6
- package/dist/src/unstable/workspace/doctor/index.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/rollup.d.ts +0 -4
- package/dist/src/unstable/workspace/doctor/rollup.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/rollup.js +0 -28
- package/dist/src/unstable/workspace/doctor/rollup.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/runner.d.ts +0 -6
- package/dist/src/unstable/workspace/doctor/runner.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/runner.js +0 -179
- package/dist/src/unstable/workspace/doctor/runner.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/types.d.ts +0 -127
- package/dist/src/unstable/workspace/doctor/types.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/types.js +0 -60
- package/dist/src/unstable/workspace/doctor/types.js.map +0 -1
- package/dist/src/unstable/workspace/plan.d.ts.map +0 -1
- package/dist/src/unstable/workspace/plan.js.map +0 -1
- package/dist/src/unstable/workspace/resolve-plan.d.ts.map +0 -1
- package/dist/src/unstable/workspace/resolve-plan.js.map +0 -1
- package/dist/src/unstable/workspace/sync.d.ts +0 -17
- package/dist/src/unstable/workspace/sync.d.ts.map +0 -1
- package/dist/src/unstable/workspace/sync.js +0 -142
- package/dist/src/unstable/workspace/sync.js.map +0 -1
|
@@ -2,27 +2,14 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"$ref": "#/definitions/AxmPackageMeta",
|
|
4
4
|
"definitions": {
|
|
5
|
-
"FullyQualifiedRef": {
|
|
6
|
-
"type": "string"
|
|
7
|
-
},
|
|
5
|
+
"FullyQualifiedRef": { "type": "string" },
|
|
8
6
|
"AxmPackageMeta": {
|
|
9
7
|
"type": "object",
|
|
10
8
|
"properties": {
|
|
11
|
-
"$schema": {
|
|
12
|
-
"anyOf": [
|
|
13
|
-
{
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"type": "null"
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
},
|
|
9
|
+
"$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
21
10
|
"recommendedExtensions": {
|
|
22
11
|
"type": "array",
|
|
23
|
-
"items": {
|
|
24
|
-
"$ref": "#/definitions/FullyQualifiedRef"
|
|
25
|
-
}
|
|
12
|
+
"items": { "$ref": "#/definitions/FullyQualifiedRef" }
|
|
26
13
|
}
|
|
27
14
|
},
|
|
28
15
|
"required": ["recommendedExtensions"],
|
|
@@ -13,161 +13,60 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"ExactSemverVersion": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
16
|
+
"ExactSemverVersion": { "type": "string" },
|
|
19
17
|
"Author": {
|
|
20
18
|
"type": "object",
|
|
21
19
|
"properties": {
|
|
22
|
-
"name": {
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
"email": {
|
|
26
|
-
"anyOf": [
|
|
27
|
-
{
|
|
28
|
-
"type": "string"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"type": "null"
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
"url": {
|
|
36
|
-
"anyOf": [
|
|
37
|
-
{
|
|
38
|
-
"type": "string"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"type": "null"
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
20
|
+
"name": { "type": "string" },
|
|
21
|
+
"email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
22
|
+
"url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
|
|
45
23
|
},
|
|
46
24
|
"required": ["name"],
|
|
47
25
|
"additionalProperties": false,
|
|
48
26
|
"title": "Author",
|
|
49
27
|
"description": "Author details: name, email, and URL."
|
|
50
28
|
},
|
|
51
|
-
"PackageUrlParts": {
|
|
52
|
-
|
|
53
|
-
},
|
|
54
|
-
"ExtensionName": {
|
|
55
|
-
"type": "string"
|
|
56
|
-
},
|
|
29
|
+
"PackageUrlParts": { "type": "string" },
|
|
30
|
+
"ExtensionName": { "type": "string" },
|
|
57
31
|
"CommandManifest": {
|
|
58
32
|
"type": "object",
|
|
59
33
|
"properties": {
|
|
60
|
-
"$schema": {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"type": "null"
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
},
|
|
70
|
-
"owner": {
|
|
71
|
-
"$ref": "#/definitions/Handle"
|
|
72
|
-
},
|
|
73
|
-
"version": {
|
|
74
|
-
"$ref": "#/definitions/ExactSemverVersion"
|
|
75
|
-
},
|
|
76
|
-
"description": {
|
|
77
|
-
"anyOf": [
|
|
78
|
-
{
|
|
79
|
-
"type": "string"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "null"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
},
|
|
34
|
+
"$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
35
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
36
|
+
"version": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
37
|
+
"description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
86
38
|
"keywords": {
|
|
87
|
-
"anyOf": [
|
|
88
|
-
{
|
|
89
|
-
"type": "array",
|
|
90
|
-
"items": {
|
|
91
|
-
"type": "string"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"type": "null"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
|
-
"repository": {
|
|
100
|
-
"anyOf": [
|
|
101
|
-
{
|
|
102
|
-
"type": "string"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"type": "null"
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
|
-
"homepage": {
|
|
110
|
-
"anyOf": [
|
|
111
|
-
{
|
|
112
|
-
"type": "string"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"type": "null"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
39
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
118
40
|
},
|
|
119
|
-
"
|
|
41
|
+
"repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
42
|
+
"homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
43
|
+
"license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
44
|
+
"bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
45
|
+
"authors": {
|
|
120
46
|
"anyOf": [
|
|
121
|
-
{
|
|
122
|
-
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"type": "null"
|
|
126
|
-
}
|
|
47
|
+
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
48
|
+
{ "type": "null" }
|
|
127
49
|
]
|
|
128
50
|
},
|
|
129
|
-
"
|
|
51
|
+
"compatiblePackages": {
|
|
130
52
|
"anyOf": [
|
|
131
|
-
{
|
|
132
|
-
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"type": "null"
|
|
136
|
-
}
|
|
53
|
+
{ "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
|
|
54
|
+
{ "type": "null" }
|
|
137
55
|
]
|
|
138
56
|
},
|
|
139
|
-
"
|
|
57
|
+
"type": { "type": "string", "enum": ["command"] },
|
|
58
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
59
|
+
"agents": {
|
|
140
60
|
"anyOf": [
|
|
141
|
-
{
|
|
142
|
-
|
|
143
|
-
"items": {
|
|
144
|
-
"$ref": "#/definitions/Author"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"type": "null"
|
|
149
|
-
}
|
|
61
|
+
{ "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
|
|
62
|
+
{ "type": "null" }
|
|
150
63
|
]
|
|
151
64
|
},
|
|
152
|
-
"
|
|
65
|
+
"agentOverrides": {
|
|
153
66
|
"anyOf": [
|
|
154
|
-
{
|
|
155
|
-
|
|
156
|
-
"items": {
|
|
157
|
-
"$ref": "#/definitions/PackageUrlParts"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"type": "null"
|
|
162
|
-
}
|
|
67
|
+
{ "type": "object", "additionalProperties": { "type": "object" } },
|
|
68
|
+
{ "type": "null" }
|
|
163
69
|
]
|
|
164
|
-
},
|
|
165
|
-
"type": {
|
|
166
|
-
"type": "string",
|
|
167
|
-
"enum": ["command"]
|
|
168
|
-
},
|
|
169
|
-
"name": {
|
|
170
|
-
"$ref": "#/definitions/ExtensionName"
|
|
171
70
|
}
|
|
172
71
|
},
|
|
173
72
|
"required": ["owner", "version", "type", "name"],
|
|
@@ -13,202 +13,84 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"ExactSemverVersion": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
16
|
+
"ExactSemverVersion": { "type": "string" },
|
|
19
17
|
"Author": {
|
|
20
18
|
"type": "object",
|
|
21
19
|
"properties": {
|
|
22
|
-
"name": {
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
"email": {
|
|
26
|
-
"anyOf": [
|
|
27
|
-
{
|
|
28
|
-
"type": "string"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"type": "null"
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
"url": {
|
|
36
|
-
"anyOf": [
|
|
37
|
-
{
|
|
38
|
-
"type": "string"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"type": "null"
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
20
|
+
"name": { "type": "string" },
|
|
21
|
+
"email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
22
|
+
"url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
|
|
45
23
|
},
|
|
46
24
|
"required": ["name"],
|
|
47
25
|
"additionalProperties": false,
|
|
48
26
|
"title": "Author",
|
|
49
27
|
"description": "Author details: name, email, and URL."
|
|
50
28
|
},
|
|
51
|
-
"PackageUrlParts": {
|
|
52
|
-
|
|
53
|
-
},
|
|
54
|
-
"ExtensionName": {
|
|
55
|
-
"type": "string"
|
|
56
|
-
},
|
|
57
|
-
"VersionConstraint": {
|
|
58
|
-
"type": "string"
|
|
59
|
-
},
|
|
29
|
+
"PackageUrlParts": { "type": "string" },
|
|
30
|
+
"ExtensionName": { "type": "string" },
|
|
31
|
+
"VersionConstraint": { "type": "string" },
|
|
60
32
|
"ExtensionPackManifest": {
|
|
61
33
|
"type": "object",
|
|
62
34
|
"properties": {
|
|
63
|
-
"$schema": {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"type": "null"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"owner": {
|
|
74
|
-
"$ref": "#/definitions/Handle"
|
|
75
|
-
},
|
|
76
|
-
"version": {
|
|
77
|
-
"$ref": "#/definitions/ExactSemverVersion"
|
|
78
|
-
},
|
|
79
|
-
"description": {
|
|
80
|
-
"anyOf": [
|
|
81
|
-
{
|
|
82
|
-
"type": "string"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"type": "null"
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
},
|
|
35
|
+
"$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
36
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
37
|
+
"version": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
38
|
+
"description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
89
39
|
"keywords": {
|
|
90
|
-
"anyOf": [
|
|
91
|
-
{
|
|
92
|
-
"type": "array",
|
|
93
|
-
"items": {
|
|
94
|
-
"type": "string"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"type": "null"
|
|
99
|
-
}
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
|
-
"repository": {
|
|
103
|
-
"anyOf": [
|
|
104
|
-
{
|
|
105
|
-
"type": "string"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "null"
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
},
|
|
112
|
-
"homepage": {
|
|
113
|
-
"anyOf": [
|
|
114
|
-
{
|
|
115
|
-
"type": "string"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"type": "null"
|
|
119
|
-
}
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
"license": {
|
|
123
|
-
"anyOf": [
|
|
124
|
-
{
|
|
125
|
-
"type": "string"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"type": "null"
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
"bugs": {
|
|
133
|
-
"anyOf": [
|
|
134
|
-
{
|
|
135
|
-
"type": "string"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "null"
|
|
139
|
-
}
|
|
140
|
-
]
|
|
40
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
141
41
|
},
|
|
42
|
+
"repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
43
|
+
"homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
44
|
+
"license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
45
|
+
"bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
142
46
|
"authors": {
|
|
143
47
|
"anyOf": [
|
|
144
|
-
{
|
|
145
|
-
|
|
146
|
-
"items": {
|
|
147
|
-
"$ref": "#/definitions/Author"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"type": "null"
|
|
152
|
-
}
|
|
48
|
+
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
49
|
+
{ "type": "null" }
|
|
153
50
|
]
|
|
154
51
|
},
|
|
155
52
|
"compatiblePackages": {
|
|
156
53
|
"anyOf": [
|
|
157
|
-
{
|
|
158
|
-
|
|
159
|
-
"items": {
|
|
160
|
-
"$ref": "#/definitions/PackageUrlParts"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"type": "null"
|
|
165
|
-
}
|
|
54
|
+
{ "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
|
|
55
|
+
{ "type": "null" }
|
|
166
56
|
]
|
|
167
57
|
},
|
|
168
|
-
"type": {
|
|
169
|
-
|
|
170
|
-
"enum": ["pack"]
|
|
171
|
-
},
|
|
172
|
-
"name": {
|
|
173
|
-
"$ref": "#/definitions/ExtensionName"
|
|
174
|
-
},
|
|
58
|
+
"type": { "type": "string", "enum": ["pack"] },
|
|
59
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
175
60
|
"skills": {
|
|
176
61
|
"anyOf": [
|
|
177
62
|
{
|
|
178
63
|
"type": "object",
|
|
179
|
-
"additionalProperties": {
|
|
180
|
-
"$ref": "#/definitions/VersionConstraint"
|
|
181
|
-
}
|
|
64
|
+
"additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
|
|
182
65
|
},
|
|
183
|
-
{
|
|
184
|
-
"type": "null"
|
|
185
|
-
}
|
|
66
|
+
{ "type": "null" }
|
|
186
67
|
]
|
|
187
68
|
},
|
|
188
69
|
"commands": {
|
|
189
70
|
"anyOf": [
|
|
190
71
|
{
|
|
191
72
|
"type": "object",
|
|
192
|
-
"additionalProperties": {
|
|
193
|
-
"$ref": "#/definitions/VersionConstraint"
|
|
194
|
-
}
|
|
73
|
+
"additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
|
|
195
74
|
},
|
|
196
|
-
{
|
|
197
|
-
"type": "null"
|
|
198
|
-
}
|
|
75
|
+
{ "type": "null" }
|
|
199
76
|
]
|
|
200
77
|
},
|
|
201
78
|
"mcp-servers": {
|
|
202
79
|
"anyOf": [
|
|
203
80
|
{
|
|
204
81
|
"type": "object",
|
|
205
|
-
"additionalProperties": {
|
|
206
|
-
"$ref": "#/definitions/VersionConstraint"
|
|
207
|
-
}
|
|
82
|
+
"additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
|
|
208
83
|
},
|
|
84
|
+
{ "type": "null" }
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"subagents": {
|
|
88
|
+
"anyOf": [
|
|
209
89
|
{
|
|
210
|
-
"type": "
|
|
211
|
-
|
|
90
|
+
"type": "object",
|
|
91
|
+
"additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
|
|
92
|
+
},
|
|
93
|
+
{ "type": "null" }
|
|
212
94
|
]
|
|
213
95
|
}
|
|
214
96
|
},
|
|
@@ -13,162 +13,49 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"ExactSemverVersion": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
16
|
+
"ExactSemverVersion": { "type": "string" },
|
|
19
17
|
"Author": {
|
|
20
18
|
"type": "object",
|
|
21
19
|
"properties": {
|
|
22
|
-
"name": {
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
"email": {
|
|
26
|
-
"anyOf": [
|
|
27
|
-
{
|
|
28
|
-
"type": "string"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"type": "null"
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
|
-
"url": {
|
|
36
|
-
"anyOf": [
|
|
37
|
-
{
|
|
38
|
-
"type": "string"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"type": "null"
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
20
|
+
"name": { "type": "string" },
|
|
21
|
+
"email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
22
|
+
"url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
|
|
45
23
|
},
|
|
46
24
|
"required": ["name"],
|
|
47
25
|
"additionalProperties": false,
|
|
48
26
|
"title": "Author",
|
|
49
27
|
"description": "Author details: name, email, and URL."
|
|
50
28
|
},
|
|
51
|
-
"PackageUrlParts": {
|
|
52
|
-
|
|
53
|
-
},
|
|
54
|
-
"ExtensionName": {
|
|
55
|
-
"type": "string"
|
|
56
|
-
},
|
|
29
|
+
"PackageUrlParts": { "type": "string" },
|
|
30
|
+
"ExtensionName": { "type": "string" },
|
|
57
31
|
"McpServerManifest": {
|
|
58
32
|
"type": "object",
|
|
59
33
|
"properties": {
|
|
60
|
-
"$schema": {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"type": "null"
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
},
|
|
70
|
-
"owner": {
|
|
71
|
-
"$ref": "#/definitions/Handle"
|
|
72
|
-
},
|
|
73
|
-
"version": {
|
|
74
|
-
"$ref": "#/definitions/ExactSemverVersion"
|
|
75
|
-
},
|
|
76
|
-
"description": {
|
|
77
|
-
"anyOf": [
|
|
78
|
-
{
|
|
79
|
-
"type": "string"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "null"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
},
|
|
34
|
+
"$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
35
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
36
|
+
"version": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
37
|
+
"description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
86
38
|
"keywords": {
|
|
87
|
-
"anyOf": [
|
|
88
|
-
{
|
|
89
|
-
"type": "array",
|
|
90
|
-
"items": {
|
|
91
|
-
"type": "string"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"type": "null"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
|
-
"repository": {
|
|
100
|
-
"anyOf": [
|
|
101
|
-
{
|
|
102
|
-
"type": "string"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"type": "null"
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
|
-
"homepage": {
|
|
110
|
-
"anyOf": [
|
|
111
|
-
{
|
|
112
|
-
"type": "string"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"type": "null"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
|
-
"license": {
|
|
120
|
-
"anyOf": [
|
|
121
|
-
{
|
|
122
|
-
"type": "string"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"type": "null"
|
|
126
|
-
}
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
|
-
"bugs": {
|
|
130
|
-
"anyOf": [
|
|
131
|
-
{
|
|
132
|
-
"type": "string"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"type": "null"
|
|
136
|
-
}
|
|
137
|
-
]
|
|
39
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
138
40
|
},
|
|
41
|
+
"repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
42
|
+
"homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
43
|
+
"license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
44
|
+
"bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
139
45
|
"authors": {
|
|
140
46
|
"anyOf": [
|
|
141
|
-
{
|
|
142
|
-
|
|
143
|
-
"items": {
|
|
144
|
-
"$ref": "#/definitions/Author"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"type": "null"
|
|
149
|
-
}
|
|
47
|
+
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
48
|
+
{ "type": "null" }
|
|
150
49
|
]
|
|
151
50
|
},
|
|
152
51
|
"compatiblePackages": {
|
|
153
52
|
"anyOf": [
|
|
154
|
-
{
|
|
155
|
-
|
|
156
|
-
"items": {
|
|
157
|
-
"$ref": "#/definitions/PackageUrlParts"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"type": "null"
|
|
162
|
-
}
|
|
53
|
+
{ "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
|
|
54
|
+
{ "type": "null" }
|
|
163
55
|
]
|
|
164
56
|
},
|
|
165
|
-
"type": {
|
|
166
|
-
|
|
167
|
-
"enum": ["mcp-server"]
|
|
168
|
-
},
|
|
169
|
-
"name": {
|
|
170
|
-
"$ref": "#/definitions/ExtensionName"
|
|
171
|
-
}
|
|
57
|
+
"type": { "type": "string", "enum": ["mcp-server"] },
|
|
58
|
+
"name": { "$ref": "#/definitions/ExtensionName" }
|
|
172
59
|
},
|
|
173
60
|
"required": ["owner", "version", "type", "name"],
|
|
174
61
|
"additionalProperties": false,
|