@gitgov/core 1.11.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/index.d.ts +860 -456
- package/dist/src/index.js +367 -21
- package/dist/src/index.js.map +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -765,39 +765,39 @@ declare class GitGovError extends Error {
|
|
|
765
765
|
constructor(message: string, code: string);
|
|
766
766
|
}
|
|
767
767
|
|
|
768
|
-
type index$
|
|
769
|
-
type index$
|
|
770
|
-
type index$
|
|
771
|
-
type index$
|
|
772
|
-
type index$
|
|
773
|
-
type index$
|
|
774
|
-
type index$
|
|
775
|
-
type index$
|
|
776
|
-
type index$
|
|
777
|
-
type index$
|
|
778
|
-
type index$
|
|
779
|
-
type index$
|
|
780
|
-
type index$
|
|
781
|
-
type index$
|
|
782
|
-
type index$
|
|
783
|
-
type index$
|
|
784
|
-
type index$
|
|
785
|
-
type index$
|
|
786
|
-
type index$
|
|
787
|
-
type index$
|
|
788
|
-
declare const index$
|
|
789
|
-
type index$
|
|
790
|
-
type index$
|
|
791
|
-
type index$
|
|
792
|
-
type index$
|
|
793
|
-
type index$
|
|
794
|
-
type index$
|
|
795
|
-
type index$
|
|
796
|
-
type index$
|
|
797
|
-
type index$
|
|
798
|
-
type index$
|
|
799
|
-
declare namespace index$
|
|
800
|
-
export { type index$
|
|
768
|
+
type index$p_ActorPayload = ActorPayload;
|
|
769
|
+
type index$p_ActorRecord = ActorRecord;
|
|
770
|
+
type index$p_AgentPayload = AgentPayload;
|
|
771
|
+
type index$p_AgentRecord<TMetadata = object> = AgentRecord<TMetadata>;
|
|
772
|
+
type index$p_ChangelogPayload = ChangelogPayload;
|
|
773
|
+
type index$p_ChangelogRecord = ChangelogRecord;
|
|
774
|
+
type index$p_CustomRecord = CustomRecord;
|
|
775
|
+
type index$p_CyclePayload = CyclePayload;
|
|
776
|
+
type index$p_CycleRecord = CycleRecord;
|
|
777
|
+
type index$p_EmbeddedMetadataHeader = EmbeddedMetadataHeader;
|
|
778
|
+
type index$p_EmbeddedMetadataRecord<T extends GitGovRecordPayload> = EmbeddedMetadataRecord<T>;
|
|
779
|
+
type index$p_ExecutionPayload = ExecutionPayload;
|
|
780
|
+
type index$p_ExecutionRecord<TMetadata = object> = ExecutionRecord<TMetadata>;
|
|
781
|
+
type index$p_FeedbackPayload = FeedbackPayload;
|
|
782
|
+
type index$p_FeedbackRecord<TMetadata = object> = FeedbackRecord<TMetadata>;
|
|
783
|
+
type index$p_GitGovActorRecord = GitGovActorRecord;
|
|
784
|
+
type index$p_GitGovAgentRecord = GitGovAgentRecord;
|
|
785
|
+
type index$p_GitGovChangelogRecord = GitGovChangelogRecord;
|
|
786
|
+
type index$p_GitGovCycleRecord = GitGovCycleRecord;
|
|
787
|
+
type index$p_GitGovError = GitGovError;
|
|
788
|
+
declare const index$p_GitGovError: typeof GitGovError;
|
|
789
|
+
type index$p_GitGovExecutionRecord = GitGovExecutionRecord;
|
|
790
|
+
type index$p_GitGovFeedbackRecord = GitGovFeedbackRecord;
|
|
791
|
+
type index$p_GitGovRecord = GitGovRecord;
|
|
792
|
+
type index$p_GitGovRecordPayload = GitGovRecordPayload;
|
|
793
|
+
type index$p_GitGovRecordType = GitGovRecordType;
|
|
794
|
+
type index$p_GitGovTaskRecord = GitGovTaskRecord;
|
|
795
|
+
type index$p_Signature = Signature;
|
|
796
|
+
type index$p_TaskPayload = TaskPayload;
|
|
797
|
+
type index$p_TaskRecord = TaskRecord;
|
|
798
|
+
type index$p_WorkflowMethodologyRecord = WorkflowMethodologyRecord;
|
|
799
|
+
declare namespace index$p {
|
|
800
|
+
export { type index$p_ActorPayload as ActorPayload, type index$p_ActorRecord as ActorRecord, type index$p_AgentPayload as AgentPayload, type index$p_AgentRecord as AgentRecord, type index$p_ChangelogPayload as ChangelogPayload, type index$p_ChangelogRecord as ChangelogRecord, type index$p_CustomRecord as CustomRecord, type index$p_CyclePayload as CyclePayload, type index$p_CycleRecord as CycleRecord, type index$p_EmbeddedMetadataHeader as EmbeddedMetadataHeader, type index$p_EmbeddedMetadataRecord as EmbeddedMetadataRecord, type index$p_ExecutionPayload as ExecutionPayload, type index$p_ExecutionRecord as ExecutionRecord, type index$p_FeedbackPayload as FeedbackPayload, type index$p_FeedbackRecord as FeedbackRecord, type index$p_GitGovActorRecord as GitGovActorRecord, type index$p_GitGovAgentRecord as GitGovAgentRecord, type index$p_GitGovChangelogRecord as GitGovChangelogRecord, type index$p_GitGovCycleRecord as GitGovCycleRecord, index$p_GitGovError as GitGovError, type index$p_GitGovExecutionRecord as GitGovExecutionRecord, type index$p_GitGovFeedbackRecord as GitGovFeedbackRecord, type index$p_GitGovRecord as GitGovRecord, type index$p_GitGovRecordPayload as GitGovRecordPayload, type index$p_GitGovRecordType as GitGovRecordType, type index$p_GitGovTaskRecord as GitGovTaskRecord, type index$p_Signature as Signature, type index$p_TaskPayload as TaskPayload, type index$p_TaskRecord as TaskRecord, type index$p_WorkflowMethodologyRecord as WorkflowMethodologyRecord };
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
type StorablePayload$1 = Exclude<GitGovRecordPayload, CustomRecord>;
|
|
@@ -830,11 +830,11 @@ declare class RecordStore<T extends StorablePayload$1> {
|
|
|
830
830
|
exists(recordId: string): Promise<boolean>;
|
|
831
831
|
}
|
|
832
832
|
|
|
833
|
-
type index$
|
|
834
|
-
type index$
|
|
835
|
-
declare const index$
|
|
836
|
-
declare namespace index$
|
|
837
|
-
export { type index$
|
|
833
|
+
type index$o_FsDependencies = FsDependencies;
|
|
834
|
+
type index$o_RecordStore<T extends StorablePayload$1> = RecordStore<T>;
|
|
835
|
+
declare const index$o_RecordStore: typeof RecordStore;
|
|
836
|
+
declare namespace index$o {
|
|
837
|
+
export { type index$o_FsDependencies as FsDependencies, index$o_RecordStore as RecordStore };
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
/**
|
|
@@ -1194,31 +1194,31 @@ declare function publishEvent(event: GitGovEvent): void;
|
|
|
1194
1194
|
*/
|
|
1195
1195
|
declare function subscribeToEvent<T extends GitGovEvent>(eventType: T['type'], handler: EventHandler<T>): EventSubscription;
|
|
1196
1196
|
|
|
1197
|
-
type index$
|
|
1198
|
-
type index$
|
|
1199
|
-
type index$
|
|
1200
|
-
type index$
|
|
1201
|
-
type index$
|
|
1202
|
-
type index$
|
|
1203
|
-
type index$
|
|
1204
|
-
type index$
|
|
1205
|
-
type index$
|
|
1206
|
-
declare const index$
|
|
1207
|
-
type index$
|
|
1208
|
-
type index$
|
|
1209
|
-
type index$
|
|
1210
|
-
type index$
|
|
1211
|
-
type index$
|
|
1212
|
-
type index$
|
|
1213
|
-
type index$
|
|
1214
|
-
type index$
|
|
1215
|
-
type index$
|
|
1216
|
-
type index$
|
|
1217
|
-
declare const index$
|
|
1218
|
-
declare const index$
|
|
1219
|
-
declare const index$
|
|
1220
|
-
declare namespace index$
|
|
1221
|
-
export { type index$
|
|
1197
|
+
type index$n_ActivityEvent = ActivityEvent;
|
|
1198
|
+
type index$n_ActorCreatedEvent = ActorCreatedEvent;
|
|
1199
|
+
type index$n_ActorRevokedEvent = ActorRevokedEvent;
|
|
1200
|
+
type index$n_AgentRegisteredEvent = AgentRegisteredEvent;
|
|
1201
|
+
type index$n_BaseEvent = BaseEvent;
|
|
1202
|
+
type index$n_ChangelogCreatedEvent = ChangelogCreatedEvent;
|
|
1203
|
+
type index$n_CycleCreatedEvent = CycleCreatedEvent;
|
|
1204
|
+
type index$n_CycleStatusChangedEvent = CycleStatusChangedEvent;
|
|
1205
|
+
type index$n_EventBus = EventBus;
|
|
1206
|
+
declare const index$n_EventBus: typeof EventBus;
|
|
1207
|
+
type index$n_EventHandler<T extends BaseEvent = BaseEvent> = EventHandler<T>;
|
|
1208
|
+
type index$n_EventMetadata = EventMetadata;
|
|
1209
|
+
type index$n_EventSubscription = EventSubscription;
|
|
1210
|
+
type index$n_ExecutionCreatedEvent = ExecutionCreatedEvent;
|
|
1211
|
+
type index$n_FeedbackCreatedEvent = FeedbackCreatedEvent;
|
|
1212
|
+
type index$n_GitGovEvent = GitGovEvent;
|
|
1213
|
+
type index$n_IEventStream = IEventStream;
|
|
1214
|
+
type index$n_SystemDailyTickEvent = SystemDailyTickEvent;
|
|
1215
|
+
type index$n_TaskCreatedEvent = TaskCreatedEvent;
|
|
1216
|
+
type index$n_TaskStatusChangedEvent = TaskStatusChangedEvent;
|
|
1217
|
+
declare const index$n_eventBus: typeof eventBus;
|
|
1218
|
+
declare const index$n_publishEvent: typeof publishEvent;
|
|
1219
|
+
declare const index$n_subscribeToEvent: typeof subscribeToEvent;
|
|
1220
|
+
declare namespace index$n {
|
|
1221
|
+
export { type index$n_ActivityEvent as ActivityEvent, type index$n_ActorCreatedEvent as ActorCreatedEvent, type index$n_ActorRevokedEvent as ActorRevokedEvent, type index$n_AgentRegisteredEvent as AgentRegisteredEvent, type index$n_BaseEvent as BaseEvent, type index$n_ChangelogCreatedEvent as ChangelogCreatedEvent, type index$n_CycleCreatedEvent as CycleCreatedEvent, type index$n_CycleStatusChangedEvent as CycleStatusChangedEvent, index$n_EventBus as EventBus, type index$n_EventHandler as EventHandler, type index$n_EventMetadata as EventMetadata, type index$n_EventSubscription as EventSubscription, type index$n_ExecutionCreatedEvent as ExecutionCreatedEvent, type index$n_FeedbackCreatedEvent as FeedbackCreatedEvent, type index$n_GitGovEvent as GitGovEvent, type index$n_IEventStream as IEventStream, type index$n_SystemDailyTickEvent as SystemDailyTickEvent, type index$n_TaskCreatedEvent as TaskCreatedEvent, type index$n_TaskStatusChangedEvent as TaskStatusChangedEvent, index$n_eventBus as eventBus, index$n_publishEvent as publishEvent, index$n_subscribeToEvent as subscribeToEvent };
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
/**
|
|
@@ -1298,12 +1298,12 @@ declare class IdentityAdapter implements IIdentityAdapter {
|
|
|
1298
1298
|
listAgentRecords(): Promise<AgentRecord[]>;
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
-
type index$
|
|
1302
|
-
type index$
|
|
1303
|
-
declare const index$
|
|
1304
|
-
type index$
|
|
1305
|
-
declare namespace index$
|
|
1306
|
-
export { type index$
|
|
1301
|
+
type index$m_IIdentityAdapter = IIdentityAdapter;
|
|
1302
|
+
type index$m_IdentityAdapter = IdentityAdapter;
|
|
1303
|
+
declare const index$m_IdentityAdapter: typeof IdentityAdapter;
|
|
1304
|
+
type index$m_IdentityAdapterDependencies = IdentityAdapterDependencies;
|
|
1305
|
+
declare namespace index$m {
|
|
1306
|
+
export { type index$m_IIdentityAdapter as IIdentityAdapter, index$m_IdentityAdapter as IdentityAdapter, type index$m_IdentityAdapterDependencies as IdentityAdapterDependencies };
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
1309
|
/**
|
|
@@ -1421,13 +1421,13 @@ declare class FeedbackAdapter implements IFeedbackAdapter {
|
|
|
1421
1421
|
private buildThread;
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
|
-
type index$
|
|
1425
|
-
declare const index$
|
|
1426
|
-
type index$
|
|
1427
|
-
type index$
|
|
1428
|
-
type index$
|
|
1429
|
-
declare namespace index$
|
|
1430
|
-
export { index$
|
|
1424
|
+
type index$l_FeedbackAdapter = FeedbackAdapter;
|
|
1425
|
+
declare const index$l_FeedbackAdapter: typeof FeedbackAdapter;
|
|
1426
|
+
type index$l_FeedbackAdapterDependencies = FeedbackAdapterDependencies;
|
|
1427
|
+
type index$l_FeedbackThread = FeedbackThread;
|
|
1428
|
+
type index$l_IFeedbackAdapter = IFeedbackAdapter;
|
|
1429
|
+
declare namespace index$l {
|
|
1430
|
+
export { index$l_FeedbackAdapter as FeedbackAdapter, type index$l_FeedbackAdapterDependencies as FeedbackAdapterDependencies, type index$l_FeedbackThread as FeedbackThread, type index$l_IFeedbackAdapter as IFeedbackAdapter };
|
|
1431
1431
|
}
|
|
1432
1432
|
|
|
1433
1433
|
/**
|
|
@@ -1515,12 +1515,12 @@ declare class ExecutionAdapter implements IExecutionAdapter {
|
|
|
1515
1515
|
private isFirstExecutionForTask;
|
|
1516
1516
|
}
|
|
1517
1517
|
|
|
1518
|
-
type index$
|
|
1519
|
-
declare const index$
|
|
1520
|
-
type index$
|
|
1521
|
-
type index$
|
|
1522
|
-
declare namespace index$
|
|
1523
|
-
export { index$
|
|
1518
|
+
type index$k_ExecutionAdapter = ExecutionAdapter;
|
|
1519
|
+
declare const index$k_ExecutionAdapter: typeof ExecutionAdapter;
|
|
1520
|
+
type index$k_ExecutionAdapterDependencies = ExecutionAdapterDependencies;
|
|
1521
|
+
type index$k_IExecutionAdapter = IExecutionAdapter;
|
|
1522
|
+
declare namespace index$k {
|
|
1523
|
+
export { index$k_ExecutionAdapter as ExecutionAdapter, type index$k_ExecutionAdapterDependencies as ExecutionAdapterDependencies, type index$k_IExecutionAdapter as IExecutionAdapter };
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
@@ -1613,13 +1613,13 @@ declare class ChangelogAdapter implements IChangelogAdapter {
|
|
|
1613
1613
|
getChangelogsByEntity(entityId: string, _entityType?: string): Promise<ChangelogRecord[]>;
|
|
1614
1614
|
}
|
|
1615
1615
|
|
|
1616
|
-
type index$
|
|
1617
|
-
declare const index$
|
|
1618
|
-
type index$
|
|
1619
|
-
type index$
|
|
1620
|
-
type index$
|
|
1621
|
-
declare namespace index$
|
|
1622
|
-
export { index$
|
|
1616
|
+
type index$j_ChangelogAdapter = ChangelogAdapter;
|
|
1617
|
+
declare const index$j_ChangelogAdapter: typeof ChangelogAdapter;
|
|
1618
|
+
type index$j_ChangelogAdapterDependencies = ChangelogAdapterDependencies;
|
|
1619
|
+
type index$j_ChangelogListOptions = ChangelogListOptions;
|
|
1620
|
+
type index$j_IChangelogAdapter = IChangelogAdapter;
|
|
1621
|
+
declare namespace index$j {
|
|
1622
|
+
export { index$j_ChangelogAdapter as ChangelogAdapter, type index$j_ChangelogAdapterDependencies as ChangelogAdapterDependencies, type index$j_ChangelogListOptions as ChangelogListOptions, type index$j_IChangelogAdapter as IChangelogAdapter };
|
|
1623
1623
|
}
|
|
1624
1624
|
|
|
1625
1625
|
/**
|
|
@@ -1804,16 +1804,16 @@ declare class MetricsAdapter implements IMetricsAdapter {
|
|
|
1804
1804
|
calculateAgentExecutionTime(_executions: ExecutionRecord[]): number;
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
|
-
type index$
|
|
1808
|
-
type index$
|
|
1809
|
-
type index$
|
|
1810
|
-
declare const index$
|
|
1811
|
-
type index$
|
|
1812
|
-
type index$
|
|
1813
|
-
type index$
|
|
1814
|
-
type index$
|
|
1815
|
-
declare namespace index$
|
|
1816
|
-
export { type index$
|
|
1807
|
+
type index$i_CollaborationMetrics = CollaborationMetrics;
|
|
1808
|
+
type index$i_IMetricsAdapter = IMetricsAdapter;
|
|
1809
|
+
type index$i_MetricsAdapter = MetricsAdapter;
|
|
1810
|
+
declare const index$i_MetricsAdapter: typeof MetricsAdapter;
|
|
1811
|
+
type index$i_MetricsAdapterDependencies = MetricsAdapterDependencies;
|
|
1812
|
+
type index$i_ProductivityMetrics = ProductivityMetrics;
|
|
1813
|
+
type index$i_SystemStatus = SystemStatus;
|
|
1814
|
+
type index$i_TaskHealthReport = TaskHealthReport;
|
|
1815
|
+
declare namespace index$i {
|
|
1816
|
+
export { type index$i_CollaborationMetrics as CollaborationMetrics, type index$i_IMetricsAdapter as IMetricsAdapter, index$i_MetricsAdapter as MetricsAdapter, type index$i_MetricsAdapterDependencies as MetricsAdapterDependencies, type index$i_ProductivityMetrics as ProductivityMetrics, type index$i_SystemStatus as SystemStatus, type index$i_TaskHealthReport as TaskHealthReport };
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
1819
|
/**
|
|
@@ -2073,16 +2073,16 @@ declare class ConfigManager {
|
|
|
2073
2073
|
*/
|
|
2074
2074
|
declare function createConfigManager(projectRoot?: string): ConfigManager;
|
|
2075
2075
|
|
|
2076
|
-
type index$
|
|
2077
|
-
type index$
|
|
2078
|
-
type index$
|
|
2079
|
-
declare const index$
|
|
2080
|
-
type index$
|
|
2081
|
-
type index$
|
|
2082
|
-
type index$
|
|
2083
|
-
declare const index$
|
|
2084
|
-
declare namespace index$
|
|
2085
|
-
export { type index$
|
|
2076
|
+
type index$h_ActorState = ActorState;
|
|
2077
|
+
type index$h_AuditState = AuditState;
|
|
2078
|
+
type index$h_ConfigManager = ConfigManager;
|
|
2079
|
+
declare const index$h_ConfigManager: typeof ConfigManager;
|
|
2080
|
+
type index$h_GitGovConfig = GitGovConfig;
|
|
2081
|
+
type index$h_GitGovSession = GitGovSession;
|
|
2082
|
+
type index$h_SyncStatus = SyncStatus;
|
|
2083
|
+
declare const index$h_createConfigManager: typeof createConfigManager;
|
|
2084
|
+
declare namespace index$h {
|
|
2085
|
+
export { type index$h_ActorState as ActorState, type index$h_AuditState as AuditState, index$h_ConfigManager as ConfigManager, type index$h_GitGovConfig as GitGovConfig, type index$h_GitGovSession as GitGovSession, type index$h_SyncStatus as SyncStatus, index$h_createConfigManager as createConfigManager };
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
2088
2088
|
type TaskStatus = TaskRecord['status'];
|
|
@@ -2154,12 +2154,12 @@ declare class WorkflowMethodologyAdapter implements IWorkflowMethodology {
|
|
|
2154
2154
|
getAvailableTransitions(from: TaskStatus): Promise<TransitionRule[]>;
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
2157
|
-
type index$
|
|
2158
|
-
type index$
|
|
2159
|
-
declare const index$
|
|
2160
|
-
type index$
|
|
2161
|
-
declare namespace index$
|
|
2162
|
-
export { type index$
|
|
2157
|
+
type index$g_IWorkflowMethodology = IWorkflowMethodology;
|
|
2158
|
+
type index$g_WorkflowMethodologyAdapter = WorkflowMethodologyAdapter;
|
|
2159
|
+
declare const index$g_WorkflowMethodologyAdapter: typeof WorkflowMethodologyAdapter;
|
|
2160
|
+
type index$g_WorkflowMethodologyAdapterDependencies = WorkflowMethodologyAdapterDependencies;
|
|
2161
|
+
declare namespace index$g {
|
|
2162
|
+
export { type index$g_IWorkflowMethodology as IWorkflowMethodology, type ValidationContext$1 as ValidationContext, index$g_WorkflowMethodologyAdapter as WorkflowMethodologyAdapter, type index$g_WorkflowMethodologyAdapterDependencies as WorkflowMethodologyAdapterDependencies };
|
|
2163
2163
|
}
|
|
2164
2164
|
|
|
2165
2165
|
/**
|
|
@@ -2392,13 +2392,13 @@ declare class BacklogAdapter implements IBacklogAdapter {
|
|
|
2392
2392
|
processChanges(_changes: unknown[]): Promise<ExecutionRecord[]>;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
-
type index$
|
|
2396
|
-
declare const index$
|
|
2397
|
-
type index$
|
|
2398
|
-
type index$
|
|
2399
|
-
type index$
|
|
2400
|
-
declare namespace index$
|
|
2401
|
-
export { index$
|
|
2395
|
+
type index$f_BacklogAdapter = BacklogAdapter;
|
|
2396
|
+
declare const index$f_BacklogAdapter: typeof BacklogAdapter;
|
|
2397
|
+
type index$f_BacklogAdapterConfig = BacklogAdapterConfig;
|
|
2398
|
+
type index$f_BacklogAdapterDependencies = BacklogAdapterDependencies;
|
|
2399
|
+
type index$f_IBacklogAdapter = IBacklogAdapter;
|
|
2400
|
+
declare namespace index$f {
|
|
2401
|
+
export { index$f_BacklogAdapter as BacklogAdapter, type index$f_BacklogAdapterConfig as BacklogAdapterConfig, type index$f_BacklogAdapterDependencies as BacklogAdapterDependencies, type index$f_IBacklogAdapter as IBacklogAdapter };
|
|
2402
2402
|
}
|
|
2403
2403
|
|
|
2404
2404
|
/**
|
|
@@ -2757,21 +2757,21 @@ declare class FileIndexerAdapter implements IIndexerAdapter {
|
|
|
2757
2757
|
private getTimestampFromId;
|
|
2758
2758
|
}
|
|
2759
2759
|
|
|
2760
|
-
type index$
|
|
2761
|
-
type index$
|
|
2762
|
-
type index$
|
|
2763
|
-
type index$
|
|
2764
|
-
type index$
|
|
2765
|
-
declare const index$
|
|
2766
|
-
type index$
|
|
2767
|
-
type index$
|
|
2768
|
-
type index$
|
|
2769
|
-
type index$
|
|
2770
|
-
type index$
|
|
2771
|
-
type index$
|
|
2772
|
-
type index$
|
|
2773
|
-
declare namespace index$
|
|
2774
|
-
export { type index$
|
|
2760
|
+
type index$e_AllRecords = AllRecords;
|
|
2761
|
+
type index$e_DerivedStateSets = DerivedStateSets;
|
|
2762
|
+
type index$e_DerivedStates = DerivedStates;
|
|
2763
|
+
type index$e_EnrichedTaskRecord = EnrichedTaskRecord;
|
|
2764
|
+
type index$e_FileIndexerAdapter = FileIndexerAdapter;
|
|
2765
|
+
declare const index$e_FileIndexerAdapter: typeof FileIndexerAdapter;
|
|
2766
|
+
type index$e_IIndexerAdapter = IIndexerAdapter;
|
|
2767
|
+
type index$e_IndexData = IndexData;
|
|
2768
|
+
type index$e_IndexGenerationReport = IndexGenerationReport;
|
|
2769
|
+
type index$e_IndexerAdapterDependencies = IndexerAdapterDependencies;
|
|
2770
|
+
type index$e_IntegrityError = IntegrityError;
|
|
2771
|
+
type index$e_IntegrityReport = IntegrityReport;
|
|
2772
|
+
type index$e_IntegrityWarning = IntegrityWarning;
|
|
2773
|
+
declare namespace index$e {
|
|
2774
|
+
export { type index$e_AllRecords as AllRecords, type index$e_DerivedStateSets as DerivedStateSets, type index$e_DerivedStates as DerivedStates, type index$e_EnrichedTaskRecord as EnrichedTaskRecord, index$e_FileIndexerAdapter as FileIndexerAdapter, type index$e_IIndexerAdapter as IIndexerAdapter, type index$e_IndexData as IndexData, type index$e_IndexGenerationReport as IndexGenerationReport, type index$e_IndexerAdapterDependencies as IndexerAdapterDependencies, type index$e_IntegrityError as IntegrityError, type index$e_IntegrityReport as IntegrityReport, type index$e_IntegrityWarning as IntegrityWarning };
|
|
2775
2775
|
}
|
|
2776
2776
|
|
|
2777
2777
|
/**
|
|
@@ -3449,31 +3449,31 @@ declare class RebaseNotInProgressError extends GitError {
|
|
|
3449
3449
|
* @module git
|
|
3450
3450
|
*/
|
|
3451
3451
|
|
|
3452
|
-
type index$
|
|
3453
|
-
declare const index$
|
|
3454
|
-
type index$
|
|
3455
|
-
type index$
|
|
3456
|
-
type index$
|
|
3457
|
-
type index$
|
|
3458
|
-
type index$
|
|
3459
|
-
type index$
|
|
3460
|
-
declare const index$
|
|
3461
|
-
type index$
|
|
3462
|
-
type index$
|
|
3463
|
-
declare const index$
|
|
3464
|
-
type index$
|
|
3465
|
-
declare const index$
|
|
3466
|
-
type index$
|
|
3467
|
-
declare const index$
|
|
3468
|
-
type index$
|
|
3469
|
-
type index$
|
|
3470
|
-
declare const index$
|
|
3471
|
-
type index$
|
|
3472
|
-
declare const index$
|
|
3473
|
-
type index$
|
|
3474
|
-
declare const index$
|
|
3475
|
-
declare namespace index$
|
|
3476
|
-
export { index$
|
|
3452
|
+
type index$d_BranchNotFoundError = BranchNotFoundError;
|
|
3453
|
+
declare const index$d_BranchNotFoundError: typeof BranchNotFoundError;
|
|
3454
|
+
type index$d_ChangedFile = ChangedFile;
|
|
3455
|
+
type index$d_CommitAuthor = CommitAuthor;
|
|
3456
|
+
type index$d_CommitInfo = CommitInfo;
|
|
3457
|
+
type index$d_ExecOptions = ExecOptions;
|
|
3458
|
+
type index$d_ExecResult = ExecResult;
|
|
3459
|
+
type index$d_FileNotFoundError = FileNotFoundError;
|
|
3460
|
+
declare const index$d_FileNotFoundError: typeof FileNotFoundError;
|
|
3461
|
+
type index$d_GetCommitHistoryOptions = GetCommitHistoryOptions;
|
|
3462
|
+
type index$d_GitCommandError = GitCommandError;
|
|
3463
|
+
declare const index$d_GitCommandError: typeof GitCommandError;
|
|
3464
|
+
type index$d_GitError = GitError;
|
|
3465
|
+
declare const index$d_GitError: typeof GitError;
|
|
3466
|
+
type index$d_GitModule = GitModule;
|
|
3467
|
+
declare const index$d_GitModule: typeof GitModule;
|
|
3468
|
+
type index$d_GitModuleDependencies = GitModuleDependencies;
|
|
3469
|
+
type index$d_MergeConflictError = MergeConflictError;
|
|
3470
|
+
declare const index$d_MergeConflictError: typeof MergeConflictError;
|
|
3471
|
+
type index$d_RebaseConflictError = RebaseConflictError;
|
|
3472
|
+
declare const index$d_RebaseConflictError: typeof RebaseConflictError;
|
|
3473
|
+
type index$d_RebaseNotInProgressError = RebaseNotInProgressError;
|
|
3474
|
+
declare const index$d_RebaseNotInProgressError: typeof RebaseNotInProgressError;
|
|
3475
|
+
declare namespace index$d {
|
|
3476
|
+
export { index$d_BranchNotFoundError as BranchNotFoundError, type index$d_ChangedFile as ChangedFile, type index$d_CommitAuthor as CommitAuthor, type index$d_CommitInfo as CommitInfo, type index$d_ExecOptions as ExecOptions, type index$d_ExecResult as ExecResult, index$d_FileNotFoundError as FileNotFoundError, type index$d_GetCommitHistoryOptions as GetCommitHistoryOptions, index$d_GitCommandError as GitCommandError, index$d_GitError as GitError, index$d_GitModule as GitModule, type index$d_GitModuleDependencies as GitModuleDependencies, index$d_MergeConflictError as MergeConflictError, index$d_RebaseConflictError as RebaseConflictError, index$d_RebaseNotInProgressError as RebaseNotInProgressError };
|
|
3477
3477
|
}
|
|
3478
3478
|
|
|
3479
3479
|
/**
|
|
@@ -3617,8 +3617,66 @@ declare class ProjectAdapter implements IProjectAdapter {
|
|
|
3617
3617
|
private setupGitIntegration;
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
3620
|
+
type index$c_EnvironmentValidation = EnvironmentValidation;
|
|
3621
|
+
type index$c_IProjectAdapter = IProjectAdapter;
|
|
3622
|
+
type index$c_ProjectAdapter = ProjectAdapter;
|
|
3623
|
+
declare const index$c_ProjectAdapter: typeof ProjectAdapter;
|
|
3624
|
+
type index$c_ProjectAdapterDependencies = ProjectAdapterDependencies;
|
|
3625
|
+
type index$c_ProjectContext = ProjectContext;
|
|
3626
|
+
type index$c_ProjectInfo = ProjectInfo;
|
|
3627
|
+
type index$c_ProjectInitOptions = ProjectInitOptions;
|
|
3628
|
+
type index$c_ProjectInitResult = ProjectInitResult;
|
|
3629
|
+
type index$c_ProjectReport = ProjectReport;
|
|
3630
|
+
type index$c_TemplateProcessingResult = TemplateProcessingResult;
|
|
3631
|
+
declare namespace index$c {
|
|
3632
|
+
export { type index$c_EnvironmentValidation as EnvironmentValidation, type index$c_IProjectAdapter as IProjectAdapter, index$c_ProjectAdapter as ProjectAdapter, type index$c_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$c_ProjectContext as ProjectContext, type index$c_ProjectInfo as ProjectInfo, type index$c_ProjectInitOptions as ProjectInitOptions, type index$c_ProjectInitResult as ProjectInitResult, type index$c_ProjectReport as ProjectReport, type index$c_TemplateProcessingResult as TemplateProcessingResult };
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3635
|
+
type index$b_AllRecords = AllRecords;
|
|
3636
|
+
type index$b_BacklogAdapter = BacklogAdapter;
|
|
3637
|
+
declare const index$b_BacklogAdapter: typeof BacklogAdapter;
|
|
3638
|
+
type index$b_BacklogAdapterConfig = BacklogAdapterConfig;
|
|
3639
|
+
type index$b_BacklogAdapterDependencies = BacklogAdapterDependencies;
|
|
3640
|
+
type index$b_ChangelogAdapter = ChangelogAdapter;
|
|
3641
|
+
declare const index$b_ChangelogAdapter: typeof ChangelogAdapter;
|
|
3642
|
+
type index$b_ChangelogAdapterDependencies = ChangelogAdapterDependencies;
|
|
3643
|
+
type index$b_ChangelogListOptions = ChangelogListOptions;
|
|
3644
|
+
type index$b_CollaborationMetrics = CollaborationMetrics;
|
|
3645
|
+
type index$b_DerivedStateSets = DerivedStateSets;
|
|
3646
|
+
type index$b_DerivedStates = DerivedStates;
|
|
3647
|
+
type index$b_EnrichedTaskRecord = EnrichedTaskRecord;
|
|
3620
3648
|
type index$b_EnvironmentValidation = EnvironmentValidation;
|
|
3649
|
+
type index$b_ExecutionAdapter = ExecutionAdapter;
|
|
3650
|
+
declare const index$b_ExecutionAdapter: typeof ExecutionAdapter;
|
|
3651
|
+
type index$b_ExecutionAdapterDependencies = ExecutionAdapterDependencies;
|
|
3652
|
+
type index$b_FeedbackAdapter = FeedbackAdapter;
|
|
3653
|
+
declare const index$b_FeedbackAdapter: typeof FeedbackAdapter;
|
|
3654
|
+
type index$b_FeedbackAdapterDependencies = FeedbackAdapterDependencies;
|
|
3655
|
+
type index$b_FeedbackThread = FeedbackThread;
|
|
3656
|
+
type index$b_FileIndexerAdapter = FileIndexerAdapter;
|
|
3657
|
+
declare const index$b_FileIndexerAdapter: typeof FileIndexerAdapter;
|
|
3658
|
+
type index$b_IBacklogAdapter = IBacklogAdapter;
|
|
3659
|
+
type index$b_IChangelogAdapter = IChangelogAdapter;
|
|
3660
|
+
type index$b_IExecutionAdapter = IExecutionAdapter;
|
|
3661
|
+
type index$b_IFeedbackAdapter = IFeedbackAdapter;
|
|
3662
|
+
type index$b_IIdentityAdapter = IIdentityAdapter;
|
|
3663
|
+
type index$b_IIndexerAdapter = IIndexerAdapter;
|
|
3664
|
+
type index$b_IMetricsAdapter = IMetricsAdapter;
|
|
3621
3665
|
type index$b_IProjectAdapter = IProjectAdapter;
|
|
3666
|
+
type index$b_IWorkflowMethodology = IWorkflowMethodology;
|
|
3667
|
+
type index$b_IdentityAdapter = IdentityAdapter;
|
|
3668
|
+
declare const index$b_IdentityAdapter: typeof IdentityAdapter;
|
|
3669
|
+
type index$b_IdentityAdapterDependencies = IdentityAdapterDependencies;
|
|
3670
|
+
type index$b_IndexData = IndexData;
|
|
3671
|
+
type index$b_IndexGenerationReport = IndexGenerationReport;
|
|
3672
|
+
type index$b_IndexerAdapterDependencies = IndexerAdapterDependencies;
|
|
3673
|
+
type index$b_IntegrityError = IntegrityError;
|
|
3674
|
+
type index$b_IntegrityReport = IntegrityReport;
|
|
3675
|
+
type index$b_IntegrityWarning = IntegrityWarning;
|
|
3676
|
+
type index$b_MetricsAdapter = MetricsAdapter;
|
|
3677
|
+
declare const index$b_MetricsAdapter: typeof MetricsAdapter;
|
|
3678
|
+
type index$b_MetricsAdapterDependencies = MetricsAdapterDependencies;
|
|
3679
|
+
type index$b_ProductivityMetrics = ProductivityMetrics;
|
|
3622
3680
|
type index$b_ProjectAdapter = ProjectAdapter;
|
|
3623
3681
|
declare const index$b_ProjectAdapter: typeof ProjectAdapter;
|
|
3624
3682
|
type index$b_ProjectAdapterDependencies = ProjectAdapterDependencies;
|
|
@@ -3627,72 +3685,14 @@ type index$b_ProjectInfo = ProjectInfo;
|
|
|
3627
3685
|
type index$b_ProjectInitOptions = ProjectInitOptions;
|
|
3628
3686
|
type index$b_ProjectInitResult = ProjectInitResult;
|
|
3629
3687
|
type index$b_ProjectReport = ProjectReport;
|
|
3688
|
+
type index$b_SystemStatus = SystemStatus;
|
|
3689
|
+
type index$b_TaskHealthReport = TaskHealthReport;
|
|
3630
3690
|
type index$b_TemplateProcessingResult = TemplateProcessingResult;
|
|
3691
|
+
type index$b_WorkflowMethodologyAdapter = WorkflowMethodologyAdapter;
|
|
3692
|
+
declare const index$b_WorkflowMethodologyAdapter: typeof WorkflowMethodologyAdapter;
|
|
3693
|
+
type index$b_WorkflowMethodologyAdapterDependencies = WorkflowMethodologyAdapterDependencies;
|
|
3631
3694
|
declare namespace index$b {
|
|
3632
|
-
export { type index$b_EnvironmentValidation as EnvironmentValidation, type index$b_IProjectAdapter as IProjectAdapter, index$b_ProjectAdapter as ProjectAdapter, type index$b_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$b_ProjectContext as ProjectContext, type index$b_ProjectInfo as ProjectInfo, type index$b_ProjectInitOptions as ProjectInitOptions, type index$b_ProjectInitResult as ProjectInitResult, type index$b_ProjectReport as ProjectReport, type index$b_TemplateProcessingResult as TemplateProcessingResult };
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
|
-
type index$a_AllRecords = AllRecords;
|
|
3636
|
-
type index$a_BacklogAdapter = BacklogAdapter;
|
|
3637
|
-
declare const index$a_BacklogAdapter: typeof BacklogAdapter;
|
|
3638
|
-
type index$a_BacklogAdapterConfig = BacklogAdapterConfig;
|
|
3639
|
-
type index$a_BacklogAdapterDependencies = BacklogAdapterDependencies;
|
|
3640
|
-
type index$a_ChangelogAdapter = ChangelogAdapter;
|
|
3641
|
-
declare const index$a_ChangelogAdapter: typeof ChangelogAdapter;
|
|
3642
|
-
type index$a_ChangelogAdapterDependencies = ChangelogAdapterDependencies;
|
|
3643
|
-
type index$a_ChangelogListOptions = ChangelogListOptions;
|
|
3644
|
-
type index$a_CollaborationMetrics = CollaborationMetrics;
|
|
3645
|
-
type index$a_DerivedStateSets = DerivedStateSets;
|
|
3646
|
-
type index$a_DerivedStates = DerivedStates;
|
|
3647
|
-
type index$a_EnrichedTaskRecord = EnrichedTaskRecord;
|
|
3648
|
-
type index$a_EnvironmentValidation = EnvironmentValidation;
|
|
3649
|
-
type index$a_ExecutionAdapter = ExecutionAdapter;
|
|
3650
|
-
declare const index$a_ExecutionAdapter: typeof ExecutionAdapter;
|
|
3651
|
-
type index$a_ExecutionAdapterDependencies = ExecutionAdapterDependencies;
|
|
3652
|
-
type index$a_FeedbackAdapter = FeedbackAdapter;
|
|
3653
|
-
declare const index$a_FeedbackAdapter: typeof FeedbackAdapter;
|
|
3654
|
-
type index$a_FeedbackAdapterDependencies = FeedbackAdapterDependencies;
|
|
3655
|
-
type index$a_FeedbackThread = FeedbackThread;
|
|
3656
|
-
type index$a_FileIndexerAdapter = FileIndexerAdapter;
|
|
3657
|
-
declare const index$a_FileIndexerAdapter: typeof FileIndexerAdapter;
|
|
3658
|
-
type index$a_IBacklogAdapter = IBacklogAdapter;
|
|
3659
|
-
type index$a_IChangelogAdapter = IChangelogAdapter;
|
|
3660
|
-
type index$a_IExecutionAdapter = IExecutionAdapter;
|
|
3661
|
-
type index$a_IFeedbackAdapter = IFeedbackAdapter;
|
|
3662
|
-
type index$a_IIdentityAdapter = IIdentityAdapter;
|
|
3663
|
-
type index$a_IIndexerAdapter = IIndexerAdapter;
|
|
3664
|
-
type index$a_IMetricsAdapter = IMetricsAdapter;
|
|
3665
|
-
type index$a_IProjectAdapter = IProjectAdapter;
|
|
3666
|
-
type index$a_IWorkflowMethodology = IWorkflowMethodology;
|
|
3667
|
-
type index$a_IdentityAdapter = IdentityAdapter;
|
|
3668
|
-
declare const index$a_IdentityAdapter: typeof IdentityAdapter;
|
|
3669
|
-
type index$a_IdentityAdapterDependencies = IdentityAdapterDependencies;
|
|
3670
|
-
type index$a_IndexData = IndexData;
|
|
3671
|
-
type index$a_IndexGenerationReport = IndexGenerationReport;
|
|
3672
|
-
type index$a_IndexerAdapterDependencies = IndexerAdapterDependencies;
|
|
3673
|
-
type index$a_IntegrityError = IntegrityError;
|
|
3674
|
-
type index$a_IntegrityReport = IntegrityReport;
|
|
3675
|
-
type index$a_IntegrityWarning = IntegrityWarning;
|
|
3676
|
-
type index$a_MetricsAdapter = MetricsAdapter;
|
|
3677
|
-
declare const index$a_MetricsAdapter: typeof MetricsAdapter;
|
|
3678
|
-
type index$a_MetricsAdapterDependencies = MetricsAdapterDependencies;
|
|
3679
|
-
type index$a_ProductivityMetrics = ProductivityMetrics;
|
|
3680
|
-
type index$a_ProjectAdapter = ProjectAdapter;
|
|
3681
|
-
declare const index$a_ProjectAdapter: typeof ProjectAdapter;
|
|
3682
|
-
type index$a_ProjectAdapterDependencies = ProjectAdapterDependencies;
|
|
3683
|
-
type index$a_ProjectContext = ProjectContext;
|
|
3684
|
-
type index$a_ProjectInfo = ProjectInfo;
|
|
3685
|
-
type index$a_ProjectInitOptions = ProjectInitOptions;
|
|
3686
|
-
type index$a_ProjectInitResult = ProjectInitResult;
|
|
3687
|
-
type index$a_ProjectReport = ProjectReport;
|
|
3688
|
-
type index$a_SystemStatus = SystemStatus;
|
|
3689
|
-
type index$a_TaskHealthReport = TaskHealthReport;
|
|
3690
|
-
type index$a_TemplateProcessingResult = TemplateProcessingResult;
|
|
3691
|
-
type index$a_WorkflowMethodologyAdapter = WorkflowMethodologyAdapter;
|
|
3692
|
-
declare const index$a_WorkflowMethodologyAdapter: typeof WorkflowMethodologyAdapter;
|
|
3693
|
-
type index$a_WorkflowMethodologyAdapterDependencies = WorkflowMethodologyAdapterDependencies;
|
|
3694
|
-
declare namespace index$a {
|
|
3695
|
-
export { type index$a_AllRecords as AllRecords, index$a_BacklogAdapter as BacklogAdapter, type index$a_BacklogAdapterConfig as BacklogAdapterConfig, type index$a_BacklogAdapterDependencies as BacklogAdapterDependencies, index$a_ChangelogAdapter as ChangelogAdapter, type index$a_ChangelogAdapterDependencies as ChangelogAdapterDependencies, type index$a_ChangelogListOptions as ChangelogListOptions, type index$a_CollaborationMetrics as CollaborationMetrics, type index$a_DerivedStateSets as DerivedStateSets, type index$a_DerivedStates as DerivedStates, type index$a_EnrichedTaskRecord as EnrichedTaskRecord, type index$a_EnvironmentValidation as EnvironmentValidation, index$a_ExecutionAdapter as ExecutionAdapter, type index$a_ExecutionAdapterDependencies as ExecutionAdapterDependencies, index$a_FeedbackAdapter as FeedbackAdapter, type index$a_FeedbackAdapterDependencies as FeedbackAdapterDependencies, type index$a_FeedbackThread as FeedbackThread, index$a_FileIndexerAdapter as FileIndexerAdapter, type index$a_IBacklogAdapter as IBacklogAdapter, type index$a_IChangelogAdapter as IChangelogAdapter, type index$a_IExecutionAdapter as IExecutionAdapter, type index$a_IFeedbackAdapter as IFeedbackAdapter, type index$a_IIdentityAdapter as IIdentityAdapter, type index$a_IIndexerAdapter as IIndexerAdapter, type index$a_IMetricsAdapter as IMetricsAdapter, type index$a_IProjectAdapter as IProjectAdapter, type index$a_IWorkflowMethodology as IWorkflowMethodology, index$a_IdentityAdapter as IdentityAdapter, type index$a_IdentityAdapterDependencies as IdentityAdapterDependencies, type index$a_IndexData as IndexData, type index$a_IndexGenerationReport as IndexGenerationReport, type index$a_IndexerAdapterDependencies as IndexerAdapterDependencies, type index$a_IntegrityError as IntegrityError, type index$a_IntegrityReport as IntegrityReport, type index$a_IntegrityWarning as IntegrityWarning, index$a_MetricsAdapter as MetricsAdapter, type index$a_MetricsAdapterDependencies as MetricsAdapterDependencies, type index$a_ProductivityMetrics as ProductivityMetrics, index$a_ProjectAdapter as ProjectAdapter, type index$a_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$a_ProjectContext as ProjectContext, type index$a_ProjectInfo as ProjectInfo, type index$a_ProjectInitOptions as ProjectInitOptions, type index$a_ProjectInitResult as ProjectInitResult, type index$a_ProjectReport as ProjectReport, type index$a_SystemStatus as SystemStatus, type index$a_TaskHealthReport as TaskHealthReport, type index$a_TemplateProcessingResult as TemplateProcessingResult, type ValidationContext$1 as ValidationContext, index$a_WorkflowMethodologyAdapter as WorkflowMethodologyAdapter, type index$a_WorkflowMethodologyAdapterDependencies as WorkflowMethodologyAdapterDependencies };
|
|
3695
|
+
export { type index$b_AllRecords as AllRecords, index$b_BacklogAdapter as BacklogAdapter, type index$b_BacklogAdapterConfig as BacklogAdapterConfig, type index$b_BacklogAdapterDependencies as BacklogAdapterDependencies, index$b_ChangelogAdapter as ChangelogAdapter, type index$b_ChangelogAdapterDependencies as ChangelogAdapterDependencies, type index$b_ChangelogListOptions as ChangelogListOptions, type index$b_CollaborationMetrics as CollaborationMetrics, type index$b_DerivedStateSets as DerivedStateSets, type index$b_DerivedStates as DerivedStates, type index$b_EnrichedTaskRecord as EnrichedTaskRecord, type index$b_EnvironmentValidation as EnvironmentValidation, index$b_ExecutionAdapter as ExecutionAdapter, type index$b_ExecutionAdapterDependencies as ExecutionAdapterDependencies, index$b_FeedbackAdapter as FeedbackAdapter, type index$b_FeedbackAdapterDependencies as FeedbackAdapterDependencies, type index$b_FeedbackThread as FeedbackThread, index$b_FileIndexerAdapter as FileIndexerAdapter, type index$b_IBacklogAdapter as IBacklogAdapter, type index$b_IChangelogAdapter as IChangelogAdapter, type index$b_IExecutionAdapter as IExecutionAdapter, type index$b_IFeedbackAdapter as IFeedbackAdapter, type index$b_IIdentityAdapter as IIdentityAdapter, type index$b_IIndexerAdapter as IIndexerAdapter, type index$b_IMetricsAdapter as IMetricsAdapter, type index$b_IProjectAdapter as IProjectAdapter, type index$b_IWorkflowMethodology as IWorkflowMethodology, index$b_IdentityAdapter as IdentityAdapter, type index$b_IdentityAdapterDependencies as IdentityAdapterDependencies, type index$b_IndexData as IndexData, type index$b_IndexGenerationReport as IndexGenerationReport, type index$b_IndexerAdapterDependencies as IndexerAdapterDependencies, type index$b_IntegrityError as IntegrityError, type index$b_IntegrityReport as IntegrityReport, type index$b_IntegrityWarning as IntegrityWarning, index$b_MetricsAdapter as MetricsAdapter, type index$b_MetricsAdapterDependencies as MetricsAdapterDependencies, type index$b_ProductivityMetrics as ProductivityMetrics, index$b_ProjectAdapter as ProjectAdapter, type index$b_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$b_ProjectContext as ProjectContext, type index$b_ProjectInfo as ProjectInfo, type index$b_ProjectInitOptions as ProjectInitOptions, type index$b_ProjectInitResult as ProjectInitResult, type index$b_ProjectReport as ProjectReport, type index$b_SystemStatus as SystemStatus, type index$b_TaskHealthReport as TaskHealthReport, type index$b_TemplateProcessingResult as TemplateProcessingResult, type ValidationContext$1 as ValidationContext, index$b_WorkflowMethodologyAdapter as WorkflowMethodologyAdapter, type index$b_WorkflowMethodologyAdapterDependencies as WorkflowMethodologyAdapterDependencies };
|
|
3696
3696
|
}
|
|
3697
3697
|
|
|
3698
3698
|
/**
|
|
@@ -3732,12 +3732,12 @@ declare function verifySignatures(record: {
|
|
|
3732
3732
|
payload: GitGovRecordPayload;
|
|
3733
3733
|
}, getActorPublicKey: (keyId: string) => Promise<string | null>): Promise<boolean>;
|
|
3734
3734
|
|
|
3735
|
-
declare const index$
|
|
3736
|
-
declare const index$
|
|
3737
|
-
declare const index$
|
|
3738
|
-
declare const index$
|
|
3739
|
-
declare namespace index$
|
|
3740
|
-
export { index$
|
|
3735
|
+
declare const index$a_calculatePayloadChecksum: typeof calculatePayloadChecksum;
|
|
3736
|
+
declare const index$a_generateKeys: typeof generateKeys;
|
|
3737
|
+
declare const index$a_signPayload: typeof signPayload;
|
|
3738
|
+
declare const index$a_verifySignatures: typeof verifySignatures;
|
|
3739
|
+
declare namespace index$a {
|
|
3740
|
+
export { index$a_calculatePayloadChecksum as calculatePayloadChecksum, index$a_generateKeys as generateKeys, index$a_signPayload as signPayload, index$a_verifySignatures as verifySignatures };
|
|
3741
3741
|
}
|
|
3742
3742
|
|
|
3743
3743
|
/**
|
|
@@ -3928,28 +3928,28 @@ declare function createTestSignature(keyId?: string, role?: string, notes?: stri
|
|
|
3928
3928
|
*/
|
|
3929
3929
|
declare function createEmbeddedMetadataRecord<T extends GitGovRecordPayload>(payload: T, options?: CreateEmbeddedMetadataOptions): EmbeddedMetadataRecord<T>;
|
|
3930
3930
|
|
|
3931
|
-
type index$
|
|
3932
|
-
type index$
|
|
3933
|
-
declare const index$
|
|
3934
|
-
declare const index$
|
|
3935
|
-
declare const index$
|
|
3936
|
-
declare const index$
|
|
3937
|
-
declare const index$
|
|
3938
|
-
declare const index$
|
|
3939
|
-
declare const index$
|
|
3940
|
-
declare const index$
|
|
3941
|
-
declare const index$
|
|
3942
|
-
declare const index$
|
|
3943
|
-
declare const index$
|
|
3944
|
-
declare const index$
|
|
3945
|
-
declare const index$
|
|
3946
|
-
declare const index$
|
|
3947
|
-
declare const index$
|
|
3948
|
-
declare const index$
|
|
3949
|
-
declare const index$
|
|
3950
|
-
declare const index$
|
|
3951
|
-
declare namespace index$
|
|
3952
|
-
export { type index$
|
|
3931
|
+
type index$9_CreateEmbeddedMetadataOptions = CreateEmbeddedMetadataOptions;
|
|
3932
|
+
type index$9_SignatureConfig = SignatureConfig;
|
|
3933
|
+
declare const index$9_createActorRecord: typeof createActorRecord;
|
|
3934
|
+
declare const index$9_createAgentRecord: typeof createAgentRecord;
|
|
3935
|
+
declare const index$9_createChangelogRecord: typeof createChangelogRecord;
|
|
3936
|
+
declare const index$9_createCycleRecord: typeof createCycleRecord;
|
|
3937
|
+
declare const index$9_createDefaultWorkflowMethodologyConfig: typeof createDefaultWorkflowMethodologyConfig;
|
|
3938
|
+
declare const index$9_createEmbeddedMetadataRecord: typeof createEmbeddedMetadataRecord;
|
|
3939
|
+
declare const index$9_createExecutionRecord: typeof createExecutionRecord;
|
|
3940
|
+
declare const index$9_createFeedbackRecord: typeof createFeedbackRecord;
|
|
3941
|
+
declare const index$9_createTaskRecord: typeof createTaskRecord;
|
|
3942
|
+
declare const index$9_createTestSignature: typeof createTestSignature;
|
|
3943
|
+
declare const index$9_createWorkflowMethodologyConfig: typeof createWorkflowMethodologyConfig;
|
|
3944
|
+
declare const index$9_loadActorRecord: typeof loadActorRecord;
|
|
3945
|
+
declare const index$9_loadAgentRecord: typeof loadAgentRecord;
|
|
3946
|
+
declare const index$9_loadChangelogRecord: typeof loadChangelogRecord;
|
|
3947
|
+
declare const index$9_loadCycleRecord: typeof loadCycleRecord;
|
|
3948
|
+
declare const index$9_loadExecutionRecord: typeof loadExecutionRecord;
|
|
3949
|
+
declare const index$9_loadFeedbackRecord: typeof loadFeedbackRecord;
|
|
3950
|
+
declare const index$9_loadTaskRecord: typeof loadTaskRecord;
|
|
3951
|
+
declare namespace index$9 {
|
|
3952
|
+
export { type index$9_CreateEmbeddedMetadataOptions as CreateEmbeddedMetadataOptions, type index$9_SignatureConfig as SignatureConfig, index$9_createActorRecord as createActorRecord, index$9_createAgentRecord as createAgentRecord, index$9_createChangelogRecord as createChangelogRecord, index$9_createCycleRecord as createCycleRecord, index$9_createDefaultWorkflowMethodologyConfig as createDefaultWorkflowMethodologyConfig, index$9_createEmbeddedMetadataRecord as createEmbeddedMetadataRecord, index$9_createExecutionRecord as createExecutionRecord, index$9_createFeedbackRecord as createFeedbackRecord, index$9_createTaskRecord as createTaskRecord, index$9_createTestSignature as createTestSignature, index$9_createWorkflowMethodologyConfig as createWorkflowMethodologyConfig, index$9_loadActorRecord as loadActorRecord, index$9_loadAgentRecord as loadAgentRecord, index$9_loadChangelogRecord as loadChangelogRecord, index$9_loadCycleRecord as loadCycleRecord, index$9_loadExecutionRecord as loadExecutionRecord, index$9_loadFeedbackRecord as loadFeedbackRecord, index$9_loadTaskRecord as loadTaskRecord };
|
|
3953
3953
|
}
|
|
3954
3954
|
|
|
3955
3955
|
type StorablePayload = Exclude<GitGovRecordPayload, CustomRecord>;
|
|
@@ -4615,22 +4615,22 @@ declare class LintModule implements ILintModule {
|
|
|
4615
4615
|
* ```
|
|
4616
4616
|
*/
|
|
4617
4617
|
|
|
4618
|
-
type index$
|
|
4619
|
-
type index$
|
|
4620
|
-
type index$
|
|
4621
|
-
type index$
|
|
4622
|
-
type index$
|
|
4623
|
-
type index$
|
|
4624
|
-
declare const index$
|
|
4625
|
-
type index$
|
|
4626
|
-
type index$
|
|
4627
|
-
type index$
|
|
4628
|
-
type index$
|
|
4629
|
-
type index$
|
|
4630
|
-
type index$
|
|
4631
|
-
type index$
|
|
4632
|
-
declare namespace index$
|
|
4633
|
-
export { type index$
|
|
4618
|
+
type index$8_FileSystem = FileSystem;
|
|
4619
|
+
type index$8_FixOptions = FixOptions;
|
|
4620
|
+
type index$8_FixReport = FixReport;
|
|
4621
|
+
type index$8_FixResult = FixResult;
|
|
4622
|
+
type index$8_ILintModule = ILintModule;
|
|
4623
|
+
type index$8_LintModule = LintModule;
|
|
4624
|
+
declare const index$8_LintModule: typeof LintModule;
|
|
4625
|
+
type index$8_LintModuleDependencies = LintModuleDependencies;
|
|
4626
|
+
type index$8_LintOptions = LintOptions;
|
|
4627
|
+
type index$8_LintReport = LintReport;
|
|
4628
|
+
type index$8_LintResult = LintResult;
|
|
4629
|
+
type index$8_LintSummary = LintSummary;
|
|
4630
|
+
type index$8_ValidationContext = ValidationContext;
|
|
4631
|
+
type index$8_ValidatorType = ValidatorType;
|
|
4632
|
+
declare namespace index$8 {
|
|
4633
|
+
export { type index$8_FileSystem as FileSystem, type index$8_FixOptions as FixOptions, type index$8_FixReport as FixReport, type index$8_FixResult as FixResult, type index$8_ILintModule as ILintModule, index$8_LintModule as LintModule, type index$8_LintModuleDependencies as LintModuleDependencies, type index$8_LintOptions as LintOptions, type index$8_LintReport as LintReport, type index$8_LintResult as LintResult, type index$8_LintSummary as LintSummary, type index$8_ValidationContext as ValidationContext, type index$8_ValidatorType as ValidatorType };
|
|
4634
4634
|
}
|
|
4635
4635
|
|
|
4636
4636
|
type LogLevel = "debug" | "info" | "warn" | "error" | "silent";
|
|
@@ -4643,12 +4643,12 @@ interface Logger {
|
|
|
4643
4643
|
declare function createLogger(prefix?: string, level?: LogLevel): Logger;
|
|
4644
4644
|
declare const logger: Logger;
|
|
4645
4645
|
|
|
4646
|
-
type index$
|
|
4647
|
-
type index$
|
|
4648
|
-
declare const index$
|
|
4649
|
-
declare const index$
|
|
4650
|
-
declare namespace index$
|
|
4651
|
-
export { type index$
|
|
4646
|
+
type index$7_LogLevel = LogLevel;
|
|
4647
|
+
type index$7_Logger = Logger;
|
|
4648
|
+
declare const index$7_createLogger: typeof createLogger;
|
|
4649
|
+
declare const index$7_logger: typeof logger;
|
|
4650
|
+
declare namespace index$7 {
|
|
4651
|
+
export { type index$7_LogLevel as LogLevel, type index$7_Logger as Logger, index$7_createLogger as createLogger, index$7_logger as logger };
|
|
4652
4652
|
}
|
|
4653
4653
|
|
|
4654
4654
|
/**
|
|
@@ -8417,21 +8417,21 @@ declare class DetailedValidationError extends GitGovError {
|
|
|
8417
8417
|
}>);
|
|
8418
8418
|
}
|
|
8419
8419
|
|
|
8420
|
-
type index$
|
|
8421
|
-
declare const index$
|
|
8422
|
-
type index$
|
|
8423
|
-
declare const index$
|
|
8424
|
-
type index$
|
|
8425
|
-
type index$
|
|
8426
|
-
declare const index$
|
|
8427
|
-
type index$
|
|
8428
|
-
declare const index$
|
|
8429
|
-
declare const index$
|
|
8430
|
-
declare const index$
|
|
8431
|
-
declare const index$
|
|
8432
|
-
declare const index$
|
|
8433
|
-
declare namespace index$
|
|
8434
|
-
export { index$
|
|
8420
|
+
type index$6_DetailedValidationError = DetailedValidationError;
|
|
8421
|
+
declare const index$6_DetailedValidationError: typeof DetailedValidationError;
|
|
8422
|
+
type index$6_GitGovError = GitGovError;
|
|
8423
|
+
declare const index$6_GitGovError: typeof GitGovError;
|
|
8424
|
+
type index$6_SchemaName = SchemaName;
|
|
8425
|
+
type index$6_SchemaValidationCache = SchemaValidationCache;
|
|
8426
|
+
declare const index$6_SchemaValidationCache: typeof SchemaValidationCache;
|
|
8427
|
+
type index$6_SchemaValidationError = SchemaValidationError;
|
|
8428
|
+
declare const index$6_SchemaValidationError: typeof SchemaValidationError;
|
|
8429
|
+
declare const index$6_Schemas: typeof Schemas;
|
|
8430
|
+
declare const index$6_getSchema: typeof getSchema;
|
|
8431
|
+
declare const index$6_getSchemaNames: typeof getSchemaNames;
|
|
8432
|
+
declare const index$6_hasSchema: typeof hasSchema;
|
|
8433
|
+
declare namespace index$6 {
|
|
8434
|
+
export { index$6_DetailedValidationError as DetailedValidationError, index$6_GitGovError as GitGovError, type index$6_SchemaName as SchemaName, index$6_SchemaValidationCache as SchemaValidationCache, index$6_SchemaValidationError as SchemaValidationError, index$6_Schemas as Schemas, index$6_getSchema as getSchema, index$6_getSchemaNames as getSchemaNames, index$6_hasSchema as hasSchema };
|
|
8435
8435
|
}
|
|
8436
8436
|
|
|
8437
8437
|
/**
|
|
@@ -9062,55 +9062,55 @@ declare function isNoRebaseInProgressError(error: unknown): error is NoRebaseInP
|
|
|
9062
9062
|
declare function isStateBranchSetupError(error: unknown): error is StateBranchSetupError;
|
|
9063
9063
|
declare function isCryptoModuleRequiredError(error: unknown): error is CryptoModuleRequiredError;
|
|
9064
9064
|
|
|
9065
|
-
type index$
|
|
9066
|
-
type index$
|
|
9067
|
-
type index$
|
|
9068
|
-
type index$
|
|
9069
|
-
type index$
|
|
9070
|
-
type index$
|
|
9071
|
-
declare const index$
|
|
9072
|
-
type index$
|
|
9073
|
-
type index$
|
|
9074
|
-
declare const index$
|
|
9075
|
-
type index$
|
|
9076
|
-
type index$
|
|
9077
|
-
type index$
|
|
9078
|
-
declare const index$
|
|
9079
|
-
type index$
|
|
9080
|
-
declare const index$
|
|
9081
|
-
type index$
|
|
9082
|
-
declare const index$
|
|
9083
|
-
type index$
|
|
9084
|
-
type index$
|
|
9085
|
-
type index$
|
|
9086
|
-
type index$
|
|
9087
|
-
declare const index$
|
|
9088
|
-
type index$
|
|
9089
|
-
declare const index$
|
|
9090
|
-
type index$
|
|
9091
|
-
type index$
|
|
9092
|
-
declare const index$
|
|
9093
|
-
type index$
|
|
9094
|
-
declare const index$
|
|
9095
|
-
type index$
|
|
9096
|
-
type index$
|
|
9097
|
-
type index$
|
|
9098
|
-
type index$
|
|
9099
|
-
type index$
|
|
9100
|
-
type index$
|
|
9101
|
-
type index$
|
|
9102
|
-
type index$
|
|
9103
|
-
declare const index$
|
|
9104
|
-
declare const index$
|
|
9105
|
-
declare const index$
|
|
9106
|
-
declare const index$
|
|
9107
|
-
declare const index$
|
|
9108
|
-
declare const index$
|
|
9109
|
-
declare const index$
|
|
9110
|
-
declare const index$
|
|
9111
|
-
declare const index$
|
|
9112
|
-
declare namespace index$
|
|
9113
|
-
export { type AuditScope$1 as AuditScope, type index$
|
|
9065
|
+
type index$5_AuditStateOptions = AuditStateOptions;
|
|
9066
|
+
type index$5_AuditStateReport = AuditStateReport;
|
|
9067
|
+
type index$5_ConflictDiff = ConflictDiff;
|
|
9068
|
+
type index$5_ConflictFileDiff = ConflictFileDiff;
|
|
9069
|
+
type index$5_ConflictInfo = ConflictInfo;
|
|
9070
|
+
type index$5_ConflictMarkersPresentError = ConflictMarkersPresentError;
|
|
9071
|
+
declare const index$5_ConflictMarkersPresentError: typeof ConflictMarkersPresentError;
|
|
9072
|
+
type index$5_ConflictType = ConflictType;
|
|
9073
|
+
type index$5_CryptoModuleRequiredError = CryptoModuleRequiredError;
|
|
9074
|
+
declare const index$5_CryptoModuleRequiredError: typeof CryptoModuleRequiredError;
|
|
9075
|
+
type index$5_ExpectedFilesScope = ExpectedFilesScope;
|
|
9076
|
+
type index$5_IntegrityViolation = IntegrityViolation;
|
|
9077
|
+
type index$5_IntegrityViolationError = IntegrityViolationError;
|
|
9078
|
+
declare const index$5_IntegrityViolationError: typeof IntegrityViolationError;
|
|
9079
|
+
type index$5_NoRebaseInProgressError = NoRebaseInProgressError;
|
|
9080
|
+
declare const index$5_NoRebaseInProgressError: typeof NoRebaseInProgressError;
|
|
9081
|
+
type index$5_PullScheduler = PullScheduler;
|
|
9082
|
+
declare const index$5_PullScheduler: typeof PullScheduler;
|
|
9083
|
+
type index$5_PullSchedulerConfig = PullSchedulerConfig;
|
|
9084
|
+
type index$5_PullSchedulerDependencies = PullSchedulerDependencies;
|
|
9085
|
+
type index$5_PullSchedulerResult = PullSchedulerResult;
|
|
9086
|
+
type index$5_PushFromStateBranchError = PushFromStateBranchError;
|
|
9087
|
+
declare const index$5_PushFromStateBranchError: typeof PushFromStateBranchError;
|
|
9088
|
+
type index$5_StateBranchSetupError = StateBranchSetupError;
|
|
9089
|
+
declare const index$5_StateBranchSetupError: typeof StateBranchSetupError;
|
|
9090
|
+
type index$5_StateDeltaFile = StateDeltaFile;
|
|
9091
|
+
type index$5_SyncError = SyncError;
|
|
9092
|
+
declare const index$5_SyncError: typeof SyncError;
|
|
9093
|
+
type index$5_SyncModule = SyncModule;
|
|
9094
|
+
declare const index$5_SyncModule: typeof SyncModule;
|
|
9095
|
+
type index$5_SyncModuleDependencies = SyncModuleDependencies;
|
|
9096
|
+
type index$5_SyncPullOptions = SyncPullOptions;
|
|
9097
|
+
type index$5_SyncPullResult = SyncPullResult;
|
|
9098
|
+
type index$5_SyncPushOptions = SyncPushOptions;
|
|
9099
|
+
type index$5_SyncPushResult = SyncPushResult;
|
|
9100
|
+
type index$5_SyncResolveOptions = SyncResolveOptions;
|
|
9101
|
+
type index$5_SyncResolveResult = SyncResolveResult;
|
|
9102
|
+
type index$5_UncommittedChangesError = UncommittedChangesError;
|
|
9103
|
+
declare const index$5_UncommittedChangesError: typeof UncommittedChangesError;
|
|
9104
|
+
declare const index$5_isConflictMarkersPresentError: typeof isConflictMarkersPresentError;
|
|
9105
|
+
declare const index$5_isCryptoModuleRequiredError: typeof isCryptoModuleRequiredError;
|
|
9106
|
+
declare const index$5_isIntegrityViolationError: typeof isIntegrityViolationError;
|
|
9107
|
+
declare const index$5_isNoRebaseInProgressError: typeof isNoRebaseInProgressError;
|
|
9108
|
+
declare const index$5_isPushFromStateBranchError: typeof isPushFromStateBranchError;
|
|
9109
|
+
declare const index$5_isStateBranchSetupError: typeof isStateBranchSetupError;
|
|
9110
|
+
declare const index$5_isSyncError: typeof isSyncError;
|
|
9111
|
+
declare const index$5_isUncommittedChangesError: typeof isUncommittedChangesError;
|
|
9112
|
+
declare namespace index$5 {
|
|
9113
|
+
export { type AuditScope$1 as AuditScope, type index$5_AuditStateOptions as AuditStateOptions, type index$5_AuditStateReport as AuditStateReport, type index$5_ConflictDiff as ConflictDiff, type index$5_ConflictFileDiff as ConflictFileDiff, type index$5_ConflictInfo as ConflictInfo, index$5_ConflictMarkersPresentError as ConflictMarkersPresentError, type index$5_ConflictType as ConflictType, index$5_CryptoModuleRequiredError as CryptoModuleRequiredError, type index$5_ExpectedFilesScope as ExpectedFilesScope, type index$5_IntegrityViolation as IntegrityViolation, index$5_IntegrityViolationError as IntegrityViolationError, index$5_NoRebaseInProgressError as NoRebaseInProgressError, index$5_PullScheduler as PullScheduler, type index$5_PullSchedulerConfig as PullSchedulerConfig, type index$5_PullSchedulerDependencies as PullSchedulerDependencies, type index$5_PullSchedulerResult as PullSchedulerResult, index$5_PushFromStateBranchError as PushFromStateBranchError, index$5_StateBranchSetupError as StateBranchSetupError, type index$5_StateDeltaFile as StateDeltaFile, index$5_SyncError as SyncError, index$5_SyncModule as SyncModule, type index$5_SyncModuleDependencies as SyncModuleDependencies, type index$5_SyncPullOptions as SyncPullOptions, type index$5_SyncPullResult as SyncPullResult, type index$5_SyncPushOptions as SyncPushOptions, type index$5_SyncPushResult as SyncPushResult, type index$5_SyncResolveOptions as SyncResolveOptions, type index$5_SyncResolveResult as SyncResolveResult, index$5_UncommittedChangesError as UncommittedChangesError, index$5_isConflictMarkersPresentError as isConflictMarkersPresentError, index$5_isCryptoModuleRequiredError as isCryptoModuleRequiredError, index$5_isIntegrityViolationError as isIntegrityViolationError, index$5_isNoRebaseInProgressError as isNoRebaseInProgressError, index$5_isPushFromStateBranchError as isPushFromStateBranchError, index$5_isStateBranchSetupError as isStateBranchSetupError, index$5_isSyncError as isSyncError, index$5_isUncommittedChangesError as isUncommittedChangesError };
|
|
9114
9114
|
}
|
|
9115
9115
|
|
|
9116
9116
|
/**
|
|
@@ -9317,46 +9317,46 @@ declare function validateWorkflowMethodologyConfigBusinessRules(config: Workflow
|
|
|
9317
9317
|
}>;
|
|
9318
9318
|
};
|
|
9319
9319
|
|
|
9320
|
-
type index$
|
|
9321
|
-
declare const index$
|
|
9322
|
-
declare const index$
|
|
9323
|
-
declare const index$
|
|
9324
|
-
declare const index$
|
|
9325
|
-
declare const index$
|
|
9326
|
-
declare const index$
|
|
9327
|
-
declare const index$
|
|
9328
|
-
declare const index$
|
|
9329
|
-
declare const index$
|
|
9330
|
-
declare const index$
|
|
9331
|
-
declare const index$
|
|
9332
|
-
declare const index$
|
|
9333
|
-
declare const index$
|
|
9334
|
-
declare const index$
|
|
9335
|
-
declare const index$
|
|
9336
|
-
declare const index$
|
|
9337
|
-
declare const index$
|
|
9338
|
-
declare const index$
|
|
9339
|
-
declare const index$
|
|
9340
|
-
declare const index$
|
|
9341
|
-
declare const index$
|
|
9342
|
-
declare const index$
|
|
9343
|
-
declare const index$
|
|
9344
|
-
declare const index$
|
|
9345
|
-
declare const index$
|
|
9346
|
-
declare const index$
|
|
9347
|
-
declare const index$
|
|
9348
|
-
declare const index$
|
|
9349
|
-
declare const index$
|
|
9350
|
-
declare const index$
|
|
9351
|
-
declare const index$
|
|
9352
|
-
declare const index$
|
|
9353
|
-
declare const index$
|
|
9354
|
-
declare const index$
|
|
9355
|
-
declare const index$
|
|
9356
|
-
declare const index$
|
|
9357
|
-
declare const index$
|
|
9358
|
-
declare namespace index$
|
|
9359
|
-
export { type index$
|
|
9320
|
+
type index$4_ValidationResult = ValidationResult;
|
|
9321
|
+
declare const index$4_isActorRecord: typeof isActorRecord;
|
|
9322
|
+
declare const index$4_isAgentRecord: typeof isAgentRecord;
|
|
9323
|
+
declare const index$4_isChangelogRecord: typeof isChangelogRecord;
|
|
9324
|
+
declare const index$4_isCycleRecord: typeof isCycleRecord;
|
|
9325
|
+
declare const index$4_isEmbeddedMetadataRecord: typeof isEmbeddedMetadataRecord;
|
|
9326
|
+
declare const index$4_isExecutionRecord: typeof isExecutionRecord;
|
|
9327
|
+
declare const index$4_isFeedbackRecord: typeof isFeedbackRecord;
|
|
9328
|
+
declare const index$4_isTaskRecord: typeof isTaskRecord;
|
|
9329
|
+
declare const index$4_isWorkflowMethodologyConfig: typeof isWorkflowMethodologyConfig;
|
|
9330
|
+
declare const index$4_validateActorRecordDetailed: typeof validateActorRecordDetailed;
|
|
9331
|
+
declare const index$4_validateActorRecordSchema: typeof validateActorRecordSchema;
|
|
9332
|
+
declare const index$4_validateAgentActorRelationship: typeof validateAgentActorRelationship;
|
|
9333
|
+
declare const index$4_validateAgentRecordDetailed: typeof validateAgentRecordDetailed;
|
|
9334
|
+
declare const index$4_validateAgentRecordSchema: typeof validateAgentRecordSchema;
|
|
9335
|
+
declare const index$4_validateChangelogRecordDetailed: typeof validateChangelogRecordDetailed;
|
|
9336
|
+
declare const index$4_validateChangelogRecordSchema: typeof validateChangelogRecordSchema;
|
|
9337
|
+
declare const index$4_validateCycleRecordDetailed: typeof validateCycleRecordDetailed;
|
|
9338
|
+
declare const index$4_validateCycleRecordSchema: typeof validateCycleRecordSchema;
|
|
9339
|
+
declare const index$4_validateEmbeddedMetadataDetailed: typeof validateEmbeddedMetadataDetailed;
|
|
9340
|
+
declare const index$4_validateEmbeddedMetadataSchema: typeof validateEmbeddedMetadataSchema;
|
|
9341
|
+
declare const index$4_validateExecutionRecordDetailed: typeof validateExecutionRecordDetailed;
|
|
9342
|
+
declare const index$4_validateExecutionRecordSchema: typeof validateExecutionRecordSchema;
|
|
9343
|
+
declare const index$4_validateFeedbackRecordDetailed: typeof validateFeedbackRecordDetailed;
|
|
9344
|
+
declare const index$4_validateFeedbackRecordSchema: typeof validateFeedbackRecordSchema;
|
|
9345
|
+
declare const index$4_validateFullActorRecord: typeof validateFullActorRecord;
|
|
9346
|
+
declare const index$4_validateFullAgentRecord: typeof validateFullAgentRecord;
|
|
9347
|
+
declare const index$4_validateFullChangelogRecord: typeof validateFullChangelogRecord;
|
|
9348
|
+
declare const index$4_validateFullCycleRecord: typeof validateFullCycleRecord;
|
|
9349
|
+
declare const index$4_validateFullEmbeddedMetadataRecord: typeof validateFullEmbeddedMetadataRecord;
|
|
9350
|
+
declare const index$4_validateFullExecutionRecord: typeof validateFullExecutionRecord;
|
|
9351
|
+
declare const index$4_validateFullFeedbackRecord: typeof validateFullFeedbackRecord;
|
|
9352
|
+
declare const index$4_validateFullTaskRecord: typeof validateFullTaskRecord;
|
|
9353
|
+
declare const index$4_validateTaskRecordDetailed: typeof validateTaskRecordDetailed;
|
|
9354
|
+
declare const index$4_validateTaskRecordSchema: typeof validateTaskRecordSchema;
|
|
9355
|
+
declare const index$4_validateWorkflowMethodologyConfigBusinessRules: typeof validateWorkflowMethodologyConfigBusinessRules;
|
|
9356
|
+
declare const index$4_validateWorkflowMethodologyConfigDetailed: typeof validateWorkflowMethodologyConfigDetailed;
|
|
9357
|
+
declare const index$4_validateWorkflowMethodologyConfigSchema: typeof validateWorkflowMethodologyConfigSchema;
|
|
9358
|
+
declare namespace index$4 {
|
|
9359
|
+
export { type index$4_ValidationResult as ValidationResult, index$4_isActorRecord as isActorRecord, index$4_isAgentRecord as isAgentRecord, index$4_isChangelogRecord as isChangelogRecord, index$4_isCycleRecord as isCycleRecord, index$4_isEmbeddedMetadataRecord as isEmbeddedMetadataRecord, index$4_isExecutionRecord as isExecutionRecord, index$4_isFeedbackRecord as isFeedbackRecord, index$4_isTaskRecord as isTaskRecord, index$4_isWorkflowMethodologyConfig as isWorkflowMethodologyConfig, index$4_validateActorRecordDetailed as validateActorRecordDetailed, index$4_validateActorRecordSchema as validateActorRecordSchema, index$4_validateAgentActorRelationship as validateAgentActorRelationship, index$4_validateAgentRecordDetailed as validateAgentRecordDetailed, index$4_validateAgentRecordSchema as validateAgentRecordSchema, index$4_validateChangelogRecordDetailed as validateChangelogRecordDetailed, index$4_validateChangelogRecordSchema as validateChangelogRecordSchema, index$4_validateCycleRecordDetailed as validateCycleRecordDetailed, index$4_validateCycleRecordSchema as validateCycleRecordSchema, index$4_validateEmbeddedMetadataDetailed as validateEmbeddedMetadataDetailed, index$4_validateEmbeddedMetadataSchema as validateEmbeddedMetadataSchema, index$4_validateExecutionRecordDetailed as validateExecutionRecordDetailed, index$4_validateExecutionRecordSchema as validateExecutionRecordSchema, index$4_validateFeedbackRecordDetailed as validateFeedbackRecordDetailed, index$4_validateFeedbackRecordSchema as validateFeedbackRecordSchema, index$4_validateFullActorRecord as validateFullActorRecord, index$4_validateFullAgentRecord as validateFullAgentRecord, index$4_validateFullChangelogRecord as validateFullChangelogRecord, index$4_validateFullCycleRecord as validateFullCycleRecord, index$4_validateFullEmbeddedMetadataRecord as validateFullEmbeddedMetadataRecord, index$4_validateFullExecutionRecord as validateFullExecutionRecord, index$4_validateFullFeedbackRecord as validateFullFeedbackRecord, index$4_validateFullTaskRecord as validateFullTaskRecord, index$4_validateTaskRecordDetailed as validateTaskRecordDetailed, index$4_validateTaskRecordSchema as validateTaskRecordSchema, index$4_validateWorkflowMethodologyConfigBusinessRules as validateWorkflowMethodologyConfigBusinessRules, index$4_validateWorkflowMethodologyConfigDetailed as validateWorkflowMethodologyConfigDetailed, index$4_validateWorkflowMethodologyConfigSchema as validateWorkflowMethodologyConfigSchema };
|
|
9360
9360
|
}
|
|
9361
9361
|
|
|
9362
9362
|
interface DiagramNode {
|
|
@@ -9626,28 +9626,28 @@ declare class DiagramGenerator {
|
|
|
9626
9626
|
};
|
|
9627
9627
|
}
|
|
9628
9628
|
|
|
9629
|
-
type index$
|
|
9630
|
-
declare const index$
|
|
9631
|
-
type index$
|
|
9632
|
-
declare const index$
|
|
9633
|
-
type index$
|
|
9634
|
-
type index$
|
|
9635
|
-
declare const index$
|
|
9636
|
-
type index$
|
|
9637
|
-
declare const index$
|
|
9638
|
-
type index$
|
|
9639
|
-
type index$
|
|
9640
|
-
type index$
|
|
9641
|
-
declare const index$
|
|
9642
|
-
type index$
|
|
9643
|
-
declare const index$
|
|
9644
|
-
type index$
|
|
9645
|
-
declare const index$
|
|
9646
|
-
type index$
|
|
9647
|
-
type index$
|
|
9648
|
-
declare const index$
|
|
9649
|
-
declare namespace index$
|
|
9650
|
-
export { index$
|
|
9629
|
+
type index$3_CircularDependencyError = CircularDependencyError;
|
|
9630
|
+
declare const index$3_CircularDependencyError: typeof CircularDependencyError;
|
|
9631
|
+
type index$3_ContentSanitizer = ContentSanitizer;
|
|
9632
|
+
declare const index$3_ContentSanitizer: typeof ContentSanitizer;
|
|
9633
|
+
type index$3_DiagramEdge = DiagramEdge;
|
|
9634
|
+
type index$3_DiagramGenerator = DiagramGenerator;
|
|
9635
|
+
declare const index$3_DiagramGenerator: typeof DiagramGenerator;
|
|
9636
|
+
type index$3_DiagramMetrics = DiagramMetrics;
|
|
9637
|
+
declare const index$3_DiagramMetrics: typeof DiagramMetrics;
|
|
9638
|
+
type index$3_DiagramNode = DiagramNode;
|
|
9639
|
+
type index$3_DiagramOptions = DiagramOptions;
|
|
9640
|
+
type index$3_MermaidRenderer = MermaidRenderer;
|
|
9641
|
+
declare const index$3_MermaidRenderer: typeof MermaidRenderer;
|
|
9642
|
+
type index$3_MermaidValidator = MermaidValidator;
|
|
9643
|
+
declare const index$3_MermaidValidator: typeof MermaidValidator;
|
|
9644
|
+
type index$3_RelationshipAnalyzer = RelationshipAnalyzer;
|
|
9645
|
+
declare const index$3_RelationshipAnalyzer: typeof RelationshipAnalyzer;
|
|
9646
|
+
type index$3_RelationshipGraph = RelationshipGraph;
|
|
9647
|
+
type index$3_RenderingError = RenderingError;
|
|
9648
|
+
declare const index$3_RenderingError: typeof RenderingError;
|
|
9649
|
+
declare namespace index$3 {
|
|
9650
|
+
export { index$3_CircularDependencyError as CircularDependencyError, index$3_ContentSanitizer as ContentSanitizer, type index$3_DiagramEdge as DiagramEdge, index$3_DiagramGenerator as DiagramGenerator, index$3_DiagramMetrics as DiagramMetrics, type index$3_DiagramNode as DiagramNode, type index$3_DiagramOptions as DiagramOptions, index$3_MermaidRenderer as MermaidRenderer, index$3_MermaidValidator as MermaidValidator, index$3_RelationshipAnalyzer as RelationshipAnalyzer, type index$3_RelationshipGraph as RelationshipGraph, index$3_RenderingError as RenderingError };
|
|
9651
9651
|
}
|
|
9652
9652
|
|
|
9653
9653
|
/**
|
|
@@ -9930,30 +9930,30 @@ declare class HttpLlmDetector implements LlmDetector {
|
|
|
9930
9930
|
|
|
9931
9931
|
declare const REGEX_RULES: RegexRule[];
|
|
9932
9932
|
|
|
9933
|
-
type index$
|
|
9934
|
-
type index$
|
|
9935
|
-
type index$
|
|
9936
|
-
type index$
|
|
9937
|
-
type index$
|
|
9938
|
-
type index$
|
|
9939
|
-
type index$
|
|
9940
|
-
type index$
|
|
9941
|
-
declare const index$
|
|
9942
|
-
type index$
|
|
9943
|
-
declare const index$
|
|
9944
|
-
type index$
|
|
9945
|
-
type index$
|
|
9946
|
-
type index$
|
|
9947
|
-
type index$
|
|
9948
|
-
type index$
|
|
9949
|
-
declare const index$
|
|
9950
|
-
type index$
|
|
9951
|
-
declare const index$
|
|
9952
|
-
type index$
|
|
9953
|
-
declare const index$
|
|
9954
|
-
type index$
|
|
9955
|
-
declare namespace index$
|
|
9956
|
-
export { type index$
|
|
9933
|
+
type index$2_CodeSnippet = CodeSnippet;
|
|
9934
|
+
type index$2_Detector = Detector;
|
|
9935
|
+
type index$2_DetectorConfig = DetectorConfig;
|
|
9936
|
+
type index$2_DetectorName = DetectorName;
|
|
9937
|
+
type index$2_FindingCategory = FindingCategory;
|
|
9938
|
+
type index$2_FindingSeverity = FindingSeverity;
|
|
9939
|
+
type index$2_GdprFinding = GdprFinding;
|
|
9940
|
+
type index$2_HeuristicDetector = HeuristicDetector;
|
|
9941
|
+
declare const index$2_HeuristicDetector: typeof HeuristicDetector;
|
|
9942
|
+
type index$2_HttpLlmDetector = HttpLlmDetector;
|
|
9943
|
+
declare const index$2_HttpLlmDetector: typeof HttpLlmDetector;
|
|
9944
|
+
type index$2_LlmDetector = LlmDetector;
|
|
9945
|
+
type index$2_LlmDetectorConfig = LlmDetectorConfig;
|
|
9946
|
+
type index$2_LlmRawFinding = LlmRawFinding;
|
|
9947
|
+
type index$2_PiiDetectorConfig = PiiDetectorConfig;
|
|
9948
|
+
type index$2_PiiDetectorModule = PiiDetectorModule;
|
|
9949
|
+
declare const index$2_PiiDetectorModule: typeof PiiDetectorModule;
|
|
9950
|
+
type index$2_QuotaType = QuotaType;
|
|
9951
|
+
declare const index$2_REGEX_RULES: typeof REGEX_RULES;
|
|
9952
|
+
type index$2_RegexDetector = RegexDetector;
|
|
9953
|
+
declare const index$2_RegexDetector: typeof RegexDetector;
|
|
9954
|
+
type index$2_RegexRule = RegexRule;
|
|
9955
|
+
declare namespace index$2 {
|
|
9956
|
+
export { type index$2_CodeSnippet as CodeSnippet, type index$2_Detector as Detector, type index$2_DetectorConfig as DetectorConfig, type index$2_DetectorName as DetectorName, type index$2_FindingCategory as FindingCategory, type index$2_FindingSeverity as FindingSeverity, type index$2_GdprFinding as GdprFinding, index$2_HeuristicDetector as HeuristicDetector, index$2_HttpLlmDetector as HttpLlmDetector, type index$2_LlmDetector as LlmDetector, type index$2_LlmDetectorConfig as LlmDetectorConfig, type index$2_LlmRawFinding as LlmRawFinding, type index$2_PiiDetectorConfig as PiiDetectorConfig, index$2_PiiDetectorModule as PiiDetectorModule, type index$2_QuotaType as QuotaType, index$2_REGEX_RULES as REGEX_RULES, index$2_RegexDetector as RegexDetector, type index$2_RegexRule as RegexRule };
|
|
9957
9957
|
}
|
|
9958
9958
|
|
|
9959
9959
|
/**
|
|
@@ -10260,36 +10260,440 @@ declare class WaiverWriter {
|
|
|
10260
10260
|
createWaiversBatch(findings: GdprFinding[], executionId: string, justification: string, actorId: string): Promise<void>;
|
|
10261
10261
|
}
|
|
10262
10262
|
|
|
10263
|
-
type
|
|
10264
|
-
type
|
|
10265
|
-
type
|
|
10266
|
-
type
|
|
10267
|
-
type
|
|
10268
|
-
type
|
|
10269
|
-
type
|
|
10270
|
-
type
|
|
10271
|
-
type
|
|
10272
|
-
type
|
|
10273
|
-
type
|
|
10274
|
-
type
|
|
10275
|
-
type
|
|
10276
|
-
type
|
|
10277
|
-
type
|
|
10278
|
-
type
|
|
10279
|
-
declare const
|
|
10280
|
-
type
|
|
10281
|
-
declare const
|
|
10282
|
-
type
|
|
10283
|
-
type
|
|
10284
|
-
declare const
|
|
10285
|
-
type
|
|
10286
|
-
type
|
|
10287
|
-
declare const
|
|
10288
|
-
type
|
|
10289
|
-
type
|
|
10290
|
-
declare const
|
|
10263
|
+
type index$1_ActiveWaiver = ActiveWaiver;
|
|
10264
|
+
type index$1_AuditOptions = AuditOptions;
|
|
10265
|
+
type index$1_AuditResult = AuditResult;
|
|
10266
|
+
type index$1_AuditScope = AuditScope;
|
|
10267
|
+
type index$1_AuditSummary = AuditSummary;
|
|
10268
|
+
type index$1_AuditTarget = AuditTarget;
|
|
10269
|
+
type index$1_CodeScope = CodeScope;
|
|
10270
|
+
type index$1_CreateWaiverOptions = CreateWaiverOptions;
|
|
10271
|
+
type index$1_FailOnSeverity = FailOnSeverity;
|
|
10272
|
+
type index$1_GitgovScope = GitgovScope;
|
|
10273
|
+
type index$1_GroupByOption = GroupByOption;
|
|
10274
|
+
type index$1_IWaiverReader = IWaiverReader;
|
|
10275
|
+
type index$1_JiraScope = JiraScope;
|
|
10276
|
+
type index$1_OutputFormat = OutputFormat;
|
|
10277
|
+
type index$1_ScopeConfig = ScopeConfig;
|
|
10278
|
+
type index$1_ScopeSelector = ScopeSelector;
|
|
10279
|
+
declare const index$1_ScopeSelector: typeof ScopeSelector;
|
|
10280
|
+
type index$1_ScoringEngine = ScoringEngine;
|
|
10281
|
+
declare const index$1_ScoringEngine: typeof ScoringEngine;
|
|
10282
|
+
type index$1_SourceAuditorDependencies = SourceAuditorDependencies;
|
|
10283
|
+
type index$1_SourceAuditorModule = SourceAuditorModule;
|
|
10284
|
+
declare const index$1_SourceAuditorModule: typeof SourceAuditorModule;
|
|
10285
|
+
type index$1_WaiverMetadata = WaiverMetadata;
|
|
10286
|
+
type index$1_WaiverReader = WaiverReader;
|
|
10287
|
+
declare const index$1_WaiverReader: typeof WaiverReader;
|
|
10288
|
+
type index$1_WaiverStatus = WaiverStatus;
|
|
10289
|
+
type index$1_WaiverWriter = WaiverWriter;
|
|
10290
|
+
declare const index$1_WaiverWriter: typeof WaiverWriter;
|
|
10291
|
+
declare namespace index$1 {
|
|
10292
|
+
export { type index$1_ActiveWaiver as ActiveWaiver, type index$1_AuditOptions as AuditOptions, type index$1_AuditResult as AuditResult, type index$1_AuditScope as AuditScope, type index$1_AuditSummary as AuditSummary, type index$1_AuditTarget as AuditTarget, type index$1_CodeScope as CodeScope, type index$1_CreateWaiverOptions as CreateWaiverOptions, type index$1_FailOnSeverity as FailOnSeverity, type index$1_GitgovScope as GitgovScope, type index$1_GroupByOption as GroupByOption, type index$1_IWaiverReader as IWaiverReader, type index$1_JiraScope as JiraScope, type index$1_OutputFormat as OutputFormat, type index$1_ScopeConfig as ScopeConfig, index$1_ScopeSelector as ScopeSelector, index$1_ScoringEngine as ScoringEngine, type index$1_SourceAuditorDependencies as SourceAuditorDependencies, index$1_SourceAuditorModule as SourceAuditorModule, type index$1_WaiverMetadata as WaiverMetadata, index$1_WaiverReader as WaiverReader, type index$1_WaiverStatus as WaiverStatus, index$1_WaiverWriter as WaiverWriter };
|
|
10293
|
+
}
|
|
10294
|
+
|
|
10295
|
+
/**
|
|
10296
|
+
* Supported engine types by the runner (per agent_protocol.md).
|
|
10297
|
+
*/
|
|
10298
|
+
type EngineType = "local" | "api" | "mcp" | "custom";
|
|
10299
|
+
/**
|
|
10300
|
+
* Local engine configuration.
|
|
10301
|
+
* Agent executes in the same process.
|
|
10302
|
+
*/
|
|
10303
|
+
type LocalEngine = {
|
|
10304
|
+
type: "local";
|
|
10305
|
+
/** Registered runtime (e.g., "claude:computer-use", "langchain:agent") */
|
|
10306
|
+
runtime?: string;
|
|
10307
|
+
/** Relative path to entrypoint (from project root) */
|
|
10308
|
+
entrypoint?: string;
|
|
10309
|
+
/** Exported function name (default: "runAgent") */
|
|
10310
|
+
function?: string;
|
|
10311
|
+
};
|
|
10312
|
+
/**
|
|
10313
|
+
* Authentication types for remote backends (API/MCP).
|
|
10314
|
+
*/
|
|
10315
|
+
type AuthType = "none" | "bearer" | "oauth" | "api-key" | "actor-signature";
|
|
10316
|
+
/**
|
|
10317
|
+
* Authentication configuration for remote backends.
|
|
10318
|
+
*/
|
|
10319
|
+
type AuthConfig = {
|
|
10320
|
+
type: AuthType;
|
|
10321
|
+
/** Environment variable name with token/key */
|
|
10322
|
+
secret_key?: string;
|
|
10323
|
+
/** Direct token (not recommended, prefer secret_key) */
|
|
10324
|
+
token?: string;
|
|
10325
|
+
};
|
|
10326
|
+
/**
|
|
10327
|
+
* API engine configuration.
|
|
10328
|
+
* Agent executes on a remote server via HTTP.
|
|
10329
|
+
*/
|
|
10330
|
+
type ApiEngine = {
|
|
10331
|
+
type: "api";
|
|
10332
|
+
/** Agent endpoint URL (required) */
|
|
10333
|
+
url: string;
|
|
10334
|
+
/** HTTP method (default: "POST") */
|
|
10335
|
+
method?: "POST" | "GET" | "PUT";
|
|
10336
|
+
/** Authentication configuration */
|
|
10337
|
+
auth?: AuthConfig;
|
|
10338
|
+
};
|
|
10339
|
+
/**
|
|
10340
|
+
* MCP engine configuration.
|
|
10341
|
+
* Agent executes as MCP server (Model Context Protocol).
|
|
10342
|
+
*/
|
|
10343
|
+
type McpEngine = {
|
|
10344
|
+
type: "mcp";
|
|
10345
|
+
/** MCP server URL (required) */
|
|
10346
|
+
url: string;
|
|
10347
|
+
/** Tool name to invoke (default: uses agentId) */
|
|
10348
|
+
tool?: string;
|
|
10349
|
+
/** Authentication configuration */
|
|
10350
|
+
auth?: AuthConfig;
|
|
10351
|
+
};
|
|
10352
|
+
/**
|
|
10353
|
+
* Custom engine configuration.
|
|
10354
|
+
* Allows extensibility via registered protocol handlers.
|
|
10355
|
+
*/
|
|
10356
|
+
type CustomEngine = {
|
|
10357
|
+
type: "custom";
|
|
10358
|
+
/** Protocol identifier (e.g., "a2a", "grpc") - required for execution */
|
|
10359
|
+
protocol?: string;
|
|
10360
|
+
/** Protocol-specific configuration */
|
|
10361
|
+
config?: Record<string, unknown>;
|
|
10362
|
+
};
|
|
10363
|
+
/**
|
|
10364
|
+
* Union type of all supported engines.
|
|
10365
|
+
*/
|
|
10366
|
+
type Engine = LocalEngine | ApiEngine | McpEngine | CustomEngine;
|
|
10367
|
+
|
|
10368
|
+
/**
|
|
10369
|
+
* Execution context passed to each agent.
|
|
10370
|
+
* Includes all information needed for traceability.
|
|
10371
|
+
*/
|
|
10372
|
+
type AgentExecutionContext = {
|
|
10373
|
+
/** Agent ID being executed (e.g., "agent:gdpr-audit") */
|
|
10374
|
+
agentId: string;
|
|
10375
|
+
/** ActorRecord executing (type "agent") */
|
|
10376
|
+
actorId: string;
|
|
10377
|
+
/** TaskRecord that triggered this execution (required) */
|
|
10378
|
+
taskId: string;
|
|
10379
|
+
/** Unique UUID for this execution */
|
|
10380
|
+
runId: string;
|
|
10381
|
+
/** Optional input passed to the agent (from RunOptions.input) */
|
|
10382
|
+
input?: unknown;
|
|
10383
|
+
};
|
|
10384
|
+
/**
|
|
10385
|
+
* Options for executing an agent.
|
|
10386
|
+
*/
|
|
10387
|
+
type RunOptions = {
|
|
10388
|
+
/** Agent ID to execute (e.g., "agent:gdpr-audit") */
|
|
10389
|
+
agentId: string;
|
|
10390
|
+
/** TaskRecord that triggers this execution (required) */
|
|
10391
|
+
taskId: string;
|
|
10392
|
+
/** Actor executing. If not provided, uses agentId */
|
|
10393
|
+
actorId?: string;
|
|
10394
|
+
/** Specific tool to invoke (MCP engines only) */
|
|
10395
|
+
tool?: string;
|
|
10396
|
+
/** Input to pass to the agent */
|
|
10397
|
+
input?: unknown;
|
|
10398
|
+
};
|
|
10399
|
+
/**
|
|
10400
|
+
* Structured output from the agent.
|
|
10401
|
+
* Captured by the runner from each backend.
|
|
10402
|
+
*/
|
|
10403
|
+
type AgentOutput = {
|
|
10404
|
+
/** Response data from agent (free structure) */
|
|
10405
|
+
data?: unknown;
|
|
10406
|
+
/** Text message (summary or description) */
|
|
10407
|
+
message?: string;
|
|
10408
|
+
/** Generated artifacts (file paths, record IDs, etc.) */
|
|
10409
|
+
artifacts?: string[];
|
|
10410
|
+
/** Additional agent metadata */
|
|
10411
|
+
metadata?: Record<string, unknown>;
|
|
10412
|
+
};
|
|
10413
|
+
/**
|
|
10414
|
+
* Complete response from an agent execution.
|
|
10415
|
+
* Returned by runner.runOnce().
|
|
10416
|
+
*/
|
|
10417
|
+
type AgentResponse = {
|
|
10418
|
+
/** Unique UUID for this execution */
|
|
10419
|
+
runId: string;
|
|
10420
|
+
/** Executed agent ID */
|
|
10421
|
+
agentId: string;
|
|
10422
|
+
/** Execution status */
|
|
10423
|
+
status: "success" | "error";
|
|
10424
|
+
/** Agent output (only if status: "success") */
|
|
10425
|
+
output?: AgentOutput;
|
|
10426
|
+
/** Error message (only if status: "error") */
|
|
10427
|
+
error?: string;
|
|
10428
|
+
/** Created ExecutionRecord ID */
|
|
10429
|
+
executionRecordId: string;
|
|
10430
|
+
/** Start timestamp */
|
|
10431
|
+
startedAt: string;
|
|
10432
|
+
/** Completion timestamp */
|
|
10433
|
+
completedAt: string;
|
|
10434
|
+
/** Duration in milliseconds */
|
|
10435
|
+
durationMs: number;
|
|
10436
|
+
};
|
|
10437
|
+
/**
|
|
10438
|
+
* AgentRunner module dependencies.
|
|
10439
|
+
*/
|
|
10440
|
+
type AgentRunnerDependencies = {
|
|
10441
|
+
/** Path to .gitgov directory (optional, uses ConfigManager by default) */
|
|
10442
|
+
gitgovPath?: string;
|
|
10443
|
+
/** Path to project root (optional, uses ConfigManager by default) */
|
|
10444
|
+
projectRoot?: string;
|
|
10445
|
+
/** IdentityAdapter for actor-signature auth (required if that auth type is used) */
|
|
10446
|
+
identityAdapter?: IIdentityAdapter;
|
|
10447
|
+
/** ExecutionAdapter for persisting executions (REQUIRED) */
|
|
10448
|
+
executionAdapter: IExecutionAdapter;
|
|
10449
|
+
/** EventBus for emitting events (optional, no events if not provided) */
|
|
10450
|
+
eventBus?: IEventStream;
|
|
10451
|
+
/** Protocol handler registry (for engine.type: "custom") */
|
|
10452
|
+
protocolHandlers?: ProtocolHandlerRegistry;
|
|
10453
|
+
/** Runtime handler registry (for engine.runtime in local engines) */
|
|
10454
|
+
runtimeHandlers?: RuntimeHandlerRegistry;
|
|
10455
|
+
};
|
|
10456
|
+
/**
|
|
10457
|
+
* Registry for protocol handlers (engine.type: "custom").
|
|
10458
|
+
*/
|
|
10459
|
+
interface ProtocolHandlerRegistry {
|
|
10460
|
+
register(protocol: string, handler: ProtocolHandler): void;
|
|
10461
|
+
get(protocol: string): ProtocolHandler | undefined;
|
|
10462
|
+
}
|
|
10463
|
+
/**
|
|
10464
|
+
* Handler for engine.type: "custom".
|
|
10465
|
+
*/
|
|
10466
|
+
type ProtocolHandler = (engine: CustomEngine, ctx: AgentExecutionContext) => Promise<AgentOutput>;
|
|
10467
|
+
/**
|
|
10468
|
+
* Registry for runtime handlers (engine.runtime in local engines).
|
|
10469
|
+
*/
|
|
10470
|
+
interface RuntimeHandlerRegistry {
|
|
10471
|
+
register(runtime: string, handler: RuntimeHandler): void;
|
|
10472
|
+
get(runtime: string): RuntimeHandler | undefined;
|
|
10473
|
+
}
|
|
10474
|
+
/**
|
|
10475
|
+
* Handler for engine.runtime in local engines.
|
|
10476
|
+
*/
|
|
10477
|
+
type RuntimeHandler = (engine: LocalEngineForHandler, ctx: AgentExecutionContext) => Promise<AgentOutput>;
|
|
10478
|
+
/**
|
|
10479
|
+
* LocalEngine shape for handlers (avoids circular import).
|
|
10480
|
+
*/
|
|
10481
|
+
type LocalEngineForHandler = {
|
|
10482
|
+
type: "local";
|
|
10483
|
+
runtime?: string;
|
|
10484
|
+
entrypoint?: string;
|
|
10485
|
+
function?: string;
|
|
10486
|
+
};
|
|
10487
|
+
/**
|
|
10488
|
+
* Events emitted by the runner via EventBus.
|
|
10489
|
+
*/
|
|
10490
|
+
type AgentRunnerEvent = {
|
|
10491
|
+
type: "agent:started";
|
|
10492
|
+
payload: {
|
|
10493
|
+
runId: string;
|
|
10494
|
+
agentId: string;
|
|
10495
|
+
taskId: string;
|
|
10496
|
+
startedAt: string;
|
|
10497
|
+
};
|
|
10498
|
+
} | {
|
|
10499
|
+
type: "agent:completed";
|
|
10500
|
+
payload: {
|
|
10501
|
+
runId: string;
|
|
10502
|
+
agentId: string;
|
|
10503
|
+
taskId: string;
|
|
10504
|
+
status: "success";
|
|
10505
|
+
durationMs: number;
|
|
10506
|
+
executionRecordId: string;
|
|
10507
|
+
};
|
|
10508
|
+
} | {
|
|
10509
|
+
type: "agent:error";
|
|
10510
|
+
payload: {
|
|
10511
|
+
runId: string;
|
|
10512
|
+
agentId: string;
|
|
10513
|
+
taskId: string;
|
|
10514
|
+
status: "error";
|
|
10515
|
+
error: string;
|
|
10516
|
+
durationMs: number;
|
|
10517
|
+
executionRecordId: string;
|
|
10518
|
+
};
|
|
10519
|
+
};
|
|
10520
|
+
/**
|
|
10521
|
+
* Interface for agent loader (allows mocking in tests).
|
|
10522
|
+
*/
|
|
10523
|
+
interface IAgentLoader {
|
|
10524
|
+
loadAgent(agentId: string): Promise<AgentRecord>;
|
|
10525
|
+
}
|
|
10526
|
+
|
|
10527
|
+
/**
|
|
10528
|
+
* Agent Runner Module - Executes agents based on their engine.type.
|
|
10529
|
+
*
|
|
10530
|
+
* Responsibilities:
|
|
10531
|
+
* - Load AgentRecords from .gitgov/agents/
|
|
10532
|
+
* - Execute via appropriate backend (local, api, mcp, custom)
|
|
10533
|
+
* - Capture responses and write ExecutionRecords
|
|
10534
|
+
* - Emit events via EventBus
|
|
10535
|
+
*/
|
|
10536
|
+
declare class AgentRunnerModule {
|
|
10537
|
+
private gitgovPath;
|
|
10538
|
+
private projectRoot;
|
|
10539
|
+
private identityAdapter;
|
|
10540
|
+
private executionAdapter;
|
|
10541
|
+
private eventBus;
|
|
10542
|
+
/** Fase 2: Protocol handlers for CustomBackend */
|
|
10543
|
+
readonly protocolHandlers: ProtocolHandlerRegistry | undefined;
|
|
10544
|
+
private runtimeHandlers;
|
|
10545
|
+
private localBackend;
|
|
10546
|
+
constructor(deps: AgentRunnerDependencies);
|
|
10547
|
+
/**
|
|
10548
|
+
* Executes an agent once and returns the response.
|
|
10549
|
+
* TaskRecord must exist before calling this method.
|
|
10550
|
+
*/
|
|
10551
|
+
runOnce(opts: RunOptions): Promise<AgentResponse>;
|
|
10552
|
+
/**
|
|
10553
|
+
* [EARS-A1, A2] Loads AgentRecord from .gitgov/agents/agent-{id}.json
|
|
10554
|
+
*/
|
|
10555
|
+
private loadAgent;
|
|
10556
|
+
/**
|
|
10557
|
+
* [EARS-I4] Emits event via EventBus if available.
|
|
10558
|
+
* Works silently without EventBus.
|
|
10559
|
+
*/
|
|
10560
|
+
private emitEvent;
|
|
10561
|
+
}
|
|
10562
|
+
|
|
10563
|
+
/**
|
|
10564
|
+
* Backend for executing local agents.
|
|
10565
|
+
* Supports entrypoint (custom code) and runtime (registered handler).
|
|
10566
|
+
* RETURNS AgentOutput captured from the agent function.
|
|
10567
|
+
*/
|
|
10568
|
+
declare class LocalBackend {
|
|
10569
|
+
private projectRoot;
|
|
10570
|
+
private runtimeRegistry?;
|
|
10571
|
+
constructor(projectRoot: string, runtimeRegistry?: RuntimeHandlerRegistry | undefined);
|
|
10572
|
+
/**
|
|
10573
|
+
* Executes a local agent and captures its output.
|
|
10574
|
+
*/
|
|
10575
|
+
execute(engine: LocalEngine, ctx: AgentExecutionContext): Promise<AgentOutput>;
|
|
10576
|
+
/**
|
|
10577
|
+
* Executes via entrypoint (dynamic import) and captures output.
|
|
10578
|
+
*/
|
|
10579
|
+
private executeEntrypoint;
|
|
10580
|
+
/**
|
|
10581
|
+
* Executes via runtime handler.
|
|
10582
|
+
*/
|
|
10583
|
+
private executeRuntime;
|
|
10584
|
+
/**
|
|
10585
|
+
* Normalizes any result to AgentOutput.
|
|
10586
|
+
* If agent returns void/undefined, uses empty object.
|
|
10587
|
+
* If returns object with known fields, extracts them.
|
|
10588
|
+
*/
|
|
10589
|
+
private normalizeOutput;
|
|
10590
|
+
}
|
|
10591
|
+
|
|
10592
|
+
/**
|
|
10593
|
+
* Custom Error Classes for AgentRunnerModule
|
|
10594
|
+
*
|
|
10595
|
+
* These errors provide typed exceptions for better error handling
|
|
10596
|
+
* and diagnostics in the agent runner operations.
|
|
10597
|
+
*/
|
|
10598
|
+
/**
|
|
10599
|
+
* Base error class for all Runner-related errors
|
|
10600
|
+
*/
|
|
10601
|
+
declare class RunnerError extends Error {
|
|
10602
|
+
constructor(message: string);
|
|
10603
|
+
}
|
|
10604
|
+
/**
|
|
10605
|
+
* Error thrown when an agent file is not found in .gitgov/agents/
|
|
10606
|
+
*/
|
|
10607
|
+
declare class AgentNotFoundError extends RunnerError {
|
|
10608
|
+
readonly agentId: string;
|
|
10609
|
+
constructor(agentId: string);
|
|
10610
|
+
}
|
|
10611
|
+
/**
|
|
10612
|
+
* Error thrown when the specified function is not exported from entrypoint
|
|
10613
|
+
*/
|
|
10614
|
+
declare class FunctionNotExportedError extends RunnerError {
|
|
10615
|
+
readonly functionName: string;
|
|
10616
|
+
readonly entrypoint: string;
|
|
10617
|
+
constructor(functionName: string, entrypoint: string);
|
|
10618
|
+
}
|
|
10619
|
+
/**
|
|
10620
|
+
* Error thrown when local engine has neither entrypoint nor runtime
|
|
10621
|
+
*/
|
|
10622
|
+
declare class LocalEngineConfigError extends RunnerError {
|
|
10623
|
+
constructor();
|
|
10624
|
+
}
|
|
10625
|
+
/**
|
|
10626
|
+
* Error thrown when engine.type is not supported
|
|
10627
|
+
*/
|
|
10628
|
+
declare class UnsupportedEngineTypeError extends RunnerError {
|
|
10629
|
+
readonly engineType: string;
|
|
10630
|
+
constructor(engineType: string);
|
|
10631
|
+
}
|
|
10632
|
+
/**
|
|
10633
|
+
* Error thrown when engine configuration is invalid
|
|
10634
|
+
*/
|
|
10635
|
+
declare class EngineConfigError extends RunnerError {
|
|
10636
|
+
readonly engineType: string;
|
|
10637
|
+
readonly missingField: string;
|
|
10638
|
+
constructor(engineType: string, missingField: string);
|
|
10639
|
+
}
|
|
10640
|
+
/**
|
|
10641
|
+
* Error thrown when a required dependency is missing
|
|
10642
|
+
*/
|
|
10643
|
+
declare class MissingDependencyError extends RunnerError {
|
|
10644
|
+
readonly dependency: string;
|
|
10645
|
+
readonly reason: string;
|
|
10646
|
+
constructor(dependency: string, reason: string);
|
|
10647
|
+
}
|
|
10648
|
+
/**
|
|
10649
|
+
* Error thrown when runtime handler is not found in registry
|
|
10650
|
+
*/
|
|
10651
|
+
declare class RuntimeNotFoundError extends RunnerError {
|
|
10652
|
+
readonly runtime: string;
|
|
10653
|
+
constructor(runtime: string);
|
|
10654
|
+
}
|
|
10655
|
+
|
|
10656
|
+
type index_AgentExecutionContext = AgentExecutionContext;
|
|
10657
|
+
type index_AgentNotFoundError = AgentNotFoundError;
|
|
10658
|
+
declare const index_AgentNotFoundError: typeof AgentNotFoundError;
|
|
10659
|
+
type index_AgentOutput = AgentOutput;
|
|
10660
|
+
type index_AgentResponse = AgentResponse;
|
|
10661
|
+
type index_AgentRunnerDependencies = AgentRunnerDependencies;
|
|
10662
|
+
type index_AgentRunnerEvent = AgentRunnerEvent;
|
|
10663
|
+
type index_AgentRunnerModule = AgentRunnerModule;
|
|
10664
|
+
declare const index_AgentRunnerModule: typeof AgentRunnerModule;
|
|
10665
|
+
type index_ApiEngine = ApiEngine;
|
|
10666
|
+
type index_AuthConfig = AuthConfig;
|
|
10667
|
+
type index_AuthType = AuthType;
|
|
10668
|
+
type index_CustomEngine = CustomEngine;
|
|
10669
|
+
type index_Engine = Engine;
|
|
10670
|
+
type index_EngineConfigError = EngineConfigError;
|
|
10671
|
+
declare const index_EngineConfigError: typeof EngineConfigError;
|
|
10672
|
+
type index_EngineType = EngineType;
|
|
10673
|
+
type index_FunctionNotExportedError = FunctionNotExportedError;
|
|
10674
|
+
declare const index_FunctionNotExportedError: typeof FunctionNotExportedError;
|
|
10675
|
+
type index_IAgentLoader = IAgentLoader;
|
|
10676
|
+
type index_LocalBackend = LocalBackend;
|
|
10677
|
+
declare const index_LocalBackend: typeof LocalBackend;
|
|
10678
|
+
type index_LocalEngine = LocalEngine;
|
|
10679
|
+
type index_LocalEngineConfigError = LocalEngineConfigError;
|
|
10680
|
+
declare const index_LocalEngineConfigError: typeof LocalEngineConfigError;
|
|
10681
|
+
type index_McpEngine = McpEngine;
|
|
10682
|
+
type index_MissingDependencyError = MissingDependencyError;
|
|
10683
|
+
declare const index_MissingDependencyError: typeof MissingDependencyError;
|
|
10684
|
+
type index_ProtocolHandler = ProtocolHandler;
|
|
10685
|
+
type index_ProtocolHandlerRegistry = ProtocolHandlerRegistry;
|
|
10686
|
+
type index_RunOptions = RunOptions;
|
|
10687
|
+
type index_RunnerError = RunnerError;
|
|
10688
|
+
declare const index_RunnerError: typeof RunnerError;
|
|
10689
|
+
type index_RuntimeHandler = RuntimeHandler;
|
|
10690
|
+
type index_RuntimeHandlerRegistry = RuntimeHandlerRegistry;
|
|
10691
|
+
type index_RuntimeNotFoundError = RuntimeNotFoundError;
|
|
10692
|
+
declare const index_RuntimeNotFoundError: typeof RuntimeNotFoundError;
|
|
10693
|
+
type index_UnsupportedEngineTypeError = UnsupportedEngineTypeError;
|
|
10694
|
+
declare const index_UnsupportedEngineTypeError: typeof UnsupportedEngineTypeError;
|
|
10291
10695
|
declare namespace index {
|
|
10292
|
-
export { type
|
|
10696
|
+
export { type index_AgentExecutionContext as AgentExecutionContext, index_AgentNotFoundError as AgentNotFoundError, type index_AgentOutput as AgentOutput, type index_AgentResponse as AgentResponse, type index_AgentRunnerDependencies as AgentRunnerDependencies, type index_AgentRunnerEvent as AgentRunnerEvent, index_AgentRunnerModule as AgentRunnerModule, type index_ApiEngine as ApiEngine, type index_AuthConfig as AuthConfig, type index_AuthType as AuthType, type index_CustomEngine as CustomEngine, type index_Engine as Engine, index_EngineConfigError as EngineConfigError, type index_EngineType as EngineType, index_FunctionNotExportedError as FunctionNotExportedError, type index_IAgentLoader as IAgentLoader, index_LocalBackend as LocalBackend, type index_LocalEngine as LocalEngine, index_LocalEngineConfigError as LocalEngineConfigError, type index_McpEngine as McpEngine, index_MissingDependencyError as MissingDependencyError, type index_ProtocolHandler as ProtocolHandler, type index_ProtocolHandlerRegistry as ProtocolHandlerRegistry, type index_RunOptions as RunOptions, index_RunnerError as RunnerError, type index_RuntimeHandler as RuntimeHandler, type index_RuntimeHandlerRegistry as RuntimeHandlerRegistry, index_RuntimeNotFoundError as RuntimeNotFoundError, index_UnsupportedEngineTypeError as UnsupportedEngineTypeError };
|
|
10293
10697
|
}
|
|
10294
10698
|
|
|
10295
|
-
export { index$
|
|
10699
|
+
export { index$b as Adapters, index$f as BacklogAdapter, index$j as ChangelogAdapter, index$h as Config, index$a as Crypto, index$3 as DiagramGenerator, index$n as EventBus, index$k as ExecutionAdapter, index$9 as Factories, index$l as FeedbackAdapter, index$d as Git, index$m as IdentityAdapter, index$e as IndexerAdapter, index$8 as Lint, index$7 as Logger, index$i as MetricsAdapter, index$2 as PiiDetector, index$c as ProjectAdapter, index$p as Records, index as Runner, index$6 as Schemas, index$1 as SourceAuditor, index$o as Store, index$5 as Sync, index$4 as Validation, index$g as WorkflowMethodologyAdapter };
|