@agentxm/client-core 0.7.4 → 0.9.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/agents/command-sync.js +3 -3
- package/dist/src/unstable/agents/command-sync.js.map +1 -1
- package/dist/src/unstable/agents/detection.js +1 -1
- package/dist/src/unstable/agents/detection.js.map +1 -1
- package/dist/src/unstable/agents/mcp-sync.js +7 -7
- package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
- package/dist/src/unstable/agents/repository.js +1 -1
- package/dist/src/unstable/agents/repository.js.map +1 -1
- package/dist/src/unstable/agents/subagent-sync.js +7 -7
- package/dist/src/unstable/agents/subagent-sync.js.map +1 -1
- package/dist/src/unstable/app-error/app-error.d.ts +25 -7
- package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
- package/dist/src/unstable/app-error/app-error.js +46 -4
- package/dist/src/unstable/app-error/app-error.js.map +1 -1
- package/dist/src/unstable/app-error/builders.js +5 -5
- package/dist/src/unstable/app-error/builders.js.map +1 -1
- package/dist/src/unstable/app-error/index.d.ts +1 -1
- package/dist/src/unstable/app-error/index.d.ts.map +1 -1
- package/dist/src/unstable/app-error/index.js +1 -1
- package/dist/src/unstable/app-error/index.js.map +1 -1
- package/dist/src/unstable/app-error/render.d.ts.map +1 -1
- package/dist/src/unstable/app-error/render.js +39 -3
- package/dist/src/unstable/app-error/render.js.map +1 -1
- package/dist/src/unstable/auth/auth-client.js +16 -16
- package/dist/src/unstable/auth/auth-client.js.map +1 -1
- package/dist/src/unstable/auth/credential-store.js +11 -11
- package/dist/src/unstable/auth/credential-store.js.map +1 -1
- package/dist/src/unstable/auth/guard.js +1 -1
- package/dist/src/unstable/auth/guard.js.map +1 -1
- package/dist/src/unstable/auth/token-resolution.js +1 -1
- package/dist/src/unstable/auth/token-resolution.js.map +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.js +4 -2
- package/dist/src/unstable/cli-runtime/handle-error.js.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts +22 -6
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.js +15 -4
- package/dist/src/unstable/cli-runtime/json-envelope.js.map +1 -1
- package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/runtime-envelope.js +13 -3
- package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.js +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.js.map +1 -1
- package/dist/src/unstable/commands/command-content.js +1 -1
- package/dist/src/unstable/commands/command-content.js.map +1 -1
- package/dist/src/unstable/commands/manager.js +9 -9
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +1 -1
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +3 -3
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.js +7 -7
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.js +4 -4
- package/dist/src/unstable/commands/operations/new-command.js.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/publish.js +10 -16
- package/dist/src/unstable/commands/operations/publish.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +9 -2
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.js +5 -5
- package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts +45 -2
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +64 -8
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/fqn.js +1 -1
- package/dist/src/unstable/extensions/fqn.js.map +1 -1
- package/dist/src/unstable/extensions/frontmatter.js +1 -1
- package/dist/src/unstable/extensions/frontmatter.js.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.js +7 -7
- package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
- package/dist/src/unstable/extensions/reconciliation-utils.js +1 -1
- package/dist/src/unstable/extensions/reconciliation-utils.js.map +1 -1
- package/dist/src/unstable/extensions/utils.js +1 -1
- package/dist/src/unstable/extensions/utils.js.map +1 -1
- package/dist/src/unstable/git/operations.js +1 -1
- package/dist/src/unstable/git/operations.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.js +5 -5
- package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
- package/dist/src/unstable/lockfile/resolved-version.js +1 -1
- package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manager.js +7 -7
- package/dist/src/unstable/mcp-servers/manager.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/mcp-servers/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.js +11 -11
- package/dist/src/unstable/mcp-servers/operations/install.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.js +8 -14
- package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.js +5 -5
- package/dist/src/unstable/mcp-servers/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js +1 -1
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/packaging/cargo.d.ts +5 -2
- package/dist/src/unstable/packaging/cargo.d.ts.map +1 -1
- package/dist/src/unstable/packaging/cargo.js +96 -55
- package/dist/src/unstable/packaging/cargo.js.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.js +4 -4
- package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
- package/dist/src/unstable/packs/expansion.js +1 -1
- package/dist/src/unstable/packs/expansion.js.map +1 -1
- package/dist/src/unstable/packs/manager.js +2 -2
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/packs/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.js +5 -5
- package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/install.js +6 -6
- package/dist/src/unstable/packs/operations/install.js.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.js +4 -4
- package/dist/src/unstable/packs/operations/new-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/publish.js +9 -15
- package/dist/src/unstable/packs/operations/publish.js.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.js +5 -5
- package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.js +2 -2
- package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
- package/dist/src/unstable/plan/apply-plan.js +2 -2
- package/dist/src/unstable/plan/apply-plan.js.map +1 -1
- package/dist/src/unstable/plan/resolve-plan.js +3 -3
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +45 -10
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +429 -447
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +102 -184
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/client.d.ts +3 -1
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/error-mapping.d.ts +7 -25
- package/dist/src/unstable/registry/error-mapping.d.ts.map +1 -1
- package/dist/src/unstable/registry/error-mapping.js +15 -154
- package/dist/src/unstable/registry/error-mapping.js.map +1 -1
- package/dist/src/unstable/registry/index.d.ts +1 -1
- package/dist/src/unstable/registry/index.d.ts.map +1 -1
- package/dist/src/unstable/registry/index.js +1 -1
- package/dist/src/unstable/registry/index.js.map +1 -1
- package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/local-client.js +7 -6
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +27 -144
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/registry/schema.d.ts +11 -2
- package/dist/src/unstable/registry/schema.d.ts.map +1 -1
- package/dist/src/unstable/registry/schema.js +5 -3
- package/dist/src/unstable/registry/schema.js.map +1 -1
- package/dist/src/unstable/registry/translate.d.ts +19 -0
- package/dist/src/unstable/registry/translate.d.ts.map +1 -0
- package/dist/src/unstable/registry/translate.js +142 -0
- package/dist/src/unstable/registry/translate.js.map +1 -0
- package/dist/src/unstable/registry/utils.js +4 -4
- package/dist/src/unstable/registry/utils.js.map +1 -1
- package/dist/src/unstable/settings/ignored-patterns.js +2 -2
- package/dist/src/unstable/settings/ignored-patterns.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +1 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +5 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/settings/settings.js +3 -3
- package/dist/src/unstable/settings/settings.js.map +1 -1
- package/dist/src/unstable/skills/manager.js +1 -1
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/skills/materialization.js +4 -4
- package/dist/src/unstable/skills/materialization.js.map +1 -1
- package/dist/src/unstable/skills/operations/copy.js +3 -3
- package/dist/src/unstable/skills/operations/copy.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +2 -2
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +1 -1
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +5 -5
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.js +4 -4
- package/dist/src/unstable/skills/operations/new-skill.js.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/publish.js +10 -17
- package/dist/src/unstable/skills/operations/publish.js.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +2 -2
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.js +2 -2
- package/dist/src/unstable/source-resolution/providers/azurerepos/repo-exists.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.js +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git-hosting.js +3 -3
- package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git.js +2 -2
- package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.js +1 -1
- package/dist/src/unstable/source-resolution/providers/github/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/github/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/github/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.js +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/resolve-repo.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.js +2 -2
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/url.js +3 -3
- package/dist/src/unstable/source-resolution/providers/gitlab/url.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/local.js +2 -2
- package/dist/src/unstable/source-resolution/providers/local.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js +2 -2
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.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 +4 -3
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-identifier.js +5 -5
- package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.js +23 -23
- package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.js +4 -4
- package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
- package/dist/src/unstable/subagents/manager.js +7 -7
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.d.ts +9 -2
- package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +2 -2
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +2 -2
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.js +12 -19
- package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
- package/dist/src/unstable/subagents/subagent-content.js +4 -4
- package/dist/src/unstable/subagents/subagent-content.js.map +1 -1
- package/dist/src/unstable/update-check/update-check.d.ts +5 -7
- package/dist/src/unstable/update-check/update-check.d.ts.map +1 -1
- package/dist/src/unstable/update-check/update-check.js +6 -9
- package/dist/src/unstable/update-check/update-check.js.map +1 -1
- package/dist/src/unstable/utils/build-zip-archive.js +3 -3
- package/dist/src/unstable/utils/build-zip-archive.js.map +1 -1
- package/dist/src/unstable/utils/create-symlink.js +4 -4
- package/dist/src/unstable/utils/create-symlink.js.map +1 -1
- package/dist/src/unstable/version-resolution/version-resolution.js +5 -5
- package/dist/src/unstable/version-resolution/version-resolution.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +18 -18
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.js +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/timeout.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +4 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.js +5 -5
- package/dist/src/unstable/workspace/initialization.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/skills.js +2 -2
- package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.js +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +6 -6
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.js +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -1
- package/dist/src/unstable/workspace/service.js +6 -6
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/package.json +2 -2
- package/site-content/__generated__/schemas/command.schema.json +110 -20
- package/site-content/__generated__/schemas/mcp-server.schema.json +110 -20
- package/site-content/__generated__/schemas/pack.schema.json +110 -20
- package/site-content/__generated__/schemas/settings.schema.json +5 -0
- package/site-content/__generated__/schemas/skill.schema.json +110 -20
- package/site-content/__generated__/schemas/subagent.schema.json +110 -20
|
@@ -24,6 +24,114 @@
|
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
|
+
"Repository": {
|
|
28
|
+
"anyOf": [
|
|
29
|
+
{
|
|
30
|
+
"type": "string",
|
|
31
|
+
"examples": ["https://github.com/acme/code-review", "github:acme/code-review"],
|
|
32
|
+
"format": "uri-reference"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"type": {
|
|
38
|
+
"anyOf": [
|
|
39
|
+
{
|
|
40
|
+
"type": "string",
|
|
41
|
+
"allOf": [
|
|
42
|
+
{
|
|
43
|
+
"minLength": 1,
|
|
44
|
+
"description": "Version control system (e.g., `git`).",
|
|
45
|
+
"examples": ["git"]
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{ "type": "null" }
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"url": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"allOf": [
|
|
55
|
+
{
|
|
56
|
+
"minLength": 1,
|
|
57
|
+
"description": "Repository URL.",
|
|
58
|
+
"examples": ["https://github.com/acme/code-review"],
|
|
59
|
+
"format": "uri"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"directory": {
|
|
64
|
+
"anyOf": [
|
|
65
|
+
{
|
|
66
|
+
"type": "string",
|
|
67
|
+
"allOf": [
|
|
68
|
+
{
|
|
69
|
+
"minLength": 1,
|
|
70
|
+
"description": "Subdirectory within the repository, for monorepo publishers.",
|
|
71
|
+
"examples": ["packages/code-review"]
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{ "type": "null" }
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"required": ["url"],
|
|
80
|
+
"additionalProperties": false
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"title": "Repository",
|
|
84
|
+
"description": "Source repository for this extension. Accepts a URL string (or `host:owner/repo` shorthand) or an object with `type`, `url`, and optional `directory`."
|
|
85
|
+
},
|
|
86
|
+
"Bugs": {
|
|
87
|
+
"anyOf": [
|
|
88
|
+
{
|
|
89
|
+
"type": "string",
|
|
90
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
91
|
+
"format": "uri"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"url": {
|
|
97
|
+
"anyOf": [
|
|
98
|
+
{
|
|
99
|
+
"type": "string",
|
|
100
|
+
"allOf": [
|
|
101
|
+
{
|
|
102
|
+
"minLength": 1,
|
|
103
|
+
"description": "Issue tracker URL.",
|
|
104
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
105
|
+
"format": "uri"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{ "type": "null" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"email": {
|
|
113
|
+
"anyOf": [
|
|
114
|
+
{
|
|
115
|
+
"type": "string",
|
|
116
|
+
"allOf": [
|
|
117
|
+
{
|
|
118
|
+
"minLength": 1,
|
|
119
|
+
"description": "Contact email for bug reports.",
|
|
120
|
+
"examples": ["bugs@acme.dev"],
|
|
121
|
+
"format": "email"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{ "type": "null" }
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"additionalProperties": false
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"title": "Bugs",
|
|
133
|
+
"description": "Where to report bugs against this extension. Accepts a URL string or an object with optional `url` and `email`."
|
|
134
|
+
},
|
|
27
135
|
"Author": {
|
|
28
136
|
"type": "object",
|
|
29
137
|
"properties": {
|
|
@@ -107,16 +215,7 @@
|
|
|
107
215
|
{ "type": "null" }
|
|
108
216
|
]
|
|
109
217
|
},
|
|
110
|
-
"repository": {
|
|
111
|
-
"anyOf": [
|
|
112
|
-
{
|
|
113
|
-
"type": "string",
|
|
114
|
-
"examples": ["https://github.com/acme/code-review"],
|
|
115
|
-
"format": "uri"
|
|
116
|
-
},
|
|
117
|
-
{ "type": "null" }
|
|
118
|
-
]
|
|
119
|
-
},
|
|
218
|
+
"repository": { "anyOf": [{ "$ref": "#/definitions/Repository" }, { "type": "null" }] },
|
|
120
219
|
"homepage": {
|
|
121
220
|
"anyOf": [
|
|
122
221
|
{ "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
|
|
@@ -129,16 +228,7 @@
|
|
|
129
228
|
{ "type": "null" }
|
|
130
229
|
]
|
|
131
230
|
},
|
|
132
|
-
"bugs": {
|
|
133
|
-
"anyOf": [
|
|
134
|
-
{
|
|
135
|
-
"type": "string",
|
|
136
|
-
"examples": ["https://github.com/acme/code-review/issues"],
|
|
137
|
-
"format": "uri"
|
|
138
|
-
},
|
|
139
|
-
{ "type": "null" }
|
|
140
|
-
]
|
|
141
|
-
},
|
|
231
|
+
"bugs": { "anyOf": [{ "$ref": "#/definitions/Bugs" }, { "type": "null" }] },
|
|
142
232
|
"authors": {
|
|
143
233
|
"anyOf": [
|
|
144
234
|
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
@@ -486,6 +486,11 @@
|
|
|
486
486
|
"AxmSettings": {
|
|
487
487
|
"type": "object",
|
|
488
488
|
"properties": {
|
|
489
|
+
"$schema": {
|
|
490
|
+
"type": "string",
|
|
491
|
+
"description": "URL to the AXM settings JSON Schema. Editors use this to provide autocomplete and validation.",
|
|
492
|
+
"examples": ["https://axm.sh/schemas/settings.schema.json"]
|
|
493
|
+
},
|
|
489
494
|
"telemetry": {
|
|
490
495
|
"anyOf": [{ "$ref": "#/definitions/TelemetryMode" }],
|
|
491
496
|
"description": "Workspace telemetry mode: full, errors-only, or disabled."
|
|
@@ -24,6 +24,114 @@
|
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
|
+
"Repository": {
|
|
28
|
+
"anyOf": [
|
|
29
|
+
{
|
|
30
|
+
"type": "string",
|
|
31
|
+
"examples": ["https://github.com/acme/code-review", "github:acme/code-review"],
|
|
32
|
+
"format": "uri-reference"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"type": {
|
|
38
|
+
"anyOf": [
|
|
39
|
+
{
|
|
40
|
+
"type": "string",
|
|
41
|
+
"allOf": [
|
|
42
|
+
{
|
|
43
|
+
"minLength": 1,
|
|
44
|
+
"description": "Version control system (e.g., `git`).",
|
|
45
|
+
"examples": ["git"]
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{ "type": "null" }
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"url": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"allOf": [
|
|
55
|
+
{
|
|
56
|
+
"minLength": 1,
|
|
57
|
+
"description": "Repository URL.",
|
|
58
|
+
"examples": ["https://github.com/acme/code-review"],
|
|
59
|
+
"format": "uri"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"directory": {
|
|
64
|
+
"anyOf": [
|
|
65
|
+
{
|
|
66
|
+
"type": "string",
|
|
67
|
+
"allOf": [
|
|
68
|
+
{
|
|
69
|
+
"minLength": 1,
|
|
70
|
+
"description": "Subdirectory within the repository, for monorepo publishers.",
|
|
71
|
+
"examples": ["packages/code-review"]
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{ "type": "null" }
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"required": ["url"],
|
|
80
|
+
"additionalProperties": false
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"title": "Repository",
|
|
84
|
+
"description": "Source repository for this extension. Accepts a URL string (or `host:owner/repo` shorthand) or an object with `type`, `url`, and optional `directory`."
|
|
85
|
+
},
|
|
86
|
+
"Bugs": {
|
|
87
|
+
"anyOf": [
|
|
88
|
+
{
|
|
89
|
+
"type": "string",
|
|
90
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
91
|
+
"format": "uri"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"url": {
|
|
97
|
+
"anyOf": [
|
|
98
|
+
{
|
|
99
|
+
"type": "string",
|
|
100
|
+
"allOf": [
|
|
101
|
+
{
|
|
102
|
+
"minLength": 1,
|
|
103
|
+
"description": "Issue tracker URL.",
|
|
104
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
105
|
+
"format": "uri"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{ "type": "null" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"email": {
|
|
113
|
+
"anyOf": [
|
|
114
|
+
{
|
|
115
|
+
"type": "string",
|
|
116
|
+
"allOf": [
|
|
117
|
+
{
|
|
118
|
+
"minLength": 1,
|
|
119
|
+
"description": "Contact email for bug reports.",
|
|
120
|
+
"examples": ["bugs@acme.dev"],
|
|
121
|
+
"format": "email"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{ "type": "null" }
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"additionalProperties": false
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"title": "Bugs",
|
|
133
|
+
"description": "Where to report bugs against this extension. Accepts a URL string or an object with optional `url` and `email`."
|
|
134
|
+
},
|
|
27
135
|
"Author": {
|
|
28
136
|
"type": "object",
|
|
29
137
|
"properties": {
|
|
@@ -96,16 +204,7 @@
|
|
|
96
204
|
{ "type": "null" }
|
|
97
205
|
]
|
|
98
206
|
},
|
|
99
|
-
"repository": {
|
|
100
|
-
"anyOf": [
|
|
101
|
-
{
|
|
102
|
-
"type": "string",
|
|
103
|
-
"examples": ["https://github.com/acme/code-review"],
|
|
104
|
-
"format": "uri"
|
|
105
|
-
},
|
|
106
|
-
{ "type": "null" }
|
|
107
|
-
]
|
|
108
|
-
},
|
|
207
|
+
"repository": { "anyOf": [{ "$ref": "#/definitions/Repository" }, { "type": "null" }] },
|
|
109
208
|
"homepage": {
|
|
110
209
|
"anyOf": [
|
|
111
210
|
{ "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
|
|
@@ -118,16 +217,7 @@
|
|
|
118
217
|
{ "type": "null" }
|
|
119
218
|
]
|
|
120
219
|
},
|
|
121
|
-
"bugs": {
|
|
122
|
-
"anyOf": [
|
|
123
|
-
{
|
|
124
|
-
"type": "string",
|
|
125
|
-
"examples": ["https://github.com/acme/code-review/issues"],
|
|
126
|
-
"format": "uri"
|
|
127
|
-
},
|
|
128
|
-
{ "type": "null" }
|
|
129
|
-
]
|
|
130
|
-
},
|
|
220
|
+
"bugs": { "anyOf": [{ "$ref": "#/definitions/Bugs" }, { "type": "null" }] },
|
|
131
221
|
"authors": {
|
|
132
222
|
"anyOf": [
|
|
133
223
|
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
@@ -24,6 +24,114 @@
|
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
|
+
"Repository": {
|
|
28
|
+
"anyOf": [
|
|
29
|
+
{
|
|
30
|
+
"type": "string",
|
|
31
|
+
"examples": ["https://github.com/acme/code-review", "github:acme/code-review"],
|
|
32
|
+
"format": "uri-reference"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"type": {
|
|
38
|
+
"anyOf": [
|
|
39
|
+
{
|
|
40
|
+
"type": "string",
|
|
41
|
+
"allOf": [
|
|
42
|
+
{
|
|
43
|
+
"minLength": 1,
|
|
44
|
+
"description": "Version control system (e.g., `git`).",
|
|
45
|
+
"examples": ["git"]
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{ "type": "null" }
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"url": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"allOf": [
|
|
55
|
+
{
|
|
56
|
+
"minLength": 1,
|
|
57
|
+
"description": "Repository URL.",
|
|
58
|
+
"examples": ["https://github.com/acme/code-review"],
|
|
59
|
+
"format": "uri"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"directory": {
|
|
64
|
+
"anyOf": [
|
|
65
|
+
{
|
|
66
|
+
"type": "string",
|
|
67
|
+
"allOf": [
|
|
68
|
+
{
|
|
69
|
+
"minLength": 1,
|
|
70
|
+
"description": "Subdirectory within the repository, for monorepo publishers.",
|
|
71
|
+
"examples": ["packages/code-review"]
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{ "type": "null" }
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"required": ["url"],
|
|
80
|
+
"additionalProperties": false
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"title": "Repository",
|
|
84
|
+
"description": "Source repository for this extension. Accepts a URL string (or `host:owner/repo` shorthand) or an object with `type`, `url`, and optional `directory`."
|
|
85
|
+
},
|
|
86
|
+
"Bugs": {
|
|
87
|
+
"anyOf": [
|
|
88
|
+
{
|
|
89
|
+
"type": "string",
|
|
90
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
91
|
+
"format": "uri"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"url": {
|
|
97
|
+
"anyOf": [
|
|
98
|
+
{
|
|
99
|
+
"type": "string",
|
|
100
|
+
"allOf": [
|
|
101
|
+
{
|
|
102
|
+
"minLength": 1,
|
|
103
|
+
"description": "Issue tracker URL.",
|
|
104
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
105
|
+
"format": "uri"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{ "type": "null" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"email": {
|
|
113
|
+
"anyOf": [
|
|
114
|
+
{
|
|
115
|
+
"type": "string",
|
|
116
|
+
"allOf": [
|
|
117
|
+
{
|
|
118
|
+
"minLength": 1,
|
|
119
|
+
"description": "Contact email for bug reports.",
|
|
120
|
+
"examples": ["bugs@acme.dev"],
|
|
121
|
+
"format": "email"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{ "type": "null" }
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"additionalProperties": false
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"title": "Bugs",
|
|
133
|
+
"description": "Where to report bugs against this extension. Accepts a URL string or an object with optional `url` and `email`."
|
|
134
|
+
},
|
|
27
135
|
"Author": {
|
|
28
136
|
"type": "object",
|
|
29
137
|
"properties": {
|
|
@@ -96,16 +204,7 @@
|
|
|
96
204
|
{ "type": "null" }
|
|
97
205
|
]
|
|
98
206
|
},
|
|
99
|
-
"repository": {
|
|
100
|
-
"anyOf": [
|
|
101
|
-
{
|
|
102
|
-
"type": "string",
|
|
103
|
-
"examples": ["https://github.com/acme/code-review"],
|
|
104
|
-
"format": "uri"
|
|
105
|
-
},
|
|
106
|
-
{ "type": "null" }
|
|
107
|
-
]
|
|
108
|
-
},
|
|
207
|
+
"repository": { "anyOf": [{ "$ref": "#/definitions/Repository" }, { "type": "null" }] },
|
|
109
208
|
"homepage": {
|
|
110
209
|
"anyOf": [
|
|
111
210
|
{ "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
|
|
@@ -118,16 +217,7 @@
|
|
|
118
217
|
{ "type": "null" }
|
|
119
218
|
]
|
|
120
219
|
},
|
|
121
|
-
"bugs": {
|
|
122
|
-
"anyOf": [
|
|
123
|
-
{
|
|
124
|
-
"type": "string",
|
|
125
|
-
"examples": ["https://github.com/acme/code-review/issues"],
|
|
126
|
-
"format": "uri"
|
|
127
|
-
},
|
|
128
|
-
{ "type": "null" }
|
|
129
|
-
]
|
|
130
|
-
},
|
|
220
|
+
"bugs": { "anyOf": [{ "$ref": "#/definitions/Bugs" }, { "type": "null" }] },
|
|
131
221
|
"authors": {
|
|
132
222
|
"anyOf": [
|
|
133
223
|
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|