@agentxm/client-core 0.19.1 → 0.19.3

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.
Files changed (69) hide show
  1. package/dist/src/unstable/agent-capabilities/derive.d.ts +9 -9
  2. package/dist/src/unstable/app-error/builders.js +2 -2
  3. package/dist/src/unstable/app-error/builders.js.map +1 -1
  4. package/dist/src/unstable/commands/operations/publish.d.ts +2 -2
  5. package/dist/src/unstable/commands/operations/publish.js +3 -3
  6. package/dist/src/unstable/commands/operations/publish.js.map +1 -1
  7. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +16 -15
  8. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
  9. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  10. package/dist/src/unstable/extensions/common.js +4 -2
  11. package/dist/src/unstable/extensions/common.js.map +1 -1
  12. package/dist/src/unstable/install-meta/install-meta.d.ts +4 -4
  13. package/dist/src/unstable/install-meta/install-meta.d.ts.map +1 -1
  14. package/dist/src/unstable/lint/cli.d.ts +1 -1
  15. package/dist/src/unstable/lint/cli.js +1 -1
  16. package/dist/src/unstable/lockfile/lockfile.d.ts +733 -760
  17. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  18. package/dist/src/unstable/mcps/operations/publish.d.ts +2 -2
  19. package/dist/src/unstable/mcps/operations/publish.js +3 -3
  20. package/dist/src/unstable/mcps/operations/publish.js.map +1 -1
  21. package/dist/src/unstable/packaging/reader-io.d.ts +2 -2
  22. package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
  23. package/dist/src/unstable/packs/operations/publish.js +3 -3
  24. package/dist/src/unstable/packs/operations/publish.js.map +1 -1
  25. package/dist/src/unstable/plan/index.d.ts +1 -2
  26. package/dist/src/unstable/plan/index.d.ts.map +1 -1
  27. package/dist/src/unstable/plan/index.js +1 -2
  28. package/dist/src/unstable/plan/index.js.map +1 -1
  29. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  30. package/dist/src/unstable/registry/admin-client.d.ts +42 -42
  31. package/dist/src/unstable/registry/admin-client.d.ts.map +1 -1
  32. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  33. package/dist/src/unstable/registry/local-client.js +0 -4
  34. package/dist/src/unstable/registry/local-client.js.map +1 -1
  35. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  36. package/dist/src/unstable/settings/schema.js +27 -9
  37. package/dist/src/unstable/settings/schema.js.map +1 -1
  38. package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
  39. package/dist/src/unstable/skills/operations/publish.js +3 -3
  40. package/dist/src/unstable/skills/operations/publish.js.map +1 -1
  41. package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts +9 -8
  42. package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts.map +1 -1
  43. package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts +9 -9
  44. package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts.map +1 -1
  45. package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts +8 -7
  46. package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts.map +1 -1
  47. package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts +8 -8
  48. package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts.map +1 -1
  49. package/dist/src/unstable/source-resolution/providers/github/scp.d.ts +8 -7
  50. package/dist/src/unstable/source-resolution/providers/github/scp.d.ts.map +1 -1
  51. package/dist/src/unstable/source-resolution/providers/github/url.d.ts +8 -8
  52. package/dist/src/unstable/source-resolution/providers/github/url.d.ts.map +1 -1
  53. package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts +8 -7
  54. package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts.map +1 -1
  55. package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts +8 -8
  56. package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts.map +1 -1
  57. package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
  58. package/dist/src/unstable/subagents/operations/publish.js +3 -3
  59. package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
  60. package/dist/src/unstable/telemetry/__generated__/telemetry-client.js.map +1 -1
  61. package/dist/src/unstable/update-check/update-check.d.ts +4 -4
  62. package/dist/src/unstable/update-check/update-check.d.ts.map +1 -1
  63. package/dist/src/unstable/workspace/initialization.d.ts +386 -394
  64. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  65. package/dist/src/unstable/workspace/service.d.ts +557 -586
  66. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  67. package/package.json +6 -6
  68. package/site-content/__generated__/schemas/pack.schema.json +18 -14
  69. package/site-content/__generated__/schemas/settings.schema.json +99 -36
@@ -1 +1 @@
1
- {"version":3,"file":"initialization.d.ts","sourceRoot":"","sources":["../../../../src/unstable/workspace/initialization.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAmBxC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AASvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAIxE,OAAO,EAAE,KAAK,iBAAiB,EAA8B,MAAM,YAAY,CAAC;AAigBhF,eAAO,MAAM,0BAA0B,GAAI,UAAU,MAAM,EAAE,SAAS,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sNAM3F,CAAC;AAEL;;;;;;GAMG;AACH,eAAO,MAAM,gCAAgC,GAAI,WAAW,MAAM,4GAqC9D,CAAC;AAEL;;;;;;;;GAQG;AACH,eAAO,MAAM,iCAAiC,GAC5C,UAAU,MAAM,EAChB,SAAS,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sNA+BhC,CAAC;AAEL,eAAO,MAAM,kBAAkB,GAAI,SAAS,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sNA+BjE,CAAC"}
1
+ {"version":3,"file":"initialization.d.ts","sourceRoot":"","sources":["../../../../src/unstable/workspace/initialization.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAmBxC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AASvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAIxE,OAAO,EAAE,KAAK,iBAAiB,EAA8B,MAAM,YAAY,CAAC;AAigBhF,eAAO,MAAM,0BAA0B,GAAI,UAAU,MAAM,EAAE,SAAS,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sNAM3F,CAAC;AAEL;;;;;;GAMG;AACH,eAAO,MAAM,gCAAgC,GAAI,WAAW,MAAM,4GAqC9D,CAAC;AAEL;;;;;;;;GAQG;AACH,eAAO,MAAM,iCAAiC,GAC5C,UAAU,MAAM,EAChB,SAAS,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sNA+BhC,CAAC;AAEL,eAAO,MAAM,kBAAkB,GAAI,SAAS,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sNA+BjE,CAAC"}