@agentxm/client-core 0.17.0 → 0.18.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.
Files changed (138) hide show
  1. package/dist/src/unstable/agent-capabilities/catalog.d.ts +54 -10
  2. package/dist/src/unstable/agent-capabilities/catalog.d.ts.map +1 -1
  3. package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +27 -5
  4. package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts.map +1 -1
  5. package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +17 -5
  6. package/dist/src/unstable/agent-capabilities/data/agents/hermes.js.map +1 -1
  7. package/dist/src/unstable/agent-capabilities/schema.d.ts +19 -19
  8. package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
  9. package/dist/src/unstable/agent-capabilities/schema.js +2 -1
  10. package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
  11. package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
  12. package/dist/src/unstable/agents/mcp-sync.js +19 -3
  13. package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
  14. package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
  15. package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
  16. package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
  17. package/dist/src/unstable/extensions/configured-entry.d.ts +11 -0
  18. package/dist/src/unstable/extensions/configured-entry.d.ts.map +1 -0
  19. package/dist/src/unstable/extensions/configured-entry.js +8 -0
  20. package/dist/src/unstable/extensions/configured-entry.js.map +1 -0
  21. package/dist/src/unstable/extensions/index.d.ts +1 -0
  22. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  23. package/dist/src/unstable/extensions/index.js +1 -0
  24. package/dist/src/unstable/extensions/index.js.map +1 -1
  25. package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
  26. package/dist/src/unstable/extensions/materializable-from-disk.js +5 -4
  27. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  28. package/dist/src/unstable/files/manager.d.ts.map +1 -1
  29. package/dist/src/unstable/files/manager.js +2 -2
  30. package/dist/src/unstable/files/manager.js.map +1 -1
  31. package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
  32. package/dist/src/unstable/hooks/manager.js +2 -2
  33. package/dist/src/unstable/hooks/manager.js.map +1 -1
  34. package/dist/src/unstable/libraries/index.d.ts +3 -0
  35. package/dist/src/unstable/libraries/index.d.ts.map +1 -0
  36. package/dist/src/unstable/libraries/index.js +2 -0
  37. package/dist/src/unstable/libraries/index.js.map +1 -0
  38. package/dist/src/unstable/libraries/ref.d.ts +17 -0
  39. package/dist/src/unstable/libraries/ref.d.ts.map +1 -0
  40. package/dist/src/unstable/libraries/ref.js +43 -0
  41. package/dist/src/unstable/libraries/ref.js.map +1 -0
  42. package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.js +2 -2
  43. package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.js.map +1 -1
  44. package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.js +3 -3
  45. package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.js.map +1 -1
  46. package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.js +2 -2
  47. package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.js.map +1 -1
  48. package/dist/src/unstable/lint/catalog/shared/manifest-json.js +1 -1
  49. package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -1
  50. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +1 -1
  51. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  52. package/dist/src/unstable/lockfile/index.d.ts +3 -3
  53. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  54. package/dist/src/unstable/lockfile/index.js +2 -2
  55. package/dist/src/unstable/lockfile/index.js.map +1 -1
  56. package/dist/src/unstable/lockfile/lockfile.d.ts +936 -3
  57. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  58. package/dist/src/unstable/lockfile/lockfile.js +223 -31
  59. package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
  60. package/dist/src/unstable/lockfile/schema.d.ts +96 -0
  61. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  62. package/dist/src/unstable/lockfile/schema.js +54 -0
  63. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  64. package/dist/src/unstable/mcps/config-writer.d.ts.map +1 -1
  65. package/dist/src/unstable/mcps/config-writer.js +77 -29
  66. package/dist/src/unstable/mcps/config-writer.js.map +1 -1
  67. package/dist/src/unstable/mcps/inspection.d.ts.map +1 -1
  68. package/dist/src/unstable/mcps/inspection.js +24 -4
  69. package/dist/src/unstable/mcps/inspection.js.map +1 -1
  70. package/dist/src/unstable/mcps/manifest-schema.d.ts +3 -3
  71. package/dist/src/unstable/mcps/manifest-schema.d.ts.map +1 -1
  72. package/dist/src/unstable/mcps/manifest-schema.js +4 -4
  73. package/dist/src/unstable/mcps/manifest-schema.js.map +1 -1
  74. package/dist/src/unstable/mcps/operations/publish.d.ts +1 -1
  75. package/dist/src/unstable/mcps/operations/publish.js +1 -1
  76. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -1
  77. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  78. package/dist/src/unstable/packs/dependency-resolution.js +11 -10
  79. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  80. package/dist/src/unstable/packs/expansion.d.ts +3 -0
  81. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  82. package/dist/src/unstable/packs/expansion.js +2 -2
  83. package/dist/src/unstable/packs/expansion.js.map +1 -1
  84. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +1592 -146
  85. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  86. package/dist/src/unstable/registry/__generated__/registry-client.js +246 -0
  87. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  88. package/dist/src/unstable/registry/admin-client.d.ts +2 -2
  89. package/dist/src/unstable/registry/client.d.ts +52 -0
  90. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  91. package/dist/src/unstable/registry/client.js.map +1 -1
  92. package/dist/src/unstable/registry/index.d.ts +1 -1
  93. package/dist/src/unstable/registry/index.d.ts.map +1 -1
  94. package/dist/src/unstable/registry/index.js.map +1 -1
  95. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  96. package/dist/src/unstable/registry/local-client.js +1 -0
  97. package/dist/src/unstable/registry/local-client.js.map +1 -1
  98. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  99. package/dist/src/unstable/registry/remote-client.js +59 -0
  100. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  101. package/dist/src/unstable/rules/manager.d.ts.map +1 -1
  102. package/dist/src/unstable/rules/manager.js +2 -2
  103. package/dist/src/unstable/rules/manager.js.map +1 -1
  104. package/dist/src/unstable/settings/index.d.ts +2 -2
  105. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  106. package/dist/src/unstable/settings/index.js +1 -1
  107. package/dist/src/unstable/settings/index.js.map +1 -1
  108. package/dist/src/unstable/settings/schema.d.ts +52 -0
  109. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  110. package/dist/src/unstable/settings/schema.js +71 -1
  111. package/dist/src/unstable/settings/schema.js.map +1 -1
  112. package/dist/src/unstable/workspace/initialization.d.ts +28 -0
  113. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  114. package/dist/src/unstable/workspace/service-interface.d.ts +25 -2
  115. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  116. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  117. package/dist/src/unstable/workspace/service.d.ts +83 -6
  118. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  119. package/dist/src/unstable/workspace/service.js +134 -50
  120. package/dist/src/unstable/workspace/service.js.map +1 -1
  121. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -0
  122. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  123. package/dist/src/unstable/workspace/test-stubs.js +10 -0
  124. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  125. package/dist/src/unstable/workspace/version-currency/collectors.d.ts.map +1 -1
  126. package/dist/src/unstable/workspace/version-currency/collectors.js +2 -3
  127. package/dist/src/unstable/workspace/version-currency/collectors.js.map +1 -1
  128. package/dist/src/unstable/workspace/version-currency/test-stubs.d.ts.map +1 -1
  129. package/dist/src/unstable/workspace/version-currency/test-stubs.js +1 -0
  130. package/dist/src/unstable/workspace/version-currency/test-stubs.js.map +1 -1
  131. package/dist/src/unstable/yaml/index.d.ts +13 -0
  132. package/dist/src/unstable/yaml/index.d.ts.map +1 -0
  133. package/dist/src/unstable/yaml/index.js +73 -0
  134. package/dist/src/unstable/yaml/index.js.map +1 -0
  135. package/package.json +12 -4
  136. package/site-content/__generated__/schemas/axm-lock.schema.json +77 -0
  137. package/site-content/__generated__/schemas/{mcp-server.schema.json → mcp.schema.json} +1 -1
  138. package/site-content/__generated__/schemas/settings.schema.json +61 -8
@@ -10,6 +10,7 @@
10
10
  import * as FileSystem from "effect/FileSystem";
11
11
  import * as Path from "effect/Path";
12
12
  import * as Effect from "effect/Effect";
13
+ import { type AppError } from "../app-error/index.js";
13
14
  import { type Lockfile } from "./schema.js";
14
15
  /**
15
16
  * Filename for the lockfile.
@@ -27,7 +28,15 @@ export type LockfileUpdate = (lockfile: Lockfile) => Lockfile;
27
28
  /**
28
29
  * Writes the lockfile to `.axm/axm-lock.yaml` in YAML format.
29
30
  *
30
- * Creates the `.axm` directory if it does not exist.
31
+ * Creates the `.axm` directory if it does not exist. Writes are serialized by
32
+ * an in-process keyed semaphore plus a best-effort local advisory lock file.
33
+ * Temporary files are removed by scoped finalizer on interruption, and stale
34
+ * temp files from older crashed writers are swept before each write.
35
+ *
36
+ * `writeLockfile` remains a full replacement operation. Call
37
+ * `commitLockfileUpdates` when applying deltas that must reread the latest
38
+ * lockfile state under the advisory lock.
39
+ *
31
40
  * Encodes Date fields to ISO strings for YAML serialization.
32
41
  *
33
42
  * @param axmDir - Path to the `.axm` directory
@@ -36,7 +45,7 @@ export type LockfileUpdate = (lockfile: Lockfile) => Lockfile;
36
45
  *
37
46
  * @experimental This API is unstable and may change without notice.
38
47
  */
39
- export declare const writeLockfile: (axmDir: string, lockfile: Lockfile) => Effect.Effect<void, import("../app-error/app-error.ts").AppError, Path.Path | FileSystem.FileSystem>;
48
+ export declare const writeLockfile: (axmDir: string, lockfile: Lockfile) => Effect.Effect<void, AppError, Path.Path | FileSystem.FileSystem>;
40
49
  /**
41
50
  * Applies lockfile updates in order without writing to disk.
42
51
  *
@@ -897,5 +906,929 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
897
906
  } | undefined;
898
907
  };
899
908
  } | undefined;
900
- }, import("../app-error/app-error.ts").AppError, Path.Path | FileSystem.FileSystem>;
909
+ readonly libraries?: {
910
+ readonly [x: string]: {
911
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
912
+ readonly type: "registry";
913
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
914
+ readonly sourceName: string;
915
+ readonly installedAt: Date;
916
+ readonly updatedAt: Date;
917
+ readonly resolvedFiles: {
918
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
919
+ };
920
+ readonly resolvedRules: {
921
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
922
+ };
923
+ readonly resolvedHooks: {
924
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
925
+ };
926
+ readonly resolvedSkills: {
927
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
928
+ };
929
+ readonly resolvedCommands: {
930
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
931
+ };
932
+ readonly resolvedMcpServers: {
933
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
934
+ };
935
+ readonly resolvedSubagents: {
936
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
937
+ };
938
+ readonly resolvedAt: Date;
939
+ readonly membershipDigest: string;
940
+ };
941
+ } | undefined;
942
+ }, AppError, Path.Path | FileSystem.FileSystem>;
943
+ /**
944
+ * Commits a caller-computed lockfile snapshot as an entry-level patch.
945
+ *
946
+ * The caller supplies the base snapshot it read and the next snapshot it
947
+ * computed. The helper rereads the current on-disk lockfile under the advisory
948
+ * lock, applies only the base→next entry changes, then writes once. This keeps
949
+ * independent concurrent updates from dropping each other while preserving
950
+ * explicit entry deletions.
951
+ *
952
+ * @experimental This API is unstable and may change without notice.
953
+ */
954
+ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfile, next: Lockfile) => Effect.Effect<{
955
+ readonly skills: {
956
+ readonly [x: string]: {
957
+ readonly type: "github";
958
+ readonly owner: string;
959
+ readonly repo: string;
960
+ readonly agents: readonly string[];
961
+ readonly installedAt: Date;
962
+ readonly updatedAt: Date;
963
+ readonly path?: string | undefined;
964
+ readonly ref?: string | undefined;
965
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
966
+ readonly renderedFiles?: {
967
+ readonly [x: string]: readonly {
968
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
969
+ }[];
970
+ } | undefined;
971
+ readonly gitTreeHash?: string | undefined;
972
+ readonly retainedByPack?: boolean | undefined;
973
+ } | {
974
+ readonly type: "gitlab";
975
+ readonly owner: string;
976
+ readonly repo: string;
977
+ readonly agents: readonly string[];
978
+ readonly installedAt: Date;
979
+ readonly updatedAt: Date;
980
+ readonly path?: string | undefined;
981
+ readonly ref?: string | undefined;
982
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
983
+ readonly renderedFiles?: {
984
+ readonly [x: string]: readonly {
985
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
986
+ }[];
987
+ } | undefined;
988
+ readonly gitTreeHash?: string | undefined;
989
+ readonly retainedByPack?: boolean | undefined;
990
+ } | {
991
+ readonly type: "bitbucket";
992
+ readonly owner: string;
993
+ readonly repo: string;
994
+ readonly agents: readonly string[];
995
+ readonly installedAt: Date;
996
+ readonly updatedAt: Date;
997
+ readonly path?: string | undefined;
998
+ readonly ref?: string | undefined;
999
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1000
+ readonly renderedFiles?: {
1001
+ readonly [x: string]: readonly {
1002
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1003
+ }[];
1004
+ } | undefined;
1005
+ readonly gitTreeHash?: string | undefined;
1006
+ readonly retainedByPack?: boolean | undefined;
1007
+ } | {
1008
+ readonly project: string;
1009
+ readonly type: "azurerepos";
1010
+ readonly repo: string;
1011
+ readonly organization: string;
1012
+ readonly agents: readonly string[];
1013
+ readonly installedAt: Date;
1014
+ readonly updatedAt: Date;
1015
+ readonly path?: string | undefined;
1016
+ readonly ref?: string | undefined;
1017
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1018
+ readonly renderedFiles?: {
1019
+ readonly [x: string]: readonly {
1020
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1021
+ }[];
1022
+ } | undefined;
1023
+ readonly gitTreeHash?: string | undefined;
1024
+ readonly retainedByPack?: boolean | undefined;
1025
+ } | {
1026
+ readonly url: string;
1027
+ readonly type: "git";
1028
+ readonly agents: readonly string[];
1029
+ readonly installedAt: Date;
1030
+ readonly updatedAt: Date;
1031
+ readonly path?: string | undefined;
1032
+ readonly ref?: string | undefined;
1033
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1034
+ readonly renderedFiles?: {
1035
+ readonly [x: string]: readonly {
1036
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1037
+ }[];
1038
+ } | undefined;
1039
+ readonly gitTreeHash?: string | undefined;
1040
+ readonly retainedByPack?: boolean | undefined;
1041
+ } | {
1042
+ readonly path: string;
1043
+ readonly type: "local";
1044
+ readonly agents: readonly string[];
1045
+ readonly installedAt: Date;
1046
+ readonly updatedAt: Date;
1047
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1048
+ readonly renderedFiles?: {
1049
+ readonly [x: string]: readonly {
1050
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1051
+ }[];
1052
+ } | undefined;
1053
+ readonly gitTreeHash?: string | undefined;
1054
+ readonly retainedByPack?: boolean | undefined;
1055
+ } | {
1056
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1057
+ readonly type: "registry";
1058
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1059
+ readonly agents: readonly string[];
1060
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1061
+ readonly integrity: string;
1062
+ readonly sourceName: string;
1063
+ readonly installedAt: Date;
1064
+ readonly updatedAt: Date;
1065
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1066
+ readonly renderedFiles?: {
1067
+ readonly [x: string]: readonly {
1068
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1069
+ }[];
1070
+ } | undefined;
1071
+ readonly gitTreeHash?: string | undefined;
1072
+ readonly retainedByPack?: boolean | undefined;
1073
+ };
1074
+ };
1075
+ readonly lockfileVersion: number;
1076
+ readonly files?: {
1077
+ readonly [x: string]: {
1078
+ readonly type: "github";
1079
+ readonly owner: string;
1080
+ readonly repo: string;
1081
+ readonly installedAt: Date;
1082
+ readonly updatedAt: Date;
1083
+ readonly path?: string | undefined;
1084
+ readonly ref?: string | undefined;
1085
+ readonly gitTreeHash?: string | undefined;
1086
+ readonly retainedByPack?: boolean | undefined;
1087
+ readonly resolvedInputs?: {
1088
+ readonly [x: string]: string | number | boolean;
1089
+ } | undefined;
1090
+ readonly materializedTargets?: readonly {
1091
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1092
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1093
+ readonly region?: string | undefined;
1094
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1095
+ }[] | undefined;
1096
+ } | {
1097
+ readonly type: "gitlab";
1098
+ readonly owner: string;
1099
+ readonly repo: string;
1100
+ readonly installedAt: Date;
1101
+ readonly updatedAt: Date;
1102
+ readonly path?: string | undefined;
1103
+ readonly ref?: string | undefined;
1104
+ readonly gitTreeHash?: string | undefined;
1105
+ readonly retainedByPack?: boolean | undefined;
1106
+ readonly resolvedInputs?: {
1107
+ readonly [x: string]: string | number | boolean;
1108
+ } | undefined;
1109
+ readonly materializedTargets?: readonly {
1110
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1111
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1112
+ readonly region?: string | undefined;
1113
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1114
+ }[] | undefined;
1115
+ } | {
1116
+ readonly type: "bitbucket";
1117
+ readonly owner: string;
1118
+ readonly repo: string;
1119
+ readonly installedAt: Date;
1120
+ readonly updatedAt: Date;
1121
+ readonly path?: string | undefined;
1122
+ readonly ref?: string | undefined;
1123
+ readonly gitTreeHash?: string | undefined;
1124
+ readonly retainedByPack?: boolean | undefined;
1125
+ readonly resolvedInputs?: {
1126
+ readonly [x: string]: string | number | boolean;
1127
+ } | undefined;
1128
+ readonly materializedTargets?: readonly {
1129
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1130
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1131
+ readonly region?: string | undefined;
1132
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1133
+ }[] | undefined;
1134
+ } | {
1135
+ readonly project: string;
1136
+ readonly type: "azurerepos";
1137
+ readonly repo: string;
1138
+ readonly organization: string;
1139
+ readonly installedAt: Date;
1140
+ readonly updatedAt: Date;
1141
+ readonly path?: string | undefined;
1142
+ readonly ref?: string | undefined;
1143
+ readonly gitTreeHash?: string | undefined;
1144
+ readonly retainedByPack?: boolean | undefined;
1145
+ readonly resolvedInputs?: {
1146
+ readonly [x: string]: string | number | boolean;
1147
+ } | undefined;
1148
+ readonly materializedTargets?: readonly {
1149
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1150
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1151
+ readonly region?: string | undefined;
1152
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1153
+ }[] | undefined;
1154
+ } | {
1155
+ readonly url: string;
1156
+ readonly type: "git";
1157
+ readonly installedAt: Date;
1158
+ readonly updatedAt: Date;
1159
+ readonly path?: string | undefined;
1160
+ readonly ref?: string | undefined;
1161
+ readonly gitTreeHash?: string | undefined;
1162
+ readonly retainedByPack?: boolean | undefined;
1163
+ readonly resolvedInputs?: {
1164
+ readonly [x: string]: string | number | boolean;
1165
+ } | undefined;
1166
+ readonly materializedTargets?: readonly {
1167
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1168
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1169
+ readonly region?: string | undefined;
1170
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1171
+ }[] | undefined;
1172
+ } | {
1173
+ readonly path: string;
1174
+ readonly type: "local";
1175
+ readonly installedAt: Date;
1176
+ readonly updatedAt: Date;
1177
+ readonly gitTreeHash?: string | undefined;
1178
+ readonly retainedByPack?: boolean | undefined;
1179
+ readonly resolvedInputs?: {
1180
+ readonly [x: string]: string | number | boolean;
1181
+ } | undefined;
1182
+ readonly materializedTargets?: readonly {
1183
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1184
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1185
+ readonly region?: string | undefined;
1186
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1187
+ }[] | undefined;
1188
+ } | {
1189
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1190
+ readonly type: "registry";
1191
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1192
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1193
+ readonly integrity: string;
1194
+ readonly sourceName: string;
1195
+ readonly installedAt: Date;
1196
+ readonly updatedAt: Date;
1197
+ readonly gitTreeHash?: string | undefined;
1198
+ readonly retainedByPack?: boolean | undefined;
1199
+ readonly resolvedInputs?: {
1200
+ readonly [x: string]: string | number | boolean;
1201
+ } | undefined;
1202
+ readonly materializedTargets?: readonly {
1203
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1204
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1205
+ readonly region?: string | undefined;
1206
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1207
+ }[] | undefined;
1208
+ };
1209
+ } | undefined;
1210
+ readonly mcpServers?: {
1211
+ readonly [x: string]: {
1212
+ readonly type: "github";
1213
+ readonly owner: string;
1214
+ readonly repo: string;
1215
+ readonly installedAt: Date;
1216
+ readonly updatedAt: Date;
1217
+ readonly path?: string | undefined;
1218
+ readonly ref?: string | undefined;
1219
+ readonly gitTreeHash?: string | undefined;
1220
+ readonly retainedByPack?: boolean | undefined;
1221
+ readonly syncedAgents?: readonly string[] | undefined;
1222
+ } | {
1223
+ readonly type: "gitlab";
1224
+ readonly owner: string;
1225
+ readonly repo: string;
1226
+ readonly installedAt: Date;
1227
+ readonly updatedAt: Date;
1228
+ readonly path?: string | undefined;
1229
+ readonly ref?: string | undefined;
1230
+ readonly gitTreeHash?: string | undefined;
1231
+ readonly retainedByPack?: boolean | undefined;
1232
+ readonly syncedAgents?: readonly string[] | undefined;
1233
+ } | {
1234
+ readonly type: "bitbucket";
1235
+ readonly owner: string;
1236
+ readonly repo: string;
1237
+ readonly installedAt: Date;
1238
+ readonly updatedAt: Date;
1239
+ readonly path?: string | undefined;
1240
+ readonly ref?: string | undefined;
1241
+ readonly gitTreeHash?: string | undefined;
1242
+ readonly retainedByPack?: boolean | undefined;
1243
+ readonly syncedAgents?: readonly string[] | undefined;
1244
+ } | {
1245
+ readonly project: string;
1246
+ readonly type: "azurerepos";
1247
+ readonly repo: string;
1248
+ readonly organization: string;
1249
+ readonly installedAt: Date;
1250
+ readonly updatedAt: Date;
1251
+ readonly path?: string | undefined;
1252
+ readonly ref?: string | undefined;
1253
+ readonly gitTreeHash?: string | undefined;
1254
+ readonly retainedByPack?: boolean | undefined;
1255
+ readonly syncedAgents?: readonly string[] | undefined;
1256
+ } | {
1257
+ readonly url: string;
1258
+ readonly type: "git";
1259
+ readonly installedAt: Date;
1260
+ readonly updatedAt: Date;
1261
+ readonly path?: string | undefined;
1262
+ readonly ref?: string | undefined;
1263
+ readonly gitTreeHash?: string | undefined;
1264
+ readonly retainedByPack?: boolean | undefined;
1265
+ readonly syncedAgents?: readonly string[] | undefined;
1266
+ } | {
1267
+ readonly path: string;
1268
+ readonly type: "local";
1269
+ readonly installedAt: Date;
1270
+ readonly updatedAt: Date;
1271
+ readonly gitTreeHash?: string | undefined;
1272
+ readonly retainedByPack?: boolean | undefined;
1273
+ readonly syncedAgents?: readonly string[] | undefined;
1274
+ } | {
1275
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1276
+ readonly type: "registry";
1277
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1278
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1279
+ readonly integrity: string;
1280
+ readonly sourceName: string;
1281
+ readonly installedAt: Date;
1282
+ readonly updatedAt: Date;
1283
+ readonly gitTreeHash?: string | undefined;
1284
+ readonly retainedByPack?: boolean | undefined;
1285
+ readonly syncedAgents?: readonly string[] | undefined;
1286
+ } | {
1287
+ readonly type: "inline";
1288
+ readonly installedAt: Date;
1289
+ readonly updatedAt: Date;
1290
+ readonly url?: string | undefined;
1291
+ readonly command?: string | undefined;
1292
+ readonly headers?: {
1293
+ readonly [x: string]: string;
1294
+ } | undefined;
1295
+ readonly args?: readonly string[] | undefined;
1296
+ readonly gitTreeHash?: string | undefined;
1297
+ readonly retainedByPack?: boolean | undefined;
1298
+ readonly syncedAgents?: readonly string[] | undefined;
1299
+ };
1300
+ } | undefined;
1301
+ readonly hooks?: {
1302
+ readonly [x: string]: {
1303
+ readonly type: "github";
1304
+ readonly owner: string;
1305
+ readonly repo: string;
1306
+ readonly installedAt: Date;
1307
+ readonly updatedAt: Date;
1308
+ readonly path?: string | undefined;
1309
+ readonly ref?: string | undefined;
1310
+ readonly gitTreeHash?: string | undefined;
1311
+ readonly retainedByPack?: boolean | undefined;
1312
+ readonly materializedTargets?: readonly {
1313
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1314
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1315
+ readonly region?: string | undefined;
1316
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1317
+ }[] | undefined;
1318
+ } | {
1319
+ readonly type: "gitlab";
1320
+ readonly owner: string;
1321
+ readonly repo: string;
1322
+ readonly installedAt: Date;
1323
+ readonly updatedAt: Date;
1324
+ readonly path?: string | undefined;
1325
+ readonly ref?: string | undefined;
1326
+ readonly gitTreeHash?: string | undefined;
1327
+ readonly retainedByPack?: boolean | undefined;
1328
+ readonly materializedTargets?: readonly {
1329
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1330
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1331
+ readonly region?: string | undefined;
1332
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1333
+ }[] | undefined;
1334
+ } | {
1335
+ readonly type: "bitbucket";
1336
+ readonly owner: string;
1337
+ readonly repo: string;
1338
+ readonly installedAt: Date;
1339
+ readonly updatedAt: Date;
1340
+ readonly path?: string | undefined;
1341
+ readonly ref?: string | undefined;
1342
+ readonly gitTreeHash?: string | undefined;
1343
+ readonly retainedByPack?: boolean | undefined;
1344
+ readonly materializedTargets?: readonly {
1345
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1346
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1347
+ readonly region?: string | undefined;
1348
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1349
+ }[] | undefined;
1350
+ } | {
1351
+ readonly project: string;
1352
+ readonly type: "azurerepos";
1353
+ readonly repo: string;
1354
+ readonly organization: string;
1355
+ readonly installedAt: Date;
1356
+ readonly updatedAt: Date;
1357
+ readonly path?: string | undefined;
1358
+ readonly ref?: string | undefined;
1359
+ readonly gitTreeHash?: string | undefined;
1360
+ readonly retainedByPack?: boolean | undefined;
1361
+ readonly materializedTargets?: readonly {
1362
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1363
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1364
+ readonly region?: string | undefined;
1365
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1366
+ }[] | undefined;
1367
+ } | {
1368
+ readonly url: string;
1369
+ readonly type: "git";
1370
+ readonly installedAt: Date;
1371
+ readonly updatedAt: Date;
1372
+ readonly path?: string | undefined;
1373
+ readonly ref?: string | undefined;
1374
+ readonly gitTreeHash?: string | undefined;
1375
+ readonly retainedByPack?: boolean | undefined;
1376
+ readonly materializedTargets?: readonly {
1377
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1378
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1379
+ readonly region?: string | undefined;
1380
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1381
+ }[] | undefined;
1382
+ } | {
1383
+ readonly path: string;
1384
+ readonly type: "local";
1385
+ readonly installedAt: Date;
1386
+ readonly updatedAt: Date;
1387
+ readonly gitTreeHash?: string | undefined;
1388
+ readonly retainedByPack?: boolean | undefined;
1389
+ readonly materializedTargets?: readonly {
1390
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1391
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1392
+ readonly region?: string | undefined;
1393
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1394
+ }[] | undefined;
1395
+ } | {
1396
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1397
+ readonly type: "registry";
1398
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1399
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1400
+ readonly integrity: string;
1401
+ readonly sourceName: string;
1402
+ readonly installedAt: Date;
1403
+ readonly updatedAt: Date;
1404
+ readonly gitTreeHash?: string | undefined;
1405
+ readonly retainedByPack?: boolean | undefined;
1406
+ readonly materializedTargets?: readonly {
1407
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1408
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1409
+ readonly region?: string | undefined;
1410
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1411
+ }[] | undefined;
1412
+ };
1413
+ } | undefined;
1414
+ readonly subagents?: {
1415
+ readonly [x: string]: {
1416
+ readonly type: "github";
1417
+ readonly owner: string;
1418
+ readonly repo: string;
1419
+ readonly agents: readonly string[];
1420
+ readonly installedAt: Date;
1421
+ readonly updatedAt: Date;
1422
+ readonly path?: string | undefined;
1423
+ readonly ref?: string | undefined;
1424
+ readonly sourceHash?: string | undefined;
1425
+ readonly renderedFiles?: {
1426
+ readonly [x: string]: readonly {
1427
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1428
+ }[];
1429
+ } | undefined;
1430
+ readonly gitTreeHash?: string | undefined;
1431
+ readonly retainedByPack?: boolean | undefined;
1432
+ } | {
1433
+ readonly type: "gitlab";
1434
+ readonly owner: string;
1435
+ readonly repo: string;
1436
+ readonly agents: readonly string[];
1437
+ readonly installedAt: Date;
1438
+ readonly updatedAt: Date;
1439
+ readonly path?: string | undefined;
1440
+ readonly ref?: string | undefined;
1441
+ readonly sourceHash?: string | undefined;
1442
+ readonly renderedFiles?: {
1443
+ readonly [x: string]: readonly {
1444
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1445
+ }[];
1446
+ } | undefined;
1447
+ readonly gitTreeHash?: string | undefined;
1448
+ readonly retainedByPack?: boolean | undefined;
1449
+ } | {
1450
+ readonly type: "bitbucket";
1451
+ readonly owner: string;
1452
+ readonly repo: string;
1453
+ readonly agents: readonly string[];
1454
+ readonly installedAt: Date;
1455
+ readonly updatedAt: Date;
1456
+ readonly path?: string | undefined;
1457
+ readonly ref?: string | undefined;
1458
+ readonly sourceHash?: string | undefined;
1459
+ readonly renderedFiles?: {
1460
+ readonly [x: string]: readonly {
1461
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1462
+ }[];
1463
+ } | undefined;
1464
+ readonly gitTreeHash?: string | undefined;
1465
+ readonly retainedByPack?: boolean | undefined;
1466
+ } | {
1467
+ readonly project: string;
1468
+ readonly type: "azurerepos";
1469
+ readonly repo: string;
1470
+ readonly organization: string;
1471
+ readonly agents: readonly string[];
1472
+ readonly installedAt: Date;
1473
+ readonly updatedAt: Date;
1474
+ readonly path?: string | undefined;
1475
+ readonly ref?: string | undefined;
1476
+ readonly sourceHash?: string | undefined;
1477
+ readonly renderedFiles?: {
1478
+ readonly [x: string]: readonly {
1479
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1480
+ }[];
1481
+ } | undefined;
1482
+ readonly gitTreeHash?: string | undefined;
1483
+ readonly retainedByPack?: boolean | undefined;
1484
+ } | {
1485
+ readonly url: string;
1486
+ readonly type: "git";
1487
+ readonly agents: readonly string[];
1488
+ readonly installedAt: Date;
1489
+ readonly updatedAt: Date;
1490
+ readonly path?: string | undefined;
1491
+ readonly ref?: string | undefined;
1492
+ readonly sourceHash?: string | undefined;
1493
+ readonly renderedFiles?: {
1494
+ readonly [x: string]: readonly {
1495
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1496
+ }[];
1497
+ } | undefined;
1498
+ readonly gitTreeHash?: string | undefined;
1499
+ readonly retainedByPack?: boolean | undefined;
1500
+ } | {
1501
+ readonly path: string;
1502
+ readonly type: "local";
1503
+ readonly agents: readonly string[];
1504
+ readonly installedAt: Date;
1505
+ readonly updatedAt: Date;
1506
+ readonly sourceHash?: string | undefined;
1507
+ readonly renderedFiles?: {
1508
+ readonly [x: string]: readonly {
1509
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1510
+ }[];
1511
+ } | undefined;
1512
+ readonly gitTreeHash?: string | undefined;
1513
+ readonly retainedByPack?: boolean | undefined;
1514
+ } | {
1515
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1516
+ readonly type: "registry";
1517
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1518
+ readonly agents: readonly string[];
1519
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1520
+ readonly integrity: string;
1521
+ readonly sourceName: string;
1522
+ readonly installedAt: Date;
1523
+ readonly updatedAt: Date;
1524
+ readonly sourceHash?: string | undefined;
1525
+ readonly renderedFiles?: {
1526
+ readonly [x: string]: readonly {
1527
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1528
+ }[];
1529
+ } | undefined;
1530
+ readonly gitTreeHash?: string | undefined;
1531
+ readonly retainedByPack?: boolean | undefined;
1532
+ };
1533
+ } | undefined;
1534
+ readonly commands?: {
1535
+ readonly [x: string]: {
1536
+ readonly type: "github";
1537
+ readonly owner: string;
1538
+ readonly repo: string;
1539
+ readonly agents: readonly string[];
1540
+ readonly installedAt: Date;
1541
+ readonly updatedAt: Date;
1542
+ readonly path?: string | undefined;
1543
+ readonly ref?: string | undefined;
1544
+ readonly sourceHash?: string | undefined;
1545
+ readonly renderedFiles?: {
1546
+ readonly [x: string]: readonly {
1547
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1548
+ }[];
1549
+ } | undefined;
1550
+ readonly gitTreeHash?: string | undefined;
1551
+ readonly retainedByPack?: boolean | undefined;
1552
+ } | {
1553
+ readonly type: "gitlab";
1554
+ readonly owner: string;
1555
+ readonly repo: string;
1556
+ readonly agents: readonly string[];
1557
+ readonly installedAt: Date;
1558
+ readonly updatedAt: Date;
1559
+ readonly path?: string | undefined;
1560
+ readonly ref?: string | undefined;
1561
+ readonly sourceHash?: string | undefined;
1562
+ readonly renderedFiles?: {
1563
+ readonly [x: string]: readonly {
1564
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1565
+ }[];
1566
+ } | undefined;
1567
+ readonly gitTreeHash?: string | undefined;
1568
+ readonly retainedByPack?: boolean | undefined;
1569
+ } | {
1570
+ readonly type: "bitbucket";
1571
+ readonly owner: string;
1572
+ readonly repo: string;
1573
+ readonly agents: readonly string[];
1574
+ readonly installedAt: Date;
1575
+ readonly updatedAt: Date;
1576
+ readonly path?: string | undefined;
1577
+ readonly ref?: string | undefined;
1578
+ readonly sourceHash?: string | undefined;
1579
+ readonly renderedFiles?: {
1580
+ readonly [x: string]: readonly {
1581
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1582
+ }[];
1583
+ } | undefined;
1584
+ readonly gitTreeHash?: string | undefined;
1585
+ readonly retainedByPack?: boolean | undefined;
1586
+ } | {
1587
+ readonly project: string;
1588
+ readonly type: "azurerepos";
1589
+ readonly repo: string;
1590
+ readonly organization: string;
1591
+ readonly agents: readonly string[];
1592
+ readonly installedAt: Date;
1593
+ readonly updatedAt: Date;
1594
+ readonly path?: string | undefined;
1595
+ readonly ref?: string | undefined;
1596
+ readonly sourceHash?: string | undefined;
1597
+ readonly renderedFiles?: {
1598
+ readonly [x: string]: readonly {
1599
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1600
+ }[];
1601
+ } | undefined;
1602
+ readonly gitTreeHash?: string | undefined;
1603
+ readonly retainedByPack?: boolean | undefined;
1604
+ } | {
1605
+ readonly url: string;
1606
+ readonly type: "git";
1607
+ readonly agents: readonly string[];
1608
+ readonly installedAt: Date;
1609
+ readonly updatedAt: Date;
1610
+ readonly path?: string | undefined;
1611
+ readonly ref?: string | undefined;
1612
+ readonly sourceHash?: string | undefined;
1613
+ readonly renderedFiles?: {
1614
+ readonly [x: string]: readonly {
1615
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1616
+ }[];
1617
+ } | undefined;
1618
+ readonly gitTreeHash?: string | undefined;
1619
+ readonly retainedByPack?: boolean | undefined;
1620
+ } | {
1621
+ readonly path: string;
1622
+ readonly type: "local";
1623
+ readonly agents: readonly string[];
1624
+ readonly installedAt: Date;
1625
+ readonly updatedAt: Date;
1626
+ readonly sourceHash?: string | undefined;
1627
+ readonly renderedFiles?: {
1628
+ readonly [x: string]: readonly {
1629
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1630
+ }[];
1631
+ } | undefined;
1632
+ readonly gitTreeHash?: string | undefined;
1633
+ readonly retainedByPack?: boolean | undefined;
1634
+ } | {
1635
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1636
+ readonly type: "registry";
1637
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1638
+ readonly agents: readonly string[];
1639
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1640
+ readonly integrity: string;
1641
+ readonly sourceName: string;
1642
+ readonly installedAt: Date;
1643
+ readonly updatedAt: Date;
1644
+ readonly sourceHash?: string | undefined;
1645
+ readonly renderedFiles?: {
1646
+ readonly [x: string]: readonly {
1647
+ readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
1648
+ }[];
1649
+ } | undefined;
1650
+ readonly gitTreeHash?: string | undefined;
1651
+ readonly retainedByPack?: boolean | undefined;
1652
+ };
1653
+ } | undefined;
1654
+ readonly rules?: {
1655
+ readonly [x: string]: {
1656
+ readonly type: "github";
1657
+ readonly owner: string;
1658
+ readonly repo: string;
1659
+ readonly installedAt: Date;
1660
+ readonly updatedAt: Date;
1661
+ readonly path?: string | undefined;
1662
+ readonly ref?: string | undefined;
1663
+ readonly gitTreeHash?: string | undefined;
1664
+ readonly retainedByPack?: boolean | undefined;
1665
+ readonly materializedTargets?: readonly {
1666
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1667
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1668
+ readonly region?: string | undefined;
1669
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1670
+ }[] | undefined;
1671
+ } | {
1672
+ readonly type: "gitlab";
1673
+ readonly owner: string;
1674
+ readonly repo: string;
1675
+ readonly installedAt: Date;
1676
+ readonly updatedAt: Date;
1677
+ readonly path?: string | undefined;
1678
+ readonly ref?: string | undefined;
1679
+ readonly gitTreeHash?: string | undefined;
1680
+ readonly retainedByPack?: boolean | undefined;
1681
+ readonly materializedTargets?: readonly {
1682
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1683
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1684
+ readonly region?: string | undefined;
1685
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1686
+ }[] | undefined;
1687
+ } | {
1688
+ readonly type: "bitbucket";
1689
+ readonly owner: string;
1690
+ readonly repo: string;
1691
+ readonly installedAt: Date;
1692
+ readonly updatedAt: Date;
1693
+ readonly path?: string | undefined;
1694
+ readonly ref?: string | undefined;
1695
+ readonly gitTreeHash?: string | undefined;
1696
+ readonly retainedByPack?: boolean | undefined;
1697
+ readonly materializedTargets?: readonly {
1698
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1699
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1700
+ readonly region?: string | undefined;
1701
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1702
+ }[] | undefined;
1703
+ } | {
1704
+ readonly project: string;
1705
+ readonly type: "azurerepos";
1706
+ readonly repo: string;
1707
+ readonly organization: string;
1708
+ readonly installedAt: Date;
1709
+ readonly updatedAt: Date;
1710
+ readonly path?: string | undefined;
1711
+ readonly ref?: string | undefined;
1712
+ readonly gitTreeHash?: string | undefined;
1713
+ readonly retainedByPack?: boolean | undefined;
1714
+ readonly materializedTargets?: readonly {
1715
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1716
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1717
+ readonly region?: string | undefined;
1718
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1719
+ }[] | undefined;
1720
+ } | {
1721
+ readonly url: string;
1722
+ readonly type: "git";
1723
+ readonly installedAt: Date;
1724
+ readonly updatedAt: Date;
1725
+ readonly path?: string | undefined;
1726
+ readonly ref?: string | undefined;
1727
+ readonly gitTreeHash?: string | undefined;
1728
+ readonly retainedByPack?: boolean | undefined;
1729
+ readonly materializedTargets?: readonly {
1730
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1731
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1732
+ readonly region?: string | undefined;
1733
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1734
+ }[] | undefined;
1735
+ } | {
1736
+ readonly path: string;
1737
+ readonly type: "local";
1738
+ readonly installedAt: Date;
1739
+ readonly updatedAt: Date;
1740
+ readonly gitTreeHash?: string | undefined;
1741
+ readonly retainedByPack?: boolean | undefined;
1742
+ readonly materializedTargets?: readonly {
1743
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1744
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1745
+ readonly region?: string | undefined;
1746
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1747
+ }[] | undefined;
1748
+ } | {
1749
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1750
+ readonly type: "registry";
1751
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1752
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1753
+ readonly integrity: string;
1754
+ readonly sourceName: string;
1755
+ readonly installedAt: Date;
1756
+ readonly updatedAt: Date;
1757
+ readonly gitTreeHash?: string | undefined;
1758
+ readonly retainedByPack?: boolean | undefined;
1759
+ readonly materializedTargets?: readonly {
1760
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1761
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
1762
+ readonly region?: string | undefined;
1763
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1764
+ }[] | undefined;
1765
+ };
1766
+ } | undefined;
1767
+ readonly packs?: {
1768
+ readonly [x: string]: {
1769
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1770
+ readonly type: "registry";
1771
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1772
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1773
+ readonly integrity: string;
1774
+ readonly sourceName: string;
1775
+ readonly installedAt: Date;
1776
+ readonly updatedAt: Date;
1777
+ readonly resolvedSkills: {
1778
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1779
+ };
1780
+ readonly resolvedCommands: {
1781
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1782
+ };
1783
+ readonly resolvedMcpServers: {
1784
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1785
+ };
1786
+ readonly resolvedSubagents: {
1787
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1788
+ };
1789
+ readonly resolvedFiles?: {
1790
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1791
+ } | undefined;
1792
+ readonly resolvedRules?: {
1793
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1794
+ } | undefined;
1795
+ readonly resolvedHooks?: {
1796
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1797
+ } | undefined;
1798
+ };
1799
+ } | undefined;
1800
+ readonly libraries?: {
1801
+ readonly [x: string]: {
1802
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1803
+ readonly type: "registry";
1804
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1805
+ readonly sourceName: string;
1806
+ readonly installedAt: Date;
1807
+ readonly updatedAt: Date;
1808
+ readonly resolvedFiles: {
1809
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1810
+ };
1811
+ readonly resolvedRules: {
1812
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1813
+ };
1814
+ readonly resolvedHooks: {
1815
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1816
+ };
1817
+ readonly resolvedSkills: {
1818
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1819
+ };
1820
+ readonly resolvedCommands: {
1821
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1822
+ };
1823
+ readonly resolvedMcpServers: {
1824
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1825
+ };
1826
+ readonly resolvedSubagents: {
1827
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1828
+ };
1829
+ readonly resolvedAt: Date;
1830
+ readonly membershipDigest: string;
1831
+ };
1832
+ } | undefined;
1833
+ }, AppError, Path.Path | FileSystem.FileSystem>;
901
1834
  //# sourceMappingURL=lockfile.d.ts.map