@agentxm/client-core 0.22.4 → 0.22.6

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 (143) hide show
  1. package/dist/src/unstable/commands/install-artifact.d.ts +7 -0
  2. package/dist/src/unstable/commands/install-artifact.d.ts.map +1 -1
  3. package/dist/src/unstable/commands/install-artifact.js +5 -20
  4. package/dist/src/unstable/commands/install-artifact.js.map +1 -1
  5. package/dist/src/unstable/commands/manager.d.ts.map +1 -1
  6. package/dist/src/unstable/commands/manager.js +36 -30
  7. package/dist/src/unstable/commands/manager.js.map +1 -1
  8. package/dist/src/unstable/commands/operations/disable.d.ts +3 -4
  9. package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
  10. package/dist/src/unstable/commands/operations/disable.js +15 -64
  11. package/dist/src/unstable/commands/operations/disable.js.map +1 -1
  12. package/dist/src/unstable/commands/operations/enable.d.ts +1 -1
  13. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  14. package/dist/src/unstable/commands/operations/enable.js +7 -8
  15. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  16. package/dist/src/unstable/commands/operations/install.d.ts +2 -2
  17. package/dist/src/unstable/commands/operations/install.js +4 -4
  18. package/dist/src/unstable/commands/operations/install.js.map +1 -1
  19. package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
  20. package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
  21. package/dist/src/unstable/commands/operations/uninstall.js +9 -18
  22. package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
  23. package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
  24. package/dist/src/unstable/commands/reconciliation-adapter.js +0 -1
  25. package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
  26. package/dist/src/unstable/files/manager.d.ts.map +1 -1
  27. package/dist/src/unstable/files/manager.js +30 -27
  28. package/dist/src/unstable/files/manager.js.map +1 -1
  29. package/dist/src/unstable/files/materialization.d.ts +1 -2
  30. package/dist/src/unstable/files/materialization.d.ts.map +1 -1
  31. package/dist/src/unstable/files/materialization.js +6 -6
  32. package/dist/src/unstable/files/materialization.js.map +1 -1
  33. package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
  34. package/dist/src/unstable/hooks/manager.js +12 -13
  35. package/dist/src/unstable/hooks/manager.js.map +1 -1
  36. package/dist/src/unstable/knowledge/manager.d.ts.map +1 -1
  37. package/dist/src/unstable/knowledge/manager.js +12 -28
  38. package/dist/src/unstable/knowledge/manager.js.map +1 -1
  39. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts +7 -2
  40. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts.map +1 -1
  41. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js +11 -43
  42. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js.map +1 -1
  43. package/dist/src/unstable/lint/catalog/workspace.d.ts +2 -2
  44. package/dist/src/unstable/lint/catalog/workspace.js +3 -3
  45. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -1
  46. package/dist/src/unstable/lint/cli.d.ts.map +1 -1
  47. package/dist/src/unstable/lint/cli.js +0 -22
  48. package/dist/src/unstable/lint/cli.js.map +1 -1
  49. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  50. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  51. package/dist/src/unstable/lockfile/index.js +1 -1
  52. package/dist/src/unstable/lockfile/index.js.map +1 -1
  53. package/dist/src/unstable/lockfile/lockfile.d.ts +62 -959
  54. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  55. package/dist/src/unstable/lockfile/lockfile.js +26 -4
  56. package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
  57. package/dist/src/unstable/lockfile/schema.d.ts +12 -1130
  58. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  59. package/dist/src/unstable/lockfile/schema.js +32 -81
  60. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  61. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  62. package/dist/src/unstable/packs/operations/unpack.js +0 -3
  63. package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
  64. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +56 -47
  65. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  66. package/dist/src/unstable/registry/__generated__/registry-client.js +8 -3
  67. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  68. package/dist/src/unstable/registry/admin-client.d.ts +4 -4
  69. package/dist/src/unstable/registry/client.d.ts +2 -0
  70. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  71. package/dist/src/unstable/registry/client.js.map +1 -1
  72. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  73. package/dist/src/unstable/registry/local-client.js +7 -0
  74. package/dist/src/unstable/registry/local-client.js.map +1 -1
  75. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  76. package/dist/src/unstable/registry/remote-client.js +3 -1
  77. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  78. package/dist/src/unstable/rules/manager.d.ts.map +1 -1
  79. package/dist/src/unstable/rules/manager.js +8 -13
  80. package/dist/src/unstable/rules/manager.js.map +1 -1
  81. package/dist/src/unstable/skills/manager.d.ts +1 -1
  82. package/dist/src/unstable/skills/manager.d.ts.map +1 -1
  83. package/dist/src/unstable/skills/manager.js +6 -33
  84. package/dist/src/unstable/skills/manager.js.map +1 -1
  85. package/dist/src/unstable/skills/operations/disable.d.ts +3 -3
  86. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  87. package/dist/src/unstable/skills/operations/disable.js +15 -69
  88. package/dist/src/unstable/skills/operations/disable.js.map +1 -1
  89. package/dist/src/unstable/skills/operations/enable.d.ts +2 -3
  90. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  91. package/dist/src/unstable/skills/operations/enable.js +3 -28
  92. package/dist/src/unstable/skills/operations/enable.js.map +1 -1
  93. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  94. package/dist/src/unstable/skills/operations/install.js +1 -14
  95. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  96. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  97. package/dist/src/unstable/skills/operations/uninstall.js +15 -43
  98. package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
  99. package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
  100. package/dist/src/unstable/skills/reconciliation-adapter.js +0 -1
  101. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  102. package/dist/src/unstable/sources/source-to-lock-entry.d.ts +0 -1
  103. package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
  104. package/dist/src/unstable/sources/source-to-lock-entry.js +0 -1
  105. package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
  106. package/dist/src/unstable/subagents/lock-entry-builder.d.ts +1 -1
  107. package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
  108. package/dist/src/unstable/subagents/lock-entry-builder.js +3 -6
  109. package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
  110. package/dist/src/unstable/subagents/manager.d.ts +1 -1
  111. package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
  112. package/dist/src/unstable/subagents/manager.js +72 -58
  113. package/dist/src/unstable/subagents/manager.js.map +1 -1
  114. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  115. package/dist/src/unstable/subagents/operations/disable.js +27 -13
  116. package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
  117. package/dist/src/unstable/subagents/operations/enable.d.ts +1 -1
  118. package/dist/src/unstable/subagents/operations/enable.js +5 -5
  119. package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
  120. package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
  121. package/dist/src/unstable/subagents/reconciliation-adapter.js +0 -1
  122. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  123. package/dist/src/unstable/workspace/initialization.d.ts +4 -4
  124. package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
  125. package/dist/src/unstable/workspace/read-model-record-readers.js +6 -34
  126. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  127. package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts +2 -0
  128. package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts.map +1 -1
  129. package/dist/src/unstable/workspace/rendered-file-cleanup.js +17 -0
  130. package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -1
  131. package/dist/src/unstable/workspace/service-interface.d.ts +19 -1
  132. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  133. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  134. package/dist/src/unstable/workspace/service.d.ts +60 -959
  135. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  136. package/dist/src/unstable/workspace/service.js +1 -18
  137. package/dist/src/unstable/workspace/service.js.map +1 -1
  138. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -1
  139. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  140. package/dist/src/unstable/workspace/test-stubs.js +0 -5
  141. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  142. package/package.json +2 -2
  143. package/site-content/__generated__/schemas/axm-lock.schema.json +59 -1060
@@ -6,31 +6,6 @@
6
6
  "SourceSegment": { "type": "string", "allOf": [{ "minLength": 1 }] },
7
7
  "SourceSubPath": { "type": "string", "allOf": [{ "minLength": 1 }] },
8
8
  "IsoDateTimeString": { "type": "string", "allOf": [{ "minLength": 1 }] },
9
- "CapabilityRenderInput": {
10
- "type": "object",
11
- "properties": {
12
- "sourceHash": { "type": "string" },
13
- "agent": { "type": "string", "allOf": [{ "minLength": 1 }] },
14
- "catalogVersion": { "type": "string", "allOf": [{ "minLength": 1 }] },
15
- "dslVersion": { "type": "string", "allOf": [{ "minLength": 1 }] },
16
- "capabilityHash": { "type": "string" },
17
- "referencedCapabilities": {
18
- "type": "array",
19
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
20
- }
21
- },
22
- "required": [
23
- "sourceHash",
24
- "agent",
25
- "catalogVersion",
26
- "dslVersion",
27
- "capabilityHash",
28
- "referencedCapabilities"
29
- ],
30
- "additionalProperties": false,
31
- "title": "Capability Render Input",
32
- "description": "Pinned source, target, catalog, DSL, and referenced-capability inputs for a rendered artifact."
33
- },
34
9
  "Handle": {
35
10
  "type": "string",
36
11
  "allOf": [
@@ -84,9 +59,6 @@
84
59
  { "type": "null" }
85
60
  ]
86
61
  },
87
- "syncedAgents": {
88
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
89
- },
90
62
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
91
63
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
92
64
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -119,27 +91,6 @@
119
91
  "title": "Files Resolved Inputs Map",
120
92
  "description": "Scalar input values resolved for a Context Files package lock entry."
121
93
  },
122
- "FilesMaterializationMode": {
123
- "type": "string",
124
- "enum": ["sync-once", "sync-always", "managed-region"],
125
- "title": "Files Materialization Mode",
126
- "description": "How AXM owns or preserves the materialized target."
127
- },
128
- "MaterializedFileTarget": {
129
- "type": "object",
130
- "properties": {
131
- "target": { "type": "string" },
132
- "mode": { "$ref": "#/definitions/FilesMaterializationMode" },
133
- "region": {
134
- "anyOf": [{ "type": "string", "allOf": [{ "minLength": 1 }] }, { "type": "null" }]
135
- },
136
- "renderHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
137
- },
138
- "required": ["target", "mode"],
139
- "additionalProperties": false,
140
- "title": "Materialized File Target",
141
- "description": "A workspace target written by a Context Files package, plus optional region and render hash."
142
- },
143
94
  "ExtensionFqn": {
144
95
  "type": "string",
145
96
  "allOf": [
@@ -396,7 +347,7 @@
396
347
  "lockfileVersion": {
397
348
  "type": "integer",
398
349
  "allOf": [
399
- { "minimum": 1, "description": "Lockfile schema version (currently 2).", "default": 2 }
350
+ { "minimum": 1, "description": "Lockfile schema version (currently 3).", "default": 3 }
400
351
  ]
401
352
  },
402
353
  "skills": {
@@ -418,52 +369,13 @@
418
369
  "path": {
419
370
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
420
371
  },
421
- "agents": { "type": "array", "items": { "type": "string" } },
422
372
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
423
373
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
424
374
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
425
375
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
426
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
427
- "renderedFiles": {
428
- "anyOf": [
429
- {
430
- "type": "object",
431
- "additionalProperties": {
432
- "type": "array",
433
- "items": {
434
- "type": "object",
435
- "properties": { "path": { "type": "string" } },
436
- "required": ["path"],
437
- "additionalProperties": false
438
- }
439
- }
440
- },
441
- { "type": "null" }
442
- ]
443
- },
444
- "renderInputs": {
445
- "anyOf": [
446
- {
447
- "type": "object",
448
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
449
- },
450
- { "type": "null" }
451
- ]
452
- },
453
- "degradedRenders": {
454
- "anyOf": [
455
- {
456
- "type": "object",
457
- "additionalProperties": {
458
- "type": "array",
459
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
460
- }
461
- },
462
- { "type": "null" }
463
- ]
464
- }
376
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
465
377
  },
466
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
378
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
467
379
  "additionalProperties": false
468
380
  },
469
381
  {
@@ -481,52 +393,13 @@
481
393
  "path": {
482
394
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
483
395
  },
484
- "agents": { "type": "array", "items": { "type": "string" } },
485
396
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
486
397
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
487
398
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
488
399
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
489
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
490
- "renderedFiles": {
491
- "anyOf": [
492
- {
493
- "type": "object",
494
- "additionalProperties": {
495
- "type": "array",
496
- "items": {
497
- "type": "object",
498
- "properties": { "path": { "type": "string" } },
499
- "required": ["path"],
500
- "additionalProperties": false
501
- }
502
- }
503
- },
504
- { "type": "null" }
505
- ]
506
- },
507
- "renderInputs": {
508
- "anyOf": [
509
- {
510
- "type": "object",
511
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
512
- },
513
- { "type": "null" }
514
- ]
515
- },
516
- "degradedRenders": {
517
- "anyOf": [
518
- {
519
- "type": "object",
520
- "additionalProperties": {
521
- "type": "array",
522
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
523
- }
524
- },
525
- { "type": "null" }
526
- ]
527
- }
400
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
528
401
  },
529
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
402
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
530
403
  "additionalProperties": false
531
404
  },
532
405
  {
@@ -544,52 +417,13 @@
544
417
  "path": {
545
418
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
546
419
  },
547
- "agents": { "type": "array", "items": { "type": "string" } },
548
420
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
549
421
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
550
422
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
551
423
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
552
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
553
- "renderedFiles": {
554
- "anyOf": [
555
- {
556
- "type": "object",
557
- "additionalProperties": {
558
- "type": "array",
559
- "items": {
560
- "type": "object",
561
- "properties": { "path": { "type": "string" } },
562
- "required": ["path"],
563
- "additionalProperties": false
564
- }
565
- }
566
- },
567
- { "type": "null" }
568
- ]
569
- },
570
- "renderInputs": {
571
- "anyOf": [
572
- {
573
- "type": "object",
574
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
575
- },
576
- { "type": "null" }
577
- ]
578
- },
579
- "degradedRenders": {
580
- "anyOf": [
581
- {
582
- "type": "object",
583
- "additionalProperties": {
584
- "type": "array",
585
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
586
- }
587
- },
588
- { "type": "null" }
589
- ]
590
- }
424
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
591
425
  },
592
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
426
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
593
427
  "additionalProperties": false
594
428
  },
595
429
  {
@@ -608,60 +442,13 @@
608
442
  "path": {
609
443
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
610
444
  },
611
- "agents": { "type": "array", "items": { "type": "string" } },
612
445
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
613
446
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
614
447
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
615
448
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
616
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
617
- "renderedFiles": {
618
- "anyOf": [
619
- {
620
- "type": "object",
621
- "additionalProperties": {
622
- "type": "array",
623
- "items": {
624
- "type": "object",
625
- "properties": { "path": { "type": "string" } },
626
- "required": ["path"],
627
- "additionalProperties": false
628
- }
629
- }
630
- },
631
- { "type": "null" }
632
- ]
633
- },
634
- "renderInputs": {
635
- "anyOf": [
636
- {
637
- "type": "object",
638
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
639
- },
640
- { "type": "null" }
641
- ]
642
- },
643
- "degradedRenders": {
644
- "anyOf": [
645
- {
646
- "type": "object",
647
- "additionalProperties": {
648
- "type": "array",
649
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
650
- }
651
- },
652
- { "type": "null" }
653
- ]
654
- }
449
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
655
450
  },
656
- "required": [
657
- "type",
658
- "organization",
659
- "project",
660
- "repo",
661
- "agents",
662
- "installedAt",
663
- "updatedAt"
664
- ],
451
+ "required": ["type", "organization", "project", "repo", "installedAt", "updatedAt"],
665
452
  "additionalProperties": false
666
453
  },
667
454
  {
@@ -678,52 +465,13 @@
678
465
  "path": {
679
466
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
680
467
  },
681
- "agents": { "type": "array", "items": { "type": "string" } },
682
468
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
683
469
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
684
470
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
685
471
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
686
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
687
- "renderedFiles": {
688
- "anyOf": [
689
- {
690
- "type": "object",
691
- "additionalProperties": {
692
- "type": "array",
693
- "items": {
694
- "type": "object",
695
- "properties": { "path": { "type": "string" } },
696
- "required": ["path"],
697
- "additionalProperties": false
698
- }
699
- }
700
- },
701
- { "type": "null" }
702
- ]
703
- },
704
- "renderInputs": {
705
- "anyOf": [
706
- {
707
- "type": "object",
708
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
709
- },
710
- { "type": "null" }
711
- ]
712
- },
713
- "degradedRenders": {
714
- "anyOf": [
715
- {
716
- "type": "object",
717
- "additionalProperties": {
718
- "type": "array",
719
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
720
- }
721
- },
722
- { "type": "null" }
723
- ]
724
- }
472
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
725
473
  },
726
- "required": ["type", "url", "agents", "installedAt", "updatedAt"],
474
+ "required": ["type", "url", "installedAt", "updatedAt"],
727
475
  "additionalProperties": false
728
476
  },
729
477
  {
@@ -731,52 +479,13 @@
731
479
  "properties": {
732
480
  "type": { "type": "string", "enum": ["local"] },
733
481
  "path": { "type": "string" },
734
- "agents": { "type": "array", "items": { "type": "string" } },
735
482
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
736
483
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
737
484
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
738
485
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
739
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
740
- "renderedFiles": {
741
- "anyOf": [
742
- {
743
- "type": "object",
744
- "additionalProperties": {
745
- "type": "array",
746
- "items": {
747
- "type": "object",
748
- "properties": { "path": { "type": "string" } },
749
- "required": ["path"],
750
- "additionalProperties": false
751
- }
752
- }
753
- },
754
- { "type": "null" }
755
- ]
756
- },
757
- "renderInputs": {
758
- "anyOf": [
759
- {
760
- "type": "object",
761
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
762
- },
763
- { "type": "null" }
764
- ]
765
- },
766
- "degradedRenders": {
767
- "anyOf": [
768
- {
769
- "type": "object",
770
- "additionalProperties": {
771
- "type": "array",
772
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
773
- }
774
- },
775
- { "type": "null" }
776
- ]
777
- }
486
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
778
487
  },
779
- "required": ["type", "path", "agents", "installedAt", "updatedAt"],
488
+ "required": ["type", "path", "installedAt", "updatedAt"],
780
489
  "additionalProperties": false
781
490
  },
782
491
  {
@@ -794,50 +503,11 @@
794
503
  { "type": "null" }
795
504
  ]
796
505
  },
797
- "agents": { "type": "array", "items": { "type": "string" } },
798
506
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
799
507
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
800
508
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
801
509
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
802
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
803
- "renderedFiles": {
804
- "anyOf": [
805
- {
806
- "type": "object",
807
- "additionalProperties": {
808
- "type": "array",
809
- "items": {
810
- "type": "object",
811
- "properties": { "path": { "type": "string" } },
812
- "required": ["path"],
813
- "additionalProperties": false
814
- }
815
- }
816
- },
817
- { "type": "null" }
818
- ]
819
- },
820
- "renderInputs": {
821
- "anyOf": [
822
- {
823
- "type": "object",
824
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
825
- },
826
- { "type": "null" }
827
- ]
828
- },
829
- "degradedRenders": {
830
- "anyOf": [
831
- {
832
- "type": "object",
833
- "additionalProperties": {
834
- "type": "array",
835
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
836
- }
837
- },
838
- { "type": "null" }
839
- ]
840
- }
510
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
841
511
  },
842
512
  "required": [
843
513
  "type",
@@ -846,7 +516,6 @@
846
516
  "resolvedVersion",
847
517
  "integrity",
848
518
  "sourceName",
849
- "agents",
850
519
  "installedAt",
851
520
  "updatedAt"
852
521
  ],
@@ -860,49 +529,10 @@
860
529
  "extensionType": { "type": "string", "enum": ["skill"] },
861
530
  "name": { "$ref": "#/definitions/ExtensionName" },
862
531
  "version": { "$ref": "#/definitions/Version" },
863
- "agents": { "type": "array", "items": { "type": "string" } },
864
532
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
865
533
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
866
534
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
867
535
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
868
- "renderedFiles": {
869
- "anyOf": [
870
- {
871
- "type": "object",
872
- "additionalProperties": {
873
- "type": "array",
874
- "items": {
875
- "type": "object",
876
- "properties": { "path": { "type": "string" } },
877
- "required": ["path"],
878
- "additionalProperties": false
879
- }
880
- }
881
- },
882
- { "type": "null" }
883
- ]
884
- },
885
- "renderInputs": {
886
- "anyOf": [
887
- {
888
- "type": "object",
889
- "additionalProperties": { "$ref": "#/definitions/CapabilityRenderInput" }
890
- },
891
- { "type": "null" }
892
- ]
893
- },
894
- "degradedRenders": {
895
- "anyOf": [
896
- {
897
- "type": "object",
898
- "additionalProperties": {
899
- "type": "array",
900
- "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
901
- }
902
- },
903
- { "type": "null" }
904
- ]
905
- },
906
536
  "sourceHash": { "type": "string" }
907
537
  },
908
538
  "required": [
@@ -911,7 +541,6 @@
911
541
  "extensionType",
912
542
  "name",
913
543
  "version",
914
- "agents",
915
544
  "installedAt",
916
545
  "updatedAt",
917
546
  "sourceHash"
@@ -942,31 +571,13 @@
942
571
  "path": {
943
572
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
944
573
  },
945
- "agents": { "type": "array", "items": { "type": "string" } },
946
574
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
947
575
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
948
576
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
949
577
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
950
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
951
- "renderedFiles": {
952
- "anyOf": [
953
- {
954
- "type": "object",
955
- "additionalProperties": {
956
- "type": "array",
957
- "items": {
958
- "type": "object",
959
- "properties": { "path": { "type": "string" } },
960
- "required": ["path"],
961
- "additionalProperties": false
962
- }
963
- }
964
- },
965
- { "type": "null" }
966
- ]
967
- }
578
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
968
579
  },
969
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
580
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
970
581
  "additionalProperties": false
971
582
  },
972
583
  {
@@ -984,31 +595,13 @@
984
595
  "path": {
985
596
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
986
597
  },
987
- "agents": { "type": "array", "items": { "type": "string" } },
988
598
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
989
599
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
990
600
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
991
601
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
992
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
993
- "renderedFiles": {
994
- "anyOf": [
995
- {
996
- "type": "object",
997
- "additionalProperties": {
998
- "type": "array",
999
- "items": {
1000
- "type": "object",
1001
- "properties": { "path": { "type": "string" } },
1002
- "required": ["path"],
1003
- "additionalProperties": false
1004
- }
1005
- }
1006
- },
1007
- { "type": "null" }
1008
- ]
1009
- }
602
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1010
603
  },
1011
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
604
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1012
605
  "additionalProperties": false
1013
606
  },
1014
607
  {
@@ -1026,31 +619,13 @@
1026
619
  "path": {
1027
620
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1028
621
  },
1029
- "agents": { "type": "array", "items": { "type": "string" } },
1030
622
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1031
623
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1032
624
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1033
625
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1034
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1035
- "renderedFiles": {
1036
- "anyOf": [
1037
- {
1038
- "type": "object",
1039
- "additionalProperties": {
1040
- "type": "array",
1041
- "items": {
1042
- "type": "object",
1043
- "properties": { "path": { "type": "string" } },
1044
- "required": ["path"],
1045
- "additionalProperties": false
1046
- }
1047
- }
1048
- },
1049
- { "type": "null" }
1050
- ]
1051
- }
626
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1052
627
  },
1053
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
628
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1054
629
  "additionalProperties": false
1055
630
  },
1056
631
  {
@@ -1069,36 +644,17 @@
1069
644
  "path": {
1070
645
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1071
646
  },
1072
- "agents": { "type": "array", "items": { "type": "string" } },
1073
647
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1074
648
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1075
649
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1076
650
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1077
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1078
- "renderedFiles": {
1079
- "anyOf": [
1080
- {
1081
- "type": "object",
1082
- "additionalProperties": {
1083
- "type": "array",
1084
- "items": {
1085
- "type": "object",
1086
- "properties": { "path": { "type": "string" } },
1087
- "required": ["path"],
1088
- "additionalProperties": false
1089
- }
1090
- }
1091
- },
1092
- { "type": "null" }
1093
- ]
1094
- }
651
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1095
652
  },
1096
653
  "required": [
1097
654
  "type",
1098
655
  "organization",
1099
656
  "project",
1100
657
  "repo",
1101
- "agents",
1102
658
  "installedAt",
1103
659
  "updatedAt"
1104
660
  ],
@@ -1118,31 +674,13 @@
1118
674
  "path": {
1119
675
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1120
676
  },
1121
- "agents": { "type": "array", "items": { "type": "string" } },
1122
677
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1123
678
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1124
679
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1125
680
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1126
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1127
- "renderedFiles": {
1128
- "anyOf": [
1129
- {
1130
- "type": "object",
1131
- "additionalProperties": {
1132
- "type": "array",
1133
- "items": {
1134
- "type": "object",
1135
- "properties": { "path": { "type": "string" } },
1136
- "required": ["path"],
1137
- "additionalProperties": false
1138
- }
1139
- }
1140
- },
1141
- { "type": "null" }
1142
- ]
1143
- }
681
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1144
682
  },
1145
- "required": ["type", "url", "agents", "installedAt", "updatedAt"],
683
+ "required": ["type", "url", "installedAt", "updatedAt"],
1146
684
  "additionalProperties": false
1147
685
  },
1148
686
  {
@@ -1150,31 +688,13 @@
1150
688
  "properties": {
1151
689
  "type": { "type": "string", "enum": ["local"] },
1152
690
  "path": { "type": "string" },
1153
- "agents": { "type": "array", "items": { "type": "string" } },
1154
691
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1155
692
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1156
693
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1157
694
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1158
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1159
- "renderedFiles": {
1160
- "anyOf": [
1161
- {
1162
- "type": "object",
1163
- "additionalProperties": {
1164
- "type": "array",
1165
- "items": {
1166
- "type": "object",
1167
- "properties": { "path": { "type": "string" } },
1168
- "required": ["path"],
1169
- "additionalProperties": false
1170
- }
1171
- }
1172
- },
1173
- { "type": "null" }
1174
- ]
1175
- }
695
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1176
696
  },
1177
- "required": ["type", "path", "agents", "installedAt", "updatedAt"],
697
+ "required": ["type", "path", "installedAt", "updatedAt"],
1178
698
  "additionalProperties": false
1179
699
  },
1180
700
  {
@@ -1192,29 +712,11 @@
1192
712
  { "type": "null" }
1193
713
  ]
1194
714
  },
1195
- "agents": { "type": "array", "items": { "type": "string" } },
1196
715
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1197
716
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1198
717
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1199
718
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1200
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1201
- "renderedFiles": {
1202
- "anyOf": [
1203
- {
1204
- "type": "object",
1205
- "additionalProperties": {
1206
- "type": "array",
1207
- "items": {
1208
- "type": "object",
1209
- "properties": { "path": { "type": "string" } },
1210
- "required": ["path"],
1211
- "additionalProperties": false
1212
- }
1213
- }
1214
- },
1215
- { "type": "null" }
1216
- ]
1217
- }
719
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1218
720
  },
1219
721
  "required": [
1220
722
  "type",
@@ -1223,7 +725,6 @@
1223
725
  "resolvedVersion",
1224
726
  "integrity",
1225
727
  "sourceName",
1226
- "agents",
1227
728
  "installedAt",
1228
729
  "updatedAt"
1229
730
  ],
@@ -1237,28 +738,10 @@
1237
738
  "extensionType": { "type": "string", "enum": ["command"] },
1238
739
  "name": { "$ref": "#/definitions/ExtensionName" },
1239
740
  "version": { "$ref": "#/definitions/Version" },
1240
- "agents": { "type": "array", "items": { "type": "string" } },
1241
741
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1242
742
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1243
743
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1244
744
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1245
- "renderedFiles": {
1246
- "anyOf": [
1247
- {
1248
- "type": "object",
1249
- "additionalProperties": {
1250
- "type": "array",
1251
- "items": {
1252
- "type": "object",
1253
- "properties": { "path": { "type": "string" } },
1254
- "required": ["path"],
1255
- "additionalProperties": false
1256
- }
1257
- }
1258
- },
1259
- { "type": "null" }
1260
- ]
1261
- },
1262
745
  "sourceHash": { "type": "string" }
1263
746
  },
1264
747
  "required": [
@@ -1267,7 +750,6 @@
1267
750
  "extensionType",
1268
751
  "name",
1269
752
  "version",
1270
- "agents",
1271
753
  "installedAt",
1272
754
  "updatedAt",
1273
755
  "sourceHash"
@@ -1301,31 +783,13 @@
1301
783
  "path": {
1302
784
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1303
785
  },
1304
- "agents": { "type": "array", "items": { "type": "string" } },
1305
786
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1306
787
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1307
788
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1308
789
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1309
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1310
- "renderedFiles": {
1311
- "anyOf": [
1312
- {
1313
- "type": "object",
1314
- "additionalProperties": {
1315
- "type": "array",
1316
- "items": {
1317
- "type": "object",
1318
- "properties": { "path": { "type": "string" } },
1319
- "required": ["path"],
1320
- "additionalProperties": false
1321
- }
1322
- }
1323
- },
1324
- { "type": "null" }
1325
- ]
1326
- }
790
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1327
791
  },
1328
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
792
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1329
793
  "additionalProperties": false
1330
794
  },
1331
795
  {
@@ -1343,31 +807,13 @@
1343
807
  "path": {
1344
808
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1345
809
  },
1346
- "agents": { "type": "array", "items": { "type": "string" } },
1347
810
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1348
811
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1349
812
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1350
813
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1351
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1352
- "renderedFiles": {
1353
- "anyOf": [
1354
- {
1355
- "type": "object",
1356
- "additionalProperties": {
1357
- "type": "array",
1358
- "items": {
1359
- "type": "object",
1360
- "properties": { "path": { "type": "string" } },
1361
- "required": ["path"],
1362
- "additionalProperties": false
1363
- }
1364
- }
1365
- },
1366
- { "type": "null" }
1367
- ]
1368
- }
814
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1369
815
  },
1370
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
816
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1371
817
  "additionalProperties": false
1372
818
  },
1373
819
  {
@@ -1385,31 +831,13 @@
1385
831
  "path": {
1386
832
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1387
833
  },
1388
- "agents": { "type": "array", "items": { "type": "string" } },
1389
834
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1390
835
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1391
836
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1392
837
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1393
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1394
- "renderedFiles": {
1395
- "anyOf": [
1396
- {
1397
- "type": "object",
1398
- "additionalProperties": {
1399
- "type": "array",
1400
- "items": {
1401
- "type": "object",
1402
- "properties": { "path": { "type": "string" } },
1403
- "required": ["path"],
1404
- "additionalProperties": false
1405
- }
1406
- }
1407
- },
1408
- { "type": "null" }
1409
- ]
1410
- }
838
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1411
839
  },
1412
- "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
840
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1413
841
  "additionalProperties": false
1414
842
  },
1415
843
  {
@@ -1428,36 +856,17 @@
1428
856
  "path": {
1429
857
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1430
858
  },
1431
- "agents": { "type": "array", "items": { "type": "string" } },
1432
859
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1433
860
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1434
861
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1435
862
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1436
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1437
- "renderedFiles": {
1438
- "anyOf": [
1439
- {
1440
- "type": "object",
1441
- "additionalProperties": {
1442
- "type": "array",
1443
- "items": {
1444
- "type": "object",
1445
- "properties": { "path": { "type": "string" } },
1446
- "required": ["path"],
1447
- "additionalProperties": false
1448
- }
1449
- }
1450
- },
1451
- { "type": "null" }
1452
- ]
1453
- }
863
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1454
864
  },
1455
865
  "required": [
1456
866
  "type",
1457
867
  "organization",
1458
868
  "project",
1459
869
  "repo",
1460
- "agents",
1461
870
  "installedAt",
1462
871
  "updatedAt"
1463
872
  ],
@@ -1477,31 +886,13 @@
1477
886
  "path": {
1478
887
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1479
888
  },
1480
- "agents": { "type": "array", "items": { "type": "string" } },
1481
889
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1482
890
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1483
891
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1484
892
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1485
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1486
- "renderedFiles": {
1487
- "anyOf": [
1488
- {
1489
- "type": "object",
1490
- "additionalProperties": {
1491
- "type": "array",
1492
- "items": {
1493
- "type": "object",
1494
- "properties": { "path": { "type": "string" } },
1495
- "required": ["path"],
1496
- "additionalProperties": false
1497
- }
1498
- }
1499
- },
1500
- { "type": "null" }
1501
- ]
1502
- }
893
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1503
894
  },
1504
- "required": ["type", "url", "agents", "installedAt", "updatedAt"],
895
+ "required": ["type", "url", "installedAt", "updatedAt"],
1505
896
  "additionalProperties": false
1506
897
  },
1507
898
  {
@@ -1509,31 +900,13 @@
1509
900
  "properties": {
1510
901
  "type": { "type": "string", "enum": ["local"] },
1511
902
  "path": { "type": "string" },
1512
- "agents": { "type": "array", "items": { "type": "string" } },
1513
903
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1514
904
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1515
905
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1516
906
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1517
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1518
- "renderedFiles": {
1519
- "anyOf": [
1520
- {
1521
- "type": "object",
1522
- "additionalProperties": {
1523
- "type": "array",
1524
- "items": {
1525
- "type": "object",
1526
- "properties": { "path": { "type": "string" } },
1527
- "required": ["path"],
1528
- "additionalProperties": false
1529
- }
1530
- }
1531
- },
1532
- { "type": "null" }
1533
- ]
1534
- }
907
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1535
908
  },
1536
- "required": ["type", "path", "agents", "installedAt", "updatedAt"],
909
+ "required": ["type", "path", "installedAt", "updatedAt"],
1537
910
  "additionalProperties": false
1538
911
  },
1539
912
  {
@@ -1551,29 +924,11 @@
1551
924
  { "type": "null" }
1552
925
  ]
1553
926
  },
1554
- "agents": { "type": "array", "items": { "type": "string" } },
1555
927
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1556
928
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1557
929
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1558
930
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1559
- "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1560
- "renderedFiles": {
1561
- "anyOf": [
1562
- {
1563
- "type": "object",
1564
- "additionalProperties": {
1565
- "type": "array",
1566
- "items": {
1567
- "type": "object",
1568
- "properties": { "path": { "type": "string" } },
1569
- "required": ["path"],
1570
- "additionalProperties": false
1571
- }
1572
- }
1573
- },
1574
- { "type": "null" }
1575
- ]
1576
- }
931
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
1577
932
  },
1578
933
  "required": [
1579
934
  "type",
@@ -1582,7 +937,6 @@
1582
937
  "resolvedVersion",
1583
938
  "integrity",
1584
939
  "sourceName",
1585
- "agents",
1586
940
  "installedAt",
1587
941
  "updatedAt"
1588
942
  ],
@@ -1596,28 +950,10 @@
1596
950
  "extensionType": { "type": "string", "enum": ["subagent"] },
1597
951
  "name": { "$ref": "#/definitions/ExtensionName" },
1598
952
  "version": { "$ref": "#/definitions/Version" },
1599
- "agents": { "type": "array", "items": { "type": "string" } },
1600
953
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1601
954
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1602
955
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1603
956
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1604
- "renderedFiles": {
1605
- "anyOf": [
1606
- {
1607
- "type": "object",
1608
- "additionalProperties": {
1609
- "type": "array",
1610
- "items": {
1611
- "type": "object",
1612
- "properties": { "path": { "type": "string" } },
1613
- "required": ["path"],
1614
- "additionalProperties": false
1615
- }
1616
- }
1617
- },
1618
- { "type": "null" }
1619
- ]
1620
- },
1621
957
  "sourceHash": { "type": "string" }
1622
958
  },
1623
959
  "required": [
@@ -1626,7 +962,6 @@
1626
962
  "extensionType",
1627
963
  "name",
1628
964
  "version",
1629
- "agents",
1630
965
  "installedAt",
1631
966
  "updatedAt",
1632
967
  "sourceHash"
@@ -1662,12 +997,6 @@
1662
997
  "path": {
1663
998
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1664
999
  },
1665
- "syncedAgents": {
1666
- "anyOf": [
1667
- { "type": "array", "items": { "type": "string" } },
1668
- { "type": "null" }
1669
- ]
1670
- },
1671
1000
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1672
1001
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1673
1002
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1691,12 +1020,6 @@
1691
1020
  "path": {
1692
1021
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1693
1022
  },
1694
- "syncedAgents": {
1695
- "anyOf": [
1696
- { "type": "array", "items": { "type": "string" } },
1697
- { "type": "null" }
1698
- ]
1699
- },
1700
1023
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1701
1024
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1702
1025
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1720,12 +1043,6 @@
1720
1043
  "path": {
1721
1044
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1722
1045
  },
1723
- "syncedAgents": {
1724
- "anyOf": [
1725
- { "type": "array", "items": { "type": "string" } },
1726
- { "type": "null" }
1727
- ]
1728
- },
1729
1046
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1730
1047
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1731
1048
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1750,12 +1067,6 @@
1750
1067
  "path": {
1751
1068
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1752
1069
  },
1753
- "syncedAgents": {
1754
- "anyOf": [
1755
- { "type": "array", "items": { "type": "string" } },
1756
- { "type": "null" }
1757
- ]
1758
- },
1759
1070
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1760
1071
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1761
1072
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1785,12 +1096,6 @@
1785
1096
  "path": {
1786
1097
  "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1787
1098
  },
1788
- "syncedAgents": {
1789
- "anyOf": [
1790
- { "type": "array", "items": { "type": "string" } },
1791
- { "type": "null" }
1792
- ]
1793
- },
1794
1099
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1795
1100
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1796
1101
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1804,12 +1109,6 @@
1804
1109
  "properties": {
1805
1110
  "type": { "type": "string", "enum": ["local"] },
1806
1111
  "path": { "type": "string" },
1807
- "syncedAgents": {
1808
- "anyOf": [
1809
- { "type": "array", "items": { "type": "string" } },
1810
- { "type": "null" }
1811
- ]
1812
- },
1813
1112
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1814
1113
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1815
1114
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1833,12 +1132,6 @@
1833
1132
  { "type": "null" }
1834
1133
  ]
1835
1134
  },
1836
- "syncedAgents": {
1837
- "anyOf": [
1838
- { "type": "array", "items": { "type": "string" } },
1839
- { "type": "null" }
1840
- ]
1841
- },
1842
1135
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1843
1136
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1844
1137
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1864,12 +1157,6 @@
1864
1157
  "extensionType": { "type": "string", "enum": ["mcp-server"] },
1865
1158
  "name": { "$ref": "#/definitions/ExtensionName" },
1866
1159
  "version": { "$ref": "#/definitions/Version" },
1867
- "syncedAgents": {
1868
- "anyOf": [
1869
- { "type": "array", "items": { "type": "string" } },
1870
- { "type": "null" }
1871
- ]
1872
- },
1873
1160
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1874
1161
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1875
1162
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
@@ -1929,15 +1216,6 @@
1929
1216
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
1930
1217
  { "type": "null" }
1931
1218
  ]
1932
- },
1933
- "materializedTargets": {
1934
- "anyOf": [
1935
- {
1936
- "type": "array",
1937
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1938
- },
1939
- { "type": "null" }
1940
- ]
1941
1219
  }
1942
1220
  },
1943
1221
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
@@ -1967,15 +1245,6 @@
1967
1245
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
1968
1246
  { "type": "null" }
1969
1247
  ]
1970
- },
1971
- "materializedTargets": {
1972
- "anyOf": [
1973
- {
1974
- "type": "array",
1975
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1976
- },
1977
- { "type": "null" }
1978
- ]
1979
1248
  }
1980
1249
  },
1981
1250
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
@@ -2005,15 +1274,6 @@
2005
1274
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
2006
1275
  { "type": "null" }
2007
1276
  ]
2008
- },
2009
- "materializedTargets": {
2010
- "anyOf": [
2011
- {
2012
- "type": "array",
2013
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2014
- },
2015
- { "type": "null" }
2016
- ]
2017
1277
  }
2018
1278
  },
2019
1279
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
@@ -2044,15 +1304,6 @@
2044
1304
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
2045
1305
  { "type": "null" }
2046
1306
  ]
2047
- },
2048
- "materializedTargets": {
2049
- "anyOf": [
2050
- {
2051
- "type": "array",
2052
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2053
- },
2054
- { "type": "null" }
2055
- ]
2056
1307
  }
2057
1308
  },
2058
1309
  "required": [
@@ -2088,15 +1339,6 @@
2088
1339
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
2089
1340
  { "type": "null" }
2090
1341
  ]
2091
- },
2092
- "materializedTargets": {
2093
- "anyOf": [
2094
- {
2095
- "type": "array",
2096
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2097
- },
2098
- { "type": "null" }
2099
- ]
2100
1342
  }
2101
1343
  },
2102
1344
  "required": ["type", "url", "installedAt", "updatedAt"],
@@ -2116,15 +1358,6 @@
2116
1358
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
2117
1359
  { "type": "null" }
2118
1360
  ]
2119
- },
2120
- "materializedTargets": {
2121
- "anyOf": [
2122
- {
2123
- "type": "array",
2124
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2125
- },
2126
- { "type": "null" }
2127
- ]
2128
1361
  }
2129
1362
  },
2130
1363
  "required": ["type", "path", "installedAt", "updatedAt"],
@@ -2154,15 +1387,6 @@
2154
1387
  { "$ref": "#/definitions/FilesResolvedInputsMap" },
2155
1388
  { "type": "null" }
2156
1389
  ]
2157
- },
2158
- "materializedTargets": {
2159
- "anyOf": [
2160
- {
2161
- "type": "array",
2162
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2163
- },
2164
- { "type": "null" }
2165
- ]
2166
1390
  }
2167
1391
  },
2168
1392
  "required": [
@@ -2195,15 +1419,6 @@
2195
1419
  { "type": "null" }
2196
1420
  ]
2197
1421
  },
2198
- "materializedTargets": {
2199
- "anyOf": [
2200
- {
2201
- "type": "array",
2202
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2203
- },
2204
- { "type": "null" }
2205
- ]
2206
- },
2207
1422
  "sourceHash": { "type": "string" }
2208
1423
  },
2209
1424
  "required": [
@@ -2248,16 +1463,7 @@
2248
1463
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2249
1464
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2250
1465
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2251
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2252
- "materializedTargets": {
2253
- "anyOf": [
2254
- {
2255
- "type": "array",
2256
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2257
- },
2258
- { "type": "null" }
2259
- ]
2260
- }
1466
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2261
1467
  },
2262
1468
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2263
1469
  "additionalProperties": false
@@ -2280,16 +1486,7 @@
2280
1486
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2281
1487
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2282
1488
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2283
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2284
- "materializedTargets": {
2285
- "anyOf": [
2286
- {
2287
- "type": "array",
2288
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2289
- },
2290
- { "type": "null" }
2291
- ]
2292
- }
1489
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2293
1490
  },
2294
1491
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2295
1492
  "additionalProperties": false
@@ -2312,16 +1509,7 @@
2312
1509
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2313
1510
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2314
1511
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2315
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2316
- "materializedTargets": {
2317
- "anyOf": [
2318
- {
2319
- "type": "array",
2320
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2321
- },
2322
- { "type": "null" }
2323
- ]
2324
- }
1512
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2325
1513
  },
2326
1514
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2327
1515
  "additionalProperties": false
@@ -2345,16 +1533,7 @@
2345
1533
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2346
1534
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2347
1535
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2348
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2349
- "materializedTargets": {
2350
- "anyOf": [
2351
- {
2352
- "type": "array",
2353
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2354
- },
2355
- { "type": "null" }
2356
- ]
2357
- }
1536
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2358
1537
  },
2359
1538
  "required": [
2360
1539
  "type",
@@ -2383,16 +1562,7 @@
2383
1562
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2384
1563
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2385
1564
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2386
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2387
- "materializedTargets": {
2388
- "anyOf": [
2389
- {
2390
- "type": "array",
2391
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2392
- },
2393
- { "type": "null" }
2394
- ]
2395
- }
1565
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2396
1566
  },
2397
1567
  "required": ["type", "url", "installedAt", "updatedAt"],
2398
1568
  "additionalProperties": false
@@ -2405,16 +1575,7 @@
2405
1575
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2406
1576
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2407
1577
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2408
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2409
- "materializedTargets": {
2410
- "anyOf": [
2411
- {
2412
- "type": "array",
2413
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2414
- },
2415
- { "type": "null" }
2416
- ]
2417
- }
1578
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2418
1579
  },
2419
1580
  "required": ["type", "path", "installedAt", "updatedAt"],
2420
1581
  "additionalProperties": false
@@ -2437,16 +1598,7 @@
2437
1598
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2438
1599
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2439
1600
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2440
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2441
- "materializedTargets": {
2442
- "anyOf": [
2443
- {
2444
- "type": "array",
2445
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2446
- },
2447
- { "type": "null" }
2448
- ]
2449
- }
1601
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2450
1602
  },
2451
1603
  "required": [
2452
1604
  "type",
@@ -2472,15 +1624,6 @@
2472
1624
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2473
1625
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2474
1626
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2475
- "materializedTargets": {
2476
- "anyOf": [
2477
- {
2478
- "type": "array",
2479
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2480
- },
2481
- { "type": "null" }
2482
- ]
2483
- },
2484
1627
  "sourceHash": { "type": "string" }
2485
1628
  },
2486
1629
  "required": [
@@ -2525,16 +1668,7 @@
2525
1668
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2526
1669
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2527
1670
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2528
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2529
- "materializedTargets": {
2530
- "anyOf": [
2531
- {
2532
- "type": "array",
2533
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2534
- },
2535
- { "type": "null" }
2536
- ]
2537
- }
1671
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2538
1672
  },
2539
1673
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2540
1674
  "additionalProperties": false
@@ -2557,16 +1691,7 @@
2557
1691
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2558
1692
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2559
1693
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2560
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2561
- "materializedTargets": {
2562
- "anyOf": [
2563
- {
2564
- "type": "array",
2565
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2566
- },
2567
- { "type": "null" }
2568
- ]
2569
- }
1694
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2570
1695
  },
2571
1696
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2572
1697
  "additionalProperties": false
@@ -2589,16 +1714,7 @@
2589
1714
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2590
1715
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2591
1716
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2592
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2593
- "materializedTargets": {
2594
- "anyOf": [
2595
- {
2596
- "type": "array",
2597
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2598
- },
2599
- { "type": "null" }
2600
- ]
2601
- }
1717
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2602
1718
  },
2603
1719
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2604
1720
  "additionalProperties": false
@@ -2622,16 +1738,7 @@
2622
1738
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2623
1739
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2624
1740
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2625
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2626
- "materializedTargets": {
2627
- "anyOf": [
2628
- {
2629
- "type": "array",
2630
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2631
- },
2632
- { "type": "null" }
2633
- ]
2634
- }
1741
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2635
1742
  },
2636
1743
  "required": [
2637
1744
  "type",
@@ -2660,16 +1767,7 @@
2660
1767
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2661
1768
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2662
1769
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2663
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2664
- "materializedTargets": {
2665
- "anyOf": [
2666
- {
2667
- "type": "array",
2668
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2669
- },
2670
- { "type": "null" }
2671
- ]
2672
- }
1770
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2673
1771
  },
2674
1772
  "required": ["type", "url", "installedAt", "updatedAt"],
2675
1773
  "additionalProperties": false
@@ -2682,16 +1780,7 @@
2682
1780
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2683
1781
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2684
1782
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2685
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2686
- "materializedTargets": {
2687
- "anyOf": [
2688
- {
2689
- "type": "array",
2690
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2691
- },
2692
- { "type": "null" }
2693
- ]
2694
- }
1783
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2695
1784
  },
2696
1785
  "required": ["type", "path", "installedAt", "updatedAt"],
2697
1786
  "additionalProperties": false
@@ -2714,16 +1803,7 @@
2714
1803
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2715
1804
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2716
1805
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2717
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2718
- "materializedTargets": {
2719
- "anyOf": [
2720
- {
2721
- "type": "array",
2722
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2723
- },
2724
- { "type": "null" }
2725
- ]
2726
- }
1806
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2727
1807
  },
2728
1808
  "required": [
2729
1809
  "type",
@@ -2749,15 +1829,6 @@
2749
1829
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2750
1830
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2751
1831
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2752
- "materializedTargets": {
2753
- "anyOf": [
2754
- {
2755
- "type": "array",
2756
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2757
- },
2758
- { "type": "null" }
2759
- ]
2760
- },
2761
1832
  "sourceHash": { "type": "string" }
2762
1833
  },
2763
1834
  "required": [
@@ -2802,16 +1873,7 @@
2802
1873
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2803
1874
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2804
1875
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2805
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2806
- "materializedTargets": {
2807
- "anyOf": [
2808
- {
2809
- "type": "array",
2810
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2811
- },
2812
- { "type": "null" }
2813
- ]
2814
- }
1876
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2815
1877
  },
2816
1878
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2817
1879
  "additionalProperties": false
@@ -2834,16 +1896,7 @@
2834
1896
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2835
1897
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2836
1898
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2837
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2838
- "materializedTargets": {
2839
- "anyOf": [
2840
- {
2841
- "type": "array",
2842
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2843
- },
2844
- { "type": "null" }
2845
- ]
2846
- }
1899
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2847
1900
  },
2848
1901
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2849
1902
  "additionalProperties": false
@@ -2866,16 +1919,7 @@
2866
1919
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2867
1920
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2868
1921
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2869
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2870
- "materializedTargets": {
2871
- "anyOf": [
2872
- {
2873
- "type": "array",
2874
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2875
- },
2876
- { "type": "null" }
2877
- ]
2878
- }
1922
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2879
1923
  },
2880
1924
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
2881
1925
  "additionalProperties": false
@@ -2899,16 +1943,7 @@
2899
1943
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2900
1944
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2901
1945
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2902
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2903
- "materializedTargets": {
2904
- "anyOf": [
2905
- {
2906
- "type": "array",
2907
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2908
- },
2909
- { "type": "null" }
2910
- ]
2911
- }
1946
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2912
1947
  },
2913
1948
  "required": [
2914
1949
  "type",
@@ -2937,16 +1972,7 @@
2937
1972
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2938
1973
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2939
1974
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2940
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2941
- "materializedTargets": {
2942
- "anyOf": [
2943
- {
2944
- "type": "array",
2945
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2946
- },
2947
- { "type": "null" }
2948
- ]
2949
- }
1975
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2950
1976
  },
2951
1977
  "required": ["type", "url", "installedAt", "updatedAt"],
2952
1978
  "additionalProperties": false
@@ -2959,16 +1985,7 @@
2959
1985
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2960
1986
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2961
1987
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2962
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2963
- "materializedTargets": {
2964
- "anyOf": [
2965
- {
2966
- "type": "array",
2967
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
2968
- },
2969
- { "type": "null" }
2970
- ]
2971
- }
1988
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
2972
1989
  },
2973
1990
  "required": ["type", "path", "installedAt", "updatedAt"],
2974
1991
  "additionalProperties": false
@@ -2991,16 +2008,7 @@
2991
2008
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2992
2009
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
2993
2010
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
2994
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
2995
- "materializedTargets": {
2996
- "anyOf": [
2997
- {
2998
- "type": "array",
2999
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
3000
- },
3001
- { "type": "null" }
3002
- ]
3003
- }
2011
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
3004
2012
  },
3005
2013
  "required": [
3006
2014
  "type",
@@ -3026,15 +2034,6 @@
3026
2034
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
3027
2035
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
3028
2036
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
3029
- "materializedTargets": {
3030
- "anyOf": [
3031
- {
3032
- "type": "array",
3033
- "items": { "$ref": "#/definitions/MaterializedFileTarget" }
3034
- },
3035
- { "type": "null" }
3036
- ]
3037
- },
3038
2037
  "sourceHash": { "type": "string" }
3039
2038
  },
3040
2039
  "required": [