@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
|
@@ -27,136 +27,57 @@
|
|
|
27
27
|
"GitHubSourceHostConfig": {
|
|
28
28
|
"type": "object",
|
|
29
29
|
"properties": {
|
|
30
|
-
"name": {
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
"type": {
|
|
34
|
-
"type": "string",
|
|
35
|
-
"enum": ["github"]
|
|
36
|
-
},
|
|
37
|
-
"url": {
|
|
38
|
-
"type": "string"
|
|
39
|
-
}
|
|
30
|
+
"name": { "$ref": "#/definitions/SourceName" },
|
|
31
|
+
"type": { "type": "string", "enum": ["github"] },
|
|
32
|
+
"url": { "type": "string" }
|
|
40
33
|
},
|
|
41
34
|
"required": ["name", "type", "url"],
|
|
42
35
|
"additionalProperties": false,
|
|
43
36
|
"title": "GitHub Source Host",
|
|
44
37
|
"description": "Configuration for a GitHub source."
|
|
45
38
|
},
|
|
46
|
-
"SourceName1": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"allOf": [
|
|
49
|
-
{
|
|
50
|
-
"pattern": "^[a-z0-9][a-z0-9.-]*$",
|
|
51
|
-
"title": "Source Name",
|
|
52
|
-
"description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
|
|
53
|
-
"examples": ["github", "my-registry.dev"]
|
|
54
|
-
}
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
39
|
"GitLabSourceHostConfig": {
|
|
58
40
|
"type": "object",
|
|
59
41
|
"properties": {
|
|
60
|
-
"name": {
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
"type": {
|
|
64
|
-
"type": "string",
|
|
65
|
-
"enum": ["gitlab"]
|
|
66
|
-
},
|
|
67
|
-
"url": {
|
|
68
|
-
"type": "string"
|
|
69
|
-
}
|
|
42
|
+
"name": { "$ref": "#/definitions/SourceName" },
|
|
43
|
+
"type": { "type": "string", "enum": ["gitlab"] },
|
|
44
|
+
"url": { "type": "string" }
|
|
70
45
|
},
|
|
71
46
|
"required": ["name", "type", "url"],
|
|
72
47
|
"additionalProperties": false,
|
|
73
48
|
"title": "GitLab Source Host",
|
|
74
49
|
"description": "Configuration for a GitLab source."
|
|
75
50
|
},
|
|
76
|
-
"SourceName2": {
|
|
77
|
-
"type": "string",
|
|
78
|
-
"allOf": [
|
|
79
|
-
{
|
|
80
|
-
"pattern": "^[a-z0-9][a-z0-9.-]*$",
|
|
81
|
-
"title": "Source Name",
|
|
82
|
-
"description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
|
|
83
|
-
"examples": ["github", "my-registry.dev"]
|
|
84
|
-
}
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
51
|
"BitbucketSourceHostConfig": {
|
|
88
52
|
"type": "object",
|
|
89
53
|
"properties": {
|
|
90
|
-
"name": {
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
"type": {
|
|
94
|
-
"type": "string",
|
|
95
|
-
"enum": ["bitbucket"]
|
|
96
|
-
},
|
|
97
|
-
"url": {
|
|
98
|
-
"type": "string"
|
|
99
|
-
}
|
|
54
|
+
"name": { "$ref": "#/definitions/SourceName" },
|
|
55
|
+
"type": { "type": "string", "enum": ["bitbucket"] },
|
|
56
|
+
"url": { "type": "string" }
|
|
100
57
|
},
|
|
101
58
|
"required": ["name", "type", "url"],
|
|
102
59
|
"additionalProperties": false,
|
|
103
60
|
"title": "Bitbucket Source Host",
|
|
104
61
|
"description": "Configuration for a Bitbucket source."
|
|
105
62
|
},
|
|
106
|
-
"SourceName3": {
|
|
107
|
-
"type": "string",
|
|
108
|
-
"allOf": [
|
|
109
|
-
{
|
|
110
|
-
"pattern": "^[a-z0-9][a-z0-9.-]*$",
|
|
111
|
-
"title": "Source Name",
|
|
112
|
-
"description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
|
|
113
|
-
"examples": ["github", "my-registry.dev"]
|
|
114
|
-
}
|
|
115
|
-
]
|
|
116
|
-
},
|
|
117
63
|
"AzureReposSourceHostConfig": {
|
|
118
64
|
"type": "object",
|
|
119
65
|
"properties": {
|
|
120
|
-
"name": {
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
"type": {
|
|
124
|
-
"type": "string",
|
|
125
|
-
"enum": ["azurerepos"]
|
|
126
|
-
},
|
|
127
|
-
"url": {
|
|
128
|
-
"type": "string"
|
|
129
|
-
}
|
|
66
|
+
"name": { "$ref": "#/definitions/SourceName" },
|
|
67
|
+
"type": { "type": "string", "enum": ["azurerepos"] },
|
|
68
|
+
"url": { "type": "string" }
|
|
130
69
|
},
|
|
131
70
|
"required": ["name", "type", "url"],
|
|
132
71
|
"additionalProperties": false,
|
|
133
72
|
"title": "Azure Repos Source Host",
|
|
134
73
|
"description": "Configuration for an Azure Repos source."
|
|
135
74
|
},
|
|
136
|
-
"SourceName4": {
|
|
137
|
-
"type": "string",
|
|
138
|
-
"allOf": [
|
|
139
|
-
{
|
|
140
|
-
"pattern": "^[a-z0-9][a-z0-9.-]*$",
|
|
141
|
-
"title": "Source Name",
|
|
142
|
-
"description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
|
|
143
|
-
"examples": ["github", "my-registry.dev"]
|
|
144
|
-
}
|
|
145
|
-
]
|
|
146
|
-
},
|
|
147
75
|
"RegistrySourceHostConfig": {
|
|
148
76
|
"type": "object",
|
|
149
77
|
"properties": {
|
|
150
|
-
"name": {
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
"type": {
|
|
154
|
-
"type": "string",
|
|
155
|
-
"enum": ["registry"]
|
|
156
|
-
},
|
|
157
|
-
"location": {
|
|
158
|
-
"type": "string"
|
|
159
|
-
}
|
|
78
|
+
"name": { "$ref": "#/definitions/SourceName" },
|
|
79
|
+
"type": { "type": "string", "enum": ["registry"] },
|
|
80
|
+
"location": { "type": "string" }
|
|
160
81
|
},
|
|
161
82
|
"required": ["name", "type", "location"],
|
|
162
83
|
"additionalProperties": false,
|
|
@@ -165,198 +86,149 @@
|
|
|
165
86
|
},
|
|
166
87
|
"SourceHostConfig": {
|
|
167
88
|
"anyOf": [
|
|
168
|
-
{
|
|
169
|
-
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"$ref": "#/definitions/BitbucketSourceHostConfig"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"$ref": "#/definitions/AzureReposSourceHostConfig"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"$ref": "#/definitions/RegistrySourceHostConfig"
|
|
182
|
-
}
|
|
89
|
+
{ "$ref": "#/definitions/GitHubSourceHostConfig" },
|
|
90
|
+
{ "$ref": "#/definitions/GitLabSourceHostConfig" },
|
|
91
|
+
{ "$ref": "#/definitions/BitbucketSourceHostConfig" },
|
|
92
|
+
{ "$ref": "#/definitions/AzureReposSourceHostConfig" },
|
|
93
|
+
{ "$ref": "#/definitions/RegistrySourceHostConfig" }
|
|
183
94
|
],
|
|
184
95
|
"title": "Source Host Config",
|
|
185
96
|
"description": "Where extensions are fetched from — GitHub, GitLab, Bitbucket, Azure Repos, or a package registry."
|
|
186
97
|
},
|
|
98
|
+
"CommandEntryObject": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"properties": {
|
|
101
|
+
"source": { "type": "string" },
|
|
102
|
+
"enabled": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
103
|
+
},
|
|
104
|
+
"required": ["source"],
|
|
105
|
+
"additionalProperties": false,
|
|
106
|
+
"title": "Command Entry Object",
|
|
107
|
+
"description": "A command with its source location and whether it's enabled."
|
|
108
|
+
},
|
|
109
|
+
"CommandEntry": {
|
|
110
|
+
"anyOf": [{ "type": "string" }, { "$ref": "#/definitions/CommandEntryObject" }]
|
|
111
|
+
},
|
|
187
112
|
"CommandsMap": {
|
|
188
113
|
"type": "object",
|
|
189
|
-
"additionalProperties": {
|
|
190
|
-
|
|
191
|
-
|
|
114
|
+
"additionalProperties": { "$ref": "#/definitions/CommandEntry" }
|
|
115
|
+
},
|
|
116
|
+
"SubagentEntryObject": {
|
|
117
|
+
"type": "object",
|
|
118
|
+
"properties": {
|
|
119
|
+
"source": { "type": "string" },
|
|
120
|
+
"enabled": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
121
|
+
},
|
|
122
|
+
"required": ["source"],
|
|
123
|
+
"additionalProperties": false,
|
|
124
|
+
"title": "Subagent Entry Object",
|
|
125
|
+
"description": "A subagent with its source location and whether it's enabled."
|
|
126
|
+
},
|
|
127
|
+
"SubagentEntry": {
|
|
128
|
+
"anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SubagentEntryObject" }]
|
|
129
|
+
},
|
|
130
|
+
"SubagentsMap": {
|
|
131
|
+
"type": "object",
|
|
132
|
+
"additionalProperties": { "$ref": "#/definitions/SubagentEntry" }
|
|
133
|
+
},
|
|
134
|
+
"McpServerEntryObject": {
|
|
135
|
+
"type": "object",
|
|
136
|
+
"properties": { "source": { "type": "string" } },
|
|
137
|
+
"required": ["source"],
|
|
138
|
+
"additionalProperties": false,
|
|
139
|
+
"title": "MCP Server Entry Object",
|
|
140
|
+
"description": "An MCP server with its source location."
|
|
141
|
+
},
|
|
142
|
+
"McpServerEntry": {
|
|
143
|
+
"anyOf": [{ "type": "string" }, { "$ref": "#/definitions/McpServerEntryObject" }]
|
|
192
144
|
},
|
|
193
145
|
"McpServersMap": {
|
|
194
146
|
"type": "object",
|
|
195
|
-
"additionalProperties": {
|
|
196
|
-
"type": "string"
|
|
197
|
-
}
|
|
147
|
+
"additionalProperties": { "$ref": "#/definitions/McpServerEntry" }
|
|
198
148
|
},
|
|
199
149
|
"ExtensionPackEntryObject": {
|
|
200
150
|
"type": "object",
|
|
201
|
-
"properties": {
|
|
202
|
-
"source": {
|
|
203
|
-
"type": "string"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
151
|
+
"properties": { "source": { "type": "string" } },
|
|
206
152
|
"required": ["source"],
|
|
207
153
|
"additionalProperties": false,
|
|
208
154
|
"title": "Extension Pack Entry Object",
|
|
209
155
|
"description": "An extension pack with its source location."
|
|
210
156
|
},
|
|
211
157
|
"ExtensionPackEntry": {
|
|
212
|
-
"anyOf": [
|
|
213
|
-
{
|
|
214
|
-
"type": "string"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"$ref": "#/definitions/ExtensionPackEntryObject"
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
"title": "Extension Pack Entry",
|
|
221
|
-
"description": "An extension pack reference — either a source string or an object with source."
|
|
158
|
+
"anyOf": [{ "type": "string" }, { "$ref": "#/definitions/ExtensionPackEntryObject" }]
|
|
222
159
|
},
|
|
223
160
|
"ExtensionPacksMap": {
|
|
224
161
|
"type": "object",
|
|
225
|
-
"additionalProperties": {
|
|
226
|
-
"$ref": "#/definitions/ExtensionPackEntry"
|
|
227
|
-
}
|
|
162
|
+
"additionalProperties": { "$ref": "#/definitions/ExtensionPackEntry" }
|
|
228
163
|
},
|
|
229
164
|
"SkillEntryObject": {
|
|
230
165
|
"type": "object",
|
|
231
166
|
"properties": {
|
|
232
|
-
"source": {
|
|
233
|
-
|
|
234
|
-
},
|
|
235
|
-
"enabled": {
|
|
236
|
-
"anyOf": [
|
|
237
|
-
{
|
|
238
|
-
"type": "boolean"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"type": "null"
|
|
242
|
-
}
|
|
243
|
-
]
|
|
244
|
-
}
|
|
167
|
+
"source": { "type": "string" },
|
|
168
|
+
"enabled": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
245
169
|
},
|
|
246
170
|
"required": ["source"],
|
|
247
171
|
"additionalProperties": false,
|
|
248
172
|
"title": "Skill Entry Object",
|
|
249
173
|
"description": "A skill with its source location and whether it's enabled."
|
|
250
174
|
},
|
|
251
|
-
"SkillEntry": {
|
|
252
|
-
"anyOf": [
|
|
253
|
-
{
|
|
254
|
-
"type": "string"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"$ref": "#/definitions/SkillEntryObject"
|
|
258
|
-
}
|
|
259
|
-
],
|
|
260
|
-
"title": "Skill Entry",
|
|
261
|
-
"description": "A skill reference — either a source string like @owner/skills/name or an object with source and enabled."
|
|
262
|
-
},
|
|
175
|
+
"SkillEntry": { "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SkillEntryObject" }] },
|
|
263
176
|
"SkillsMap": {
|
|
264
177
|
"type": "object",
|
|
265
|
-
"additionalProperties": {
|
|
266
|
-
"$ref": "#/definitions/SkillEntry"
|
|
267
|
-
}
|
|
178
|
+
"additionalProperties": { "$ref": "#/definitions/SkillEntry" }
|
|
268
179
|
},
|
|
269
180
|
"IgnoredSettings": {
|
|
270
181
|
"type": "object",
|
|
271
182
|
"properties": {
|
|
272
183
|
"skills": {
|
|
273
|
-
"anyOf": [
|
|
274
|
-
{
|
|
275
|
-
"type": "array",
|
|
276
|
-
"items": {
|
|
277
|
-
"type": "string"
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"type": "null"
|
|
282
|
-
}
|
|
283
|
-
]
|
|
184
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
284
185
|
},
|
|
285
186
|
"commands": {
|
|
286
|
-
"anyOf": [
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"type": "string"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"type": "null"
|
|
295
|
-
}
|
|
296
|
-
]
|
|
187
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
188
|
+
},
|
|
189
|
+
"subagents": {
|
|
190
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
297
191
|
},
|
|
298
192
|
"mcpServers": {
|
|
299
|
-
"anyOf": [
|
|
300
|
-
{
|
|
301
|
-
"type": "array",
|
|
302
|
-
"items": {
|
|
303
|
-
"type": "string"
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"type": "null"
|
|
308
|
-
}
|
|
309
|
-
]
|
|
193
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
310
194
|
},
|
|
311
195
|
"packs": {
|
|
312
|
-
"anyOf": [
|
|
313
|
-
{
|
|
314
|
-
"type": "array",
|
|
315
|
-
"items": {
|
|
316
|
-
"type": "string"
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"type": "null"
|
|
321
|
-
}
|
|
322
|
-
]
|
|
196
|
+
"anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
|
|
323
197
|
}
|
|
324
198
|
},
|
|
325
199
|
"additionalProperties": false,
|
|
326
200
|
"title": "Ignored Settings",
|
|
327
201
|
"description": "Glob patterns for extensions to ignore, grouped by type (e.g. skills, commands)."
|
|
328
202
|
},
|
|
203
|
+
"LintRuleSeverity": {
|
|
204
|
+
"type": "string",
|
|
205
|
+
"enum": ["off", "info", "warn", "error"],
|
|
206
|
+
"title": "Lint Rule Severity",
|
|
207
|
+
"description": "Severity override for a lint rule: 'off' silences it, 'info'/'warn'/'error' raise or lower severity."
|
|
208
|
+
},
|
|
209
|
+
"LintRulesMap": {
|
|
210
|
+
"type": "object",
|
|
211
|
+
"additionalProperties": { "$ref": "#/definitions/LintRuleSeverity" }
|
|
212
|
+
},
|
|
213
|
+
"LintConfig": {
|
|
214
|
+
"type": "object",
|
|
215
|
+
"properties": {
|
|
216
|
+
"rules": { "anyOf": [{ "$ref": "#/definitions/LintRulesMap" }, { "type": "null" }] }
|
|
217
|
+
},
|
|
218
|
+
"additionalProperties": false,
|
|
219
|
+
"title": "Lint Config",
|
|
220
|
+
"description": "Workspace lint configuration under `lint` in `.axm/settings.json`."
|
|
221
|
+
},
|
|
329
222
|
"Settings": {
|
|
330
223
|
"type": "object",
|
|
331
224
|
"properties": {
|
|
332
225
|
"telemetry": {
|
|
333
226
|
"anyOf": [
|
|
334
|
-
{
|
|
335
|
-
|
|
336
|
-
{
|
|
337
|
-
"type": "boolean"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"type": "string",
|
|
341
|
-
"enum": ["errors"]
|
|
342
|
-
}
|
|
343
|
-
]
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"type": "null"
|
|
347
|
-
}
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
|
-
"profile": {
|
|
351
|
-
"anyOf": [
|
|
352
|
-
{
|
|
353
|
-
"$ref": "#/definitions/Handle"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"type": "null"
|
|
357
|
-
}
|
|
227
|
+
{ "anyOf": [{ "type": "boolean" }, { "type": "string", "enum": ["errors"] }] },
|
|
228
|
+
{ "type": "null" }
|
|
358
229
|
]
|
|
359
230
|
},
|
|
231
|
+
"profile": { "anyOf": [{ "$ref": "#/definitions/Handle" }, { "type": "null" }] },
|
|
360
232
|
"agents": {
|
|
361
233
|
"anyOf": [
|
|
362
234
|
{
|
|
@@ -406,74 +278,22 @@
|
|
|
406
278
|
]
|
|
407
279
|
}
|
|
408
280
|
},
|
|
409
|
-
{
|
|
410
|
-
"type": "null"
|
|
411
|
-
}
|
|
281
|
+
{ "type": "null" }
|
|
412
282
|
]
|
|
413
283
|
},
|
|
414
284
|
"sources": {
|
|
415
285
|
"anyOf": [
|
|
416
|
-
{
|
|
417
|
-
|
|
418
|
-
"items": {
|
|
419
|
-
"$ref": "#/definitions/SourceHostConfig"
|
|
420
|
-
}
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "null"
|
|
424
|
-
}
|
|
425
|
-
]
|
|
426
|
-
},
|
|
427
|
-
"commands": {
|
|
428
|
-
"anyOf": [
|
|
429
|
-
{
|
|
430
|
-
"$ref": "#/definitions/CommandsMap"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"type": "null"
|
|
434
|
-
}
|
|
435
|
-
]
|
|
436
|
-
},
|
|
437
|
-
"mcpServers": {
|
|
438
|
-
"anyOf": [
|
|
439
|
-
{
|
|
440
|
-
"$ref": "#/definitions/McpServersMap"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"type": "null"
|
|
444
|
-
}
|
|
286
|
+
{ "type": "array", "items": { "$ref": "#/definitions/SourceHostConfig" } },
|
|
287
|
+
{ "type": "null" }
|
|
445
288
|
]
|
|
446
289
|
},
|
|
447
|
-
"
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
]
|
|
456
|
-
},
|
|
457
|
-
"skills": {
|
|
458
|
-
"anyOf": [
|
|
459
|
-
{
|
|
460
|
-
"$ref": "#/definitions/SkillsMap"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"type": "null"
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
},
|
|
467
|
-
"ignored": {
|
|
468
|
-
"anyOf": [
|
|
469
|
-
{
|
|
470
|
-
"$ref": "#/definitions/IgnoredSettings"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"type": "null"
|
|
474
|
-
}
|
|
475
|
-
]
|
|
476
|
-
}
|
|
290
|
+
"commands": { "anyOf": [{ "$ref": "#/definitions/CommandsMap" }, { "type": "null" }] },
|
|
291
|
+
"subagents": { "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }, { "type": "null" }] },
|
|
292
|
+
"mcpServers": { "anyOf": [{ "$ref": "#/definitions/McpServersMap" }, { "type": "null" }] },
|
|
293
|
+
"packs": { "anyOf": [{ "$ref": "#/definitions/ExtensionPacksMap" }, { "type": "null" }] },
|
|
294
|
+
"skills": { "anyOf": [{ "$ref": "#/definitions/SkillsMap" }, { "type": "null" }] },
|
|
295
|
+
"ignored": { "anyOf": [{ "$ref": "#/definitions/IgnoredSettings" }, { "type": "null" }] },
|
|
296
|
+
"lint": { "anyOf": [{ "$ref": "#/definitions/LintConfig" }, { "type": "null" }] }
|
|
477
297
|
},
|
|
478
298
|
"additionalProperties": false,
|
|
479
299
|
"title": "AXM Settings",
|