@gitgov/core 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/{agent_runner-D3G5zzGv.d.ts → agent_runner-Cgle_zVX.d.ts} +2 -2
- package/dist/src/fs.d.ts +14 -175
- package/dist/src/fs.js +209 -2157
- package/dist/src/fs.js.map +1 -1
- package/dist/src/github.d.ts +2 -2
- package/dist/src/index.d.ts +482 -333
- package/dist/src/index.js +248 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/memory.d.ts +1 -1
- package/dist/src/prisma.d.ts +1 -1
- package/dist/src/{record_projection.types-B2OZbgoW.d.ts → record_projection.types-CFsl44em.d.ts} +13 -1
- package/dist/src/{sync_state-GmqG3pLj.d.ts → sync_state-B8X4NDKF.d.ts} +2 -2
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A as ActorPayload, d as ActorRecord, e as AgentPayload, f as AgentRecord, C as CyclePayload, g as CycleRecord, E as EmbeddedMetadataHeader,
|
|
2
|
-
import { C as ConfigManager, E as EventBus,
|
|
1
|
+
import { A as ActorPayload, d as ActorRecord, e as AgentPayload, f as AgentRecord, C as CyclePayload, g as CycleRecord, h as DIR_TO_TYPE, E as EmbeddedMetadataHeader, i as EmbeddedMetadataRecord, j as ExecutionPayload, k as ExecutionRecord, F as FeedbackPayload, l as FeedbackRecord, m as GitGovActorRecord, n as GitGovAgentRecord, o as GitGovCycleRecord, p as GitGovError, q as GitGovExecutionRecord, r as GitGovFeedbackRecord, G as GitGovRecord, s as GitGovRecordPayload, t as GitGovRecordType, u as GitGovTaskRecord, v as RECORD_TYPES, S as Signature, T as TYPE_TO_DIR, w as TaskPayload, x as TaskRecord, D as DEFAULT_ID_ENCODER, I as IdEncoder, R as RecordStore, y as RecordStores, z as CollaborationMetrics, B as IRecordMetrics, H as ProductivityMetrics, J as RecordMetrics, K as RecordMetricsDependencies, L as SystemStatus, M as TaskHealthReport, N as ActivityEvent, O as ActorCreatedEvent, Q as ActorRevokedEvent, U as AgentRegisteredEvent, V as BaseEvent, W as CycleCreatedEvent, X as CycleStatusChangedEvent, Y as EventHandler, Z as EventMetadata, _ as EventSubscription, $ as ExecutionCreatedEvent, a0 as FeedbackCreatedEvent, a1 as GitGovEvent, a2 as SystemDailyTickEvent, a3 as TaskCreatedEvent, a4 as TaskStatusChangedEvent, a as IRecordProjector, a5 as RecordProjectorDependencies, c as IndexData, a6 as IndexGenerationReport, a7 as IntegrityReport, a8 as AllRecords, a9 as DerivedStates, aa as EnrichedTaskRecord, ab as DerivedStateSets, b as IRecordProjection, ac as IntegrityError, ad as IntegrityWarning, P as ProjectionContext } from './record_projection.types-CFsl44em.js';
|
|
2
|
+
import { C as ConfigManager, E as EventBus, o as IEventStream, q as eventBus, r as publishEvent, s as subscribeToEvent, p as IIdentityAdapter, t as IdentityAdapterDependencies, I as ILintModule, u as LintModuleDependencies, c as LintRecordContext, d as LintResult, L as LintOptions, a as LintReport$1, F as FixRecordOptions, b as FixReport, v as FixResult, w as LintSummary, x as RecordEntry, R as RecordStores$1, V as ValidationContext$1, y as ValidatorType, e as ISyncStateModule, z as AuditScope$1, A as AuditStateOptions, n as AuditStateReport, l as ConflictDiff, B as ConflictFileDiff, D as ConflictInfo, G as ConflictType, H as ExpectedFilesScope, m as IntegrityViolation, k as StateDeltaFile, J as SyncStateModuleDependencies, g as SyncStatePullOptions, h as SyncStatePullResult, S as SyncStatePushOptions, f as SyncStatePushResult, i as SyncStateResolveOptions, j as SyncStateResolveResult } from './sync_state-B8X4NDKF.js';
|
|
3
3
|
import { A as ActorState, a as GitGovSession, k as ISessionManager, S as SyncPreferencesUpdate, l as SyncStatus, m as AuditState, n as AuditStateUpdate, G as GitGovConfig, o as IConfigManager, p as SyncConfig, q as SyncDefaults, K as KeyProvider, r as KeyProviderError, s as KeyProviderErrorCode, i as FileListOptions, h as FileLister, j as FileStats, F as FsFileListerOptions, M as MemoryFileListerOptions, I as IGitModule } from './index-LULVRsCZ.js';
|
|
4
4
|
export { C as ConfigStore, t as Git } from './index-LULVRsCZ.js';
|
|
5
|
-
import { S as SessionManager, g as IdentityAdapter, h as IExecutionAdapter, i as ExecutionAdapterDependencies, E as EnvironmentValidation, I as IProjectInitializer, d as FsKeyProvider, e as FsKeyProviderOptions, f as FsFileLister, D as DEFAULT_STATE_BRANCH, j as AgentExecutionContext, k as AgentOutput, c as AgentResponse, A as AgentRunnerDependencies, l as AgentRunnerEvent, m as ApiEngine, n as AuthConfig, o as AuthType, C as CustomEngine, p as Engine, q as EngineType, r as IAgentLoader, b as IAgentRunner, L as LocalEngine, M as McpEngine, s as ProtocolHandler, P as ProtocolHandlerRegistry, R as RunOptions, t as RuntimeHandler, u as RuntimeHandlerRegistry } from './agent_runner-
|
|
5
|
+
import { S as SessionManager, g as IdentityAdapter, h as IExecutionAdapter, i as ExecutionAdapterDependencies, E as EnvironmentValidation, I as IProjectInitializer, d as FsKeyProvider, e as FsKeyProviderOptions, f as FsFileLister, D as DEFAULT_STATE_BRANCH, j as AgentExecutionContext, k as AgentOutput, c as AgentResponse, A as AgentRunnerDependencies, l as AgentRunnerEvent, m as ApiEngine, n as AuthConfig, o as AuthType, C as CustomEngine, p as Engine, q as EngineType, r as IAgentLoader, b as IAgentRunner, L as LocalEngine, M as McpEngine, s as ProtocolHandler, P as ProtocolHandlerRegistry, R as RunOptions, t as RuntimeHandler, u as RuntimeHandlerRegistry } from './agent_runner-Cgle_zVX.js';
|
|
6
6
|
import { E as EnvKeyProvider, a as EnvKeyProviderOptions, M as MockKeyProvider, b as MockKeyProviderOptions, c as MemoryFileLister } from './memory_file_lister-BCY4ZYGW.js';
|
|
7
7
|
import { ValidateFunction } from 'ajv';
|
|
8
8
|
import './session_store-I4Z6PW2c.js';
|
|
@@ -14,14 +14,14 @@ import './session_store-I4Z6PW2c.js';
|
|
|
14
14
|
* Session state is ephemeral, machine-local, and NOT versioned in Git.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
declare const index$
|
|
18
|
-
declare const index$
|
|
19
|
-
declare const index$
|
|
20
|
-
declare const index$
|
|
21
|
-
declare const index$
|
|
22
|
-
declare const index$
|
|
23
|
-
declare namespace index$
|
|
24
|
-
export { index$
|
|
17
|
+
declare const index$s_ActorState: typeof ActorState;
|
|
18
|
+
declare const index$s_GitGovSession: typeof GitGovSession;
|
|
19
|
+
declare const index$s_ISessionManager: typeof ISessionManager;
|
|
20
|
+
declare const index$s_SessionManager: typeof SessionManager;
|
|
21
|
+
declare const index$s_SyncPreferencesUpdate: typeof SyncPreferencesUpdate;
|
|
22
|
+
declare const index$s_SyncStatus: typeof SyncStatus;
|
|
23
|
+
declare namespace index$s {
|
|
24
|
+
export { index$s_ActorState as ActorState, index$s_GitGovSession as GitGovSession, index$s_ISessionManager as ISessionManager, index$s_SessionManager as SessionManager, index$s_SyncPreferencesUpdate as SyncPreferencesUpdate, index$s_SyncStatus as SyncStatus };
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
/**
|
|
@@ -31,19 +31,19 @@ declare namespace index$r {
|
|
|
31
31
|
* Configuration is versioned in Git and shared between collaborators.
|
|
32
32
|
*/
|
|
33
33
|
|
|
34
|
-
declare const index$
|
|
35
|
-
declare const index$
|
|
36
|
-
declare const index$
|
|
37
|
-
declare const index$
|
|
38
|
-
declare const index$
|
|
39
|
-
declare const index$
|
|
40
|
-
declare const index$
|
|
41
|
-
declare const index$
|
|
42
|
-
declare const index$
|
|
43
|
-
declare const index$
|
|
44
|
-
declare const index$
|
|
45
|
-
declare namespace index$
|
|
46
|
-
export { index$
|
|
34
|
+
declare const index$r_ActorState: typeof ActorState;
|
|
35
|
+
declare const index$r_AuditState: typeof AuditState;
|
|
36
|
+
declare const index$r_AuditStateUpdate: typeof AuditStateUpdate;
|
|
37
|
+
declare const index$r_ConfigManager: typeof ConfigManager;
|
|
38
|
+
declare const index$r_GitGovConfig: typeof GitGovConfig;
|
|
39
|
+
declare const index$r_GitGovSession: typeof GitGovSession;
|
|
40
|
+
declare const index$r_IConfigManager: typeof IConfigManager;
|
|
41
|
+
declare const index$r_SessionManager: typeof SessionManager;
|
|
42
|
+
declare const index$r_SyncConfig: typeof SyncConfig;
|
|
43
|
+
declare const index$r_SyncDefaults: typeof SyncDefaults;
|
|
44
|
+
declare const index$r_SyncStatus: typeof SyncStatus;
|
|
45
|
+
declare namespace index$r {
|
|
46
|
+
export { index$r_ActorState as ActorState, index$r_AuditState as AuditState, index$r_AuditStateUpdate as AuditStateUpdate, index$r_ConfigManager as ConfigManager, index$r_GitGovConfig as GitGovConfig, index$r_GitGovSession as GitGovSession, index$r_IConfigManager as IConfigManager, index$r_SessionManager as SessionManager, index$r_SyncConfig as SyncConfig, index$r_SyncDefaults as SyncDefaults, index$r_SyncStatus as SyncStatus };
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/**
|
|
@@ -184,78 +184,81 @@ interface WorkflowRecord {
|
|
|
184
184
|
};
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
declare const index$
|
|
188
|
-
declare const index$
|
|
189
|
-
declare const index$
|
|
190
|
-
declare const index$
|
|
191
|
-
declare const index$
|
|
192
|
-
declare const index$
|
|
193
|
-
declare const index$
|
|
194
|
-
declare const index$
|
|
195
|
-
declare const index$
|
|
196
|
-
declare const index$
|
|
197
|
-
declare const index$
|
|
198
|
-
declare const index$
|
|
199
|
-
declare const index$
|
|
200
|
-
declare const index$
|
|
201
|
-
declare const index$
|
|
202
|
-
declare const index$
|
|
203
|
-
declare const index$
|
|
204
|
-
declare const index$
|
|
205
|
-
declare const index$
|
|
206
|
-
declare const index$
|
|
207
|
-
declare const index$
|
|
208
|
-
declare const index$
|
|
209
|
-
declare const index$
|
|
210
|
-
declare const index$
|
|
211
|
-
declare const index$
|
|
212
|
-
|
|
187
|
+
declare const index$q_ActorPayload: typeof ActorPayload;
|
|
188
|
+
declare const index$q_ActorRecord: typeof ActorRecord;
|
|
189
|
+
declare const index$q_AgentPayload: typeof AgentPayload;
|
|
190
|
+
declare const index$q_AgentRecord: typeof AgentRecord;
|
|
191
|
+
declare const index$q_CyclePayload: typeof CyclePayload;
|
|
192
|
+
declare const index$q_CycleRecord: typeof CycleRecord;
|
|
193
|
+
declare const index$q_DIR_TO_TYPE: typeof DIR_TO_TYPE;
|
|
194
|
+
declare const index$q_EmbeddedMetadataHeader: typeof EmbeddedMetadataHeader;
|
|
195
|
+
declare const index$q_EmbeddedMetadataRecord: typeof EmbeddedMetadataRecord;
|
|
196
|
+
declare const index$q_ExecutionPayload: typeof ExecutionPayload;
|
|
197
|
+
declare const index$q_ExecutionRecord: typeof ExecutionRecord;
|
|
198
|
+
declare const index$q_FeedbackPayload: typeof FeedbackPayload;
|
|
199
|
+
declare const index$q_FeedbackRecord: typeof FeedbackRecord;
|
|
200
|
+
declare const index$q_GitGovActorRecord: typeof GitGovActorRecord;
|
|
201
|
+
declare const index$q_GitGovAgentRecord: typeof GitGovAgentRecord;
|
|
202
|
+
declare const index$q_GitGovCycleRecord: typeof GitGovCycleRecord;
|
|
203
|
+
declare const index$q_GitGovError: typeof GitGovError;
|
|
204
|
+
declare const index$q_GitGovExecutionRecord: typeof GitGovExecutionRecord;
|
|
205
|
+
declare const index$q_GitGovFeedbackRecord: typeof GitGovFeedbackRecord;
|
|
206
|
+
declare const index$q_GitGovRecord: typeof GitGovRecord;
|
|
207
|
+
declare const index$q_GitGovRecordPayload: typeof GitGovRecordPayload;
|
|
208
|
+
declare const index$q_GitGovRecordType: typeof GitGovRecordType;
|
|
209
|
+
declare const index$q_GitGovTaskRecord: typeof GitGovTaskRecord;
|
|
210
|
+
declare const index$q_RECORD_TYPES: typeof RECORD_TYPES;
|
|
211
|
+
declare const index$q_Signature: typeof Signature;
|
|
212
|
+
declare const index$q_TYPE_TO_DIR: typeof TYPE_TO_DIR;
|
|
213
|
+
declare const index$q_TaskPayload: typeof TaskPayload;
|
|
214
|
+
declare const index$q_TaskRecord: typeof TaskRecord;
|
|
215
|
+
type index$q_WorkflowRecord = WorkflowRecord;
|
|
216
|
+
declare namespace index$q {
|
|
217
|
+
export { index$q_ActorPayload as ActorPayload, index$q_ActorRecord as ActorRecord, index$q_AgentPayload as AgentPayload, index$q_AgentRecord as AgentRecord, index$q_CyclePayload as CyclePayload, index$q_CycleRecord as CycleRecord, index$q_DIR_TO_TYPE as DIR_TO_TYPE, index$q_EmbeddedMetadataHeader as EmbeddedMetadataHeader, index$q_EmbeddedMetadataRecord as EmbeddedMetadataRecord, index$q_ExecutionPayload as ExecutionPayload, index$q_ExecutionRecord as ExecutionRecord, index$q_FeedbackPayload as FeedbackPayload, index$q_FeedbackRecord as FeedbackRecord, index$q_GitGovActorRecord as GitGovActorRecord, index$q_GitGovAgentRecord as GitGovAgentRecord, index$q_GitGovCycleRecord as GitGovCycleRecord, index$q_GitGovError as GitGovError, index$q_GitGovExecutionRecord as GitGovExecutionRecord, index$q_GitGovFeedbackRecord as GitGovFeedbackRecord, index$q_GitGovRecord as GitGovRecord, index$q_GitGovRecordPayload as GitGovRecordPayload, index$q_GitGovRecordType as GitGovRecordType, index$q_GitGovTaskRecord as GitGovTaskRecord, index$q_RECORD_TYPES as RECORD_TYPES, index$q_Signature as Signature, index$q_TYPE_TO_DIR as TYPE_TO_DIR, index$q_TaskPayload as TaskPayload, index$q_TaskRecord as TaskRecord, type index$q_WorkflowRecord as WorkflowRecord };
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
declare const index$p_DEFAULT_ID_ENCODER: typeof DEFAULT_ID_ENCODER;
|
|
221
|
+
declare const index$p_IdEncoder: typeof IdEncoder;
|
|
222
|
+
declare const index$p_RecordStore: typeof RecordStore;
|
|
223
|
+
declare const index$p_RecordStores: typeof RecordStores;
|
|
213
224
|
declare namespace index$p {
|
|
214
|
-
export { index$
|
|
225
|
+
export { index$p_DEFAULT_ID_ENCODER as DEFAULT_ID_ENCODER, index$p_IdEncoder as IdEncoder, index$p_RecordStore as RecordStore, index$p_RecordStores as RecordStores };
|
|
215
226
|
}
|
|
216
227
|
|
|
217
|
-
declare const index$
|
|
218
|
-
declare const index$
|
|
219
|
-
declare const index$
|
|
220
|
-
declare const index$
|
|
228
|
+
declare const index$o_CollaborationMetrics: typeof CollaborationMetrics;
|
|
229
|
+
declare const index$o_IRecordMetrics: typeof IRecordMetrics;
|
|
230
|
+
declare const index$o_ProductivityMetrics: typeof ProductivityMetrics;
|
|
231
|
+
declare const index$o_RecordMetrics: typeof RecordMetrics;
|
|
232
|
+
declare const index$o_RecordMetricsDependencies: typeof RecordMetricsDependencies;
|
|
233
|
+
declare const index$o_SystemStatus: typeof SystemStatus;
|
|
234
|
+
declare const index$o_TaskHealthReport: typeof TaskHealthReport;
|
|
221
235
|
declare namespace index$o {
|
|
222
|
-
export { index$
|
|
236
|
+
export { index$o_CollaborationMetrics as CollaborationMetrics, index$o_IRecordMetrics as IRecordMetrics, index$o_ProductivityMetrics as ProductivityMetrics, index$o_RecordMetrics as RecordMetrics, index$o_RecordMetricsDependencies as RecordMetricsDependencies, index$o_SystemStatus as SystemStatus, index$o_TaskHealthReport as TaskHealthReport };
|
|
223
237
|
}
|
|
224
238
|
|
|
225
|
-
declare const index$
|
|
226
|
-
declare const index$
|
|
227
|
-
declare const index$
|
|
228
|
-
declare const index$
|
|
229
|
-
declare const index$
|
|
230
|
-
declare const index$
|
|
231
|
-
declare const index$
|
|
239
|
+
declare const index$n_ActivityEvent: typeof ActivityEvent;
|
|
240
|
+
declare const index$n_ActorCreatedEvent: typeof ActorCreatedEvent;
|
|
241
|
+
declare const index$n_ActorRevokedEvent: typeof ActorRevokedEvent;
|
|
242
|
+
declare const index$n_AgentRegisteredEvent: typeof AgentRegisteredEvent;
|
|
243
|
+
declare const index$n_BaseEvent: typeof BaseEvent;
|
|
244
|
+
declare const index$n_CycleCreatedEvent: typeof CycleCreatedEvent;
|
|
245
|
+
declare const index$n_CycleStatusChangedEvent: typeof CycleStatusChangedEvent;
|
|
246
|
+
declare const index$n_EventBus: typeof EventBus;
|
|
247
|
+
declare const index$n_EventHandler: typeof EventHandler;
|
|
248
|
+
declare const index$n_EventMetadata: typeof EventMetadata;
|
|
249
|
+
declare const index$n_EventSubscription: typeof EventSubscription;
|
|
250
|
+
declare const index$n_ExecutionCreatedEvent: typeof ExecutionCreatedEvent;
|
|
251
|
+
declare const index$n_FeedbackCreatedEvent: typeof FeedbackCreatedEvent;
|
|
252
|
+
declare const index$n_GitGovEvent: typeof GitGovEvent;
|
|
253
|
+
declare const index$n_IEventStream: typeof IEventStream;
|
|
254
|
+
declare const index$n_SystemDailyTickEvent: typeof SystemDailyTickEvent;
|
|
255
|
+
declare const index$n_TaskCreatedEvent: typeof TaskCreatedEvent;
|
|
256
|
+
declare const index$n_TaskStatusChangedEvent: typeof TaskStatusChangedEvent;
|
|
257
|
+
declare const index$n_eventBus: typeof eventBus;
|
|
258
|
+
declare const index$n_publishEvent: typeof publishEvent;
|
|
259
|
+
declare const index$n_subscribeToEvent: typeof subscribeToEvent;
|
|
232
260
|
declare namespace index$n {
|
|
233
|
-
export { index$
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
declare const index$m_ActivityEvent: typeof ActivityEvent;
|
|
237
|
-
declare const index$m_ActorCreatedEvent: typeof ActorCreatedEvent;
|
|
238
|
-
declare const index$m_ActorRevokedEvent: typeof ActorRevokedEvent;
|
|
239
|
-
declare const index$m_AgentRegisteredEvent: typeof AgentRegisteredEvent;
|
|
240
|
-
declare const index$m_BaseEvent: typeof BaseEvent;
|
|
241
|
-
declare const index$m_CycleCreatedEvent: typeof CycleCreatedEvent;
|
|
242
|
-
declare const index$m_CycleStatusChangedEvent: typeof CycleStatusChangedEvent;
|
|
243
|
-
declare const index$m_EventBus: typeof EventBus;
|
|
244
|
-
declare const index$m_EventHandler: typeof EventHandler;
|
|
245
|
-
declare const index$m_EventMetadata: typeof EventMetadata;
|
|
246
|
-
declare const index$m_EventSubscription: typeof EventSubscription;
|
|
247
|
-
declare const index$m_ExecutionCreatedEvent: typeof ExecutionCreatedEvent;
|
|
248
|
-
declare const index$m_FeedbackCreatedEvent: typeof FeedbackCreatedEvent;
|
|
249
|
-
declare const index$m_GitGovEvent: typeof GitGovEvent;
|
|
250
|
-
declare const index$m_IEventStream: typeof IEventStream;
|
|
251
|
-
declare const index$m_SystemDailyTickEvent: typeof SystemDailyTickEvent;
|
|
252
|
-
declare const index$m_TaskCreatedEvent: typeof TaskCreatedEvent;
|
|
253
|
-
declare const index$m_TaskStatusChangedEvent: typeof TaskStatusChangedEvent;
|
|
254
|
-
declare const index$m_eventBus: typeof eventBus;
|
|
255
|
-
declare const index$m_publishEvent: typeof publishEvent;
|
|
256
|
-
declare const index$m_subscribeToEvent: typeof subscribeToEvent;
|
|
257
|
-
declare namespace index$m {
|
|
258
|
-
export { index$m_ActivityEvent as ActivityEvent, index$m_ActorCreatedEvent as ActorCreatedEvent, index$m_ActorRevokedEvent as ActorRevokedEvent, index$m_AgentRegisteredEvent as AgentRegisteredEvent, index$m_BaseEvent as BaseEvent, index$m_CycleCreatedEvent as CycleCreatedEvent, index$m_CycleStatusChangedEvent as CycleStatusChangedEvent, index$m_EventBus as EventBus, index$m_EventHandler as EventHandler, index$m_EventMetadata as EventMetadata, index$m_EventSubscription as EventSubscription, index$m_ExecutionCreatedEvent as ExecutionCreatedEvent, index$m_FeedbackCreatedEvent as FeedbackCreatedEvent, index$m_GitGovEvent as GitGovEvent, index$m_IEventStream as IEventStream, index$m_SystemDailyTickEvent as SystemDailyTickEvent, index$m_TaskCreatedEvent as TaskCreatedEvent, index$m_TaskStatusChangedEvent as TaskStatusChangedEvent, index$m_eventBus as eventBus, index$m_publishEvent as publishEvent, index$m_subscribeToEvent as subscribeToEvent };
|
|
261
|
+
export { index$n_ActivityEvent as ActivityEvent, index$n_ActorCreatedEvent as ActorCreatedEvent, index$n_ActorRevokedEvent as ActorRevokedEvent, index$n_AgentRegisteredEvent as AgentRegisteredEvent, index$n_BaseEvent as BaseEvent, index$n_CycleCreatedEvent as CycleCreatedEvent, index$n_CycleStatusChangedEvent as CycleStatusChangedEvent, index$n_EventBus as EventBus, index$n_EventHandler as EventHandler, index$n_EventMetadata as EventMetadata, index$n_EventSubscription as EventSubscription, index$n_ExecutionCreatedEvent as ExecutionCreatedEvent, index$n_FeedbackCreatedEvent as FeedbackCreatedEvent, index$n_GitGovEvent as GitGovEvent, index$n_IEventStream as IEventStream, index$n_SystemDailyTickEvent as SystemDailyTickEvent, index$n_TaskCreatedEvent as TaskCreatedEvent, index$n_TaskStatusChangedEvent as TaskStatusChangedEvent, index$n_eventBus as eventBus, index$n_publishEvent as publishEvent, index$n_subscribeToEvent as subscribeToEvent };
|
|
259
262
|
}
|
|
260
263
|
|
|
261
264
|
/**
|
|
@@ -406,30 +409,30 @@ declare class RecordProjector implements IRecordProjector {
|
|
|
406
409
|
private getTimestampFromId;
|
|
407
410
|
}
|
|
408
411
|
|
|
409
|
-
declare const index$
|
|
410
|
-
declare const index$
|
|
411
|
-
declare const index$
|
|
412
|
-
declare const index$
|
|
413
|
-
declare const index$
|
|
414
|
-
declare const index$
|
|
415
|
-
declare const index$
|
|
416
|
-
declare const index$
|
|
417
|
-
declare const index$
|
|
418
|
-
declare const index$
|
|
419
|
-
declare const index$
|
|
420
|
-
declare const index$
|
|
421
|
-
type index$
|
|
422
|
-
declare const index$
|
|
423
|
-
declare const index$
|
|
424
|
-
declare namespace index$
|
|
425
|
-
export { index$
|
|
412
|
+
declare const index$m_AllRecords: typeof AllRecords;
|
|
413
|
+
declare const index$m_DerivedStateSets: typeof DerivedStateSets;
|
|
414
|
+
declare const index$m_DerivedStates: typeof DerivedStates;
|
|
415
|
+
declare const index$m_EnrichedTaskRecord: typeof EnrichedTaskRecord;
|
|
416
|
+
declare const index$m_IRecordProjection: typeof IRecordProjection;
|
|
417
|
+
declare const index$m_IRecordProjector: typeof IRecordProjector;
|
|
418
|
+
declare const index$m_IndexData: typeof IndexData;
|
|
419
|
+
declare const index$m_IndexGenerationReport: typeof IndexGenerationReport;
|
|
420
|
+
declare const index$m_IntegrityError: typeof IntegrityError;
|
|
421
|
+
declare const index$m_IntegrityReport: typeof IntegrityReport;
|
|
422
|
+
declare const index$m_IntegrityWarning: typeof IntegrityWarning;
|
|
423
|
+
declare const index$m_ProjectionContext: typeof ProjectionContext;
|
|
424
|
+
type index$m_RecordProjector = RecordProjector;
|
|
425
|
+
declare const index$m_RecordProjector: typeof RecordProjector;
|
|
426
|
+
declare const index$m_RecordProjectorDependencies: typeof RecordProjectorDependencies;
|
|
427
|
+
declare namespace index$m {
|
|
428
|
+
export { index$m_AllRecords as AllRecords, index$m_DerivedStateSets as DerivedStateSets, index$m_DerivedStates as DerivedStates, index$m_EnrichedTaskRecord as EnrichedTaskRecord, index$m_IRecordProjection as IRecordProjection, index$m_IRecordProjector as IRecordProjector, index$m_IndexData as IndexData, index$m_IndexGenerationReport as IndexGenerationReport, index$m_IntegrityError as IntegrityError, index$m_IntegrityReport as IntegrityReport, index$m_IntegrityWarning as IntegrityWarning, index$m_ProjectionContext as ProjectionContext, index$m_RecordProjector as RecordProjector, index$m_RecordProjectorDependencies as RecordProjectorDependencies };
|
|
426
429
|
}
|
|
427
430
|
|
|
428
|
-
declare const index$
|
|
429
|
-
declare const index$
|
|
430
|
-
declare const index$
|
|
431
|
-
declare namespace index$
|
|
432
|
-
export { index$
|
|
431
|
+
declare const index$l_IIdentityAdapter: typeof IIdentityAdapter;
|
|
432
|
+
declare const index$l_IdentityAdapter: typeof IdentityAdapter;
|
|
433
|
+
declare const index$l_IdentityAdapterDependencies: typeof IdentityAdapterDependencies;
|
|
434
|
+
declare namespace index$l {
|
|
435
|
+
export { index$l_IIdentityAdapter as IIdentityAdapter, index$l_IdentityAdapter as IdentityAdapter, index$l_IdentityAdapterDependencies as IdentityAdapterDependencies };
|
|
433
436
|
}
|
|
434
437
|
|
|
435
438
|
/**
|
|
@@ -613,21 +616,21 @@ declare class LintModule implements ILintModule {
|
|
|
613
616
|
* For filesystem operations, use @gitgov/core/fs which exports FsLintModule.
|
|
614
617
|
*/
|
|
615
618
|
|
|
616
|
-
declare const index$
|
|
617
|
-
declare const index$
|
|
618
|
-
declare const index$
|
|
619
|
-
declare const index$
|
|
620
|
-
type index$
|
|
621
|
-
declare const index$
|
|
622
|
-
declare const index$
|
|
623
|
-
declare const index$
|
|
624
|
-
declare const index$
|
|
625
|
-
declare const index$
|
|
626
|
-
declare const index$
|
|
627
|
-
declare const index$
|
|
628
|
-
declare const index$
|
|
629
|
-
declare namespace index$
|
|
630
|
-
export { index$
|
|
619
|
+
declare const index$k_FixRecordOptions: typeof FixRecordOptions;
|
|
620
|
+
declare const index$k_FixReport: typeof FixReport;
|
|
621
|
+
declare const index$k_FixResult: typeof FixResult;
|
|
622
|
+
declare const index$k_ILintModule: typeof ILintModule;
|
|
623
|
+
type index$k_LintModule = LintModule;
|
|
624
|
+
declare const index$k_LintModule: typeof LintModule;
|
|
625
|
+
declare const index$k_LintModuleDependencies: typeof LintModuleDependencies;
|
|
626
|
+
declare const index$k_LintOptions: typeof LintOptions;
|
|
627
|
+
declare const index$k_LintRecordContext: typeof LintRecordContext;
|
|
628
|
+
declare const index$k_LintResult: typeof LintResult;
|
|
629
|
+
declare const index$k_LintSummary: typeof LintSummary;
|
|
630
|
+
declare const index$k_RecordEntry: typeof RecordEntry;
|
|
631
|
+
declare const index$k_ValidatorType: typeof ValidatorType;
|
|
632
|
+
declare namespace index$k {
|
|
633
|
+
export { index$k_FixRecordOptions as FixRecordOptions, index$k_FixReport as FixReport, index$k_FixResult as FixResult, index$k_ILintModule as ILintModule, index$k_LintModule as LintModule, index$k_LintModuleDependencies as LintModuleDependencies, index$k_LintOptions as LintOptions, index$k_LintRecordContext as LintRecordContext, LintReport$1 as LintReport, index$k_LintResult as LintResult, index$k_LintSummary as LintSummary, index$k_RecordEntry as RecordEntry, RecordStores$1 as RecordStores, ValidationContext$1 as ValidationContext, index$k_ValidatorType as ValidatorType };
|
|
631
634
|
}
|
|
632
635
|
|
|
633
636
|
/**
|
|
@@ -690,12 +693,12 @@ declare class ExecutionAdapter implements IExecutionAdapter {
|
|
|
690
693
|
* Public exports for the execution_adapter module.
|
|
691
694
|
*/
|
|
692
695
|
|
|
693
|
-
type index$
|
|
694
|
-
declare const index$
|
|
695
|
-
declare const index$
|
|
696
|
-
declare const index$
|
|
697
|
-
declare namespace index$
|
|
698
|
-
export { index$
|
|
696
|
+
type index$j_ExecutionAdapter = ExecutionAdapter;
|
|
697
|
+
declare const index$j_ExecutionAdapter: typeof ExecutionAdapter;
|
|
698
|
+
declare const index$j_ExecutionAdapterDependencies: typeof ExecutionAdapterDependencies;
|
|
699
|
+
declare const index$j_IExecutionAdapter: typeof IExecutionAdapter;
|
|
700
|
+
declare namespace index$j {
|
|
701
|
+
export { index$j_ExecutionAdapter as ExecutionAdapter, index$j_ExecutionAdapterDependencies as ExecutionAdapterDependencies, index$j_IExecutionAdapter as IExecutionAdapter };
|
|
699
702
|
}
|
|
700
703
|
|
|
701
704
|
/**
|
|
@@ -928,13 +931,13 @@ declare class FeedbackAdapter implements IFeedbackAdapter {
|
|
|
928
931
|
* Public exports for the feedback_adapter module.
|
|
929
932
|
*/
|
|
930
933
|
|
|
931
|
-
type index$
|
|
932
|
-
declare const index$
|
|
933
|
-
type index$
|
|
934
|
-
type index$
|
|
935
|
-
type index$
|
|
936
|
-
declare namespace index$
|
|
937
|
-
export { index$
|
|
934
|
+
type index$i_FeedbackAdapter = FeedbackAdapter;
|
|
935
|
+
declare const index$i_FeedbackAdapter: typeof FeedbackAdapter;
|
|
936
|
+
type index$i_FeedbackAdapterDependencies = FeedbackAdapterDependencies;
|
|
937
|
+
type index$i_FeedbackThread = FeedbackThread;
|
|
938
|
+
type index$i_IFeedbackAdapter = IFeedbackAdapter;
|
|
939
|
+
declare namespace index$i {
|
|
940
|
+
export { index$i_FeedbackAdapter as FeedbackAdapter, type index$i_FeedbackAdapterDependencies as FeedbackAdapterDependencies, type index$i_FeedbackThread as FeedbackThread, type index$i_IFeedbackAdapter as IFeedbackAdapter };
|
|
938
941
|
}
|
|
939
942
|
|
|
940
943
|
type TaskStatus = TaskRecord['status'];
|
|
@@ -1005,14 +1008,14 @@ declare class WorkflowAdapter implements IWorkflow {
|
|
|
1005
1008
|
getAvailableTransitions(from: TaskStatus): Promise<TransitionRule[]>;
|
|
1006
1009
|
}
|
|
1007
1010
|
|
|
1008
|
-
type index$
|
|
1009
|
-
type index$
|
|
1010
|
-
type index$
|
|
1011
|
-
type index$
|
|
1012
|
-
declare const index$
|
|
1013
|
-
type index$
|
|
1014
|
-
declare namespace index$
|
|
1015
|
-
export { type index$
|
|
1011
|
+
type index$h_IWorkflow = IWorkflow;
|
|
1012
|
+
type index$h_TransitionRule = TransitionRule;
|
|
1013
|
+
type index$h_ValidationContext = ValidationContext;
|
|
1014
|
+
type index$h_WorkflowAdapter = WorkflowAdapter;
|
|
1015
|
+
declare const index$h_WorkflowAdapter: typeof WorkflowAdapter;
|
|
1016
|
+
type index$h_WorkflowAdapterDependencies = WorkflowAdapterDependencies;
|
|
1017
|
+
declare namespace index$h {
|
|
1018
|
+
export { type index$h_IWorkflow as IWorkflow, type index$h_TransitionRule as TransitionRule, type index$h_ValidationContext as ValidationContext, index$h_WorkflowAdapter as WorkflowAdapter, type index$h_WorkflowAdapterDependencies as WorkflowAdapterDependencies };
|
|
1016
1019
|
}
|
|
1017
1020
|
|
|
1018
1021
|
/**
|
|
@@ -1238,21 +1241,21 @@ declare class BacklogAdapter implements IBacklogAdapter {
|
|
|
1238
1241
|
* Public exports for the backlog_adapter module.
|
|
1239
1242
|
*/
|
|
1240
1243
|
|
|
1241
|
-
type index$
|
|
1242
|
-
type index$
|
|
1243
|
-
declare const index$
|
|
1244
|
-
type index$
|
|
1245
|
-
type index$
|
|
1246
|
-
type index$
|
|
1247
|
-
type index$
|
|
1248
|
-
declare namespace index$
|
|
1249
|
-
export { type index$
|
|
1244
|
+
type index$g_AuditReport = AuditReport;
|
|
1245
|
+
type index$g_BacklogAdapter = BacklogAdapter;
|
|
1246
|
+
declare const index$g_BacklogAdapter: typeof BacklogAdapter;
|
|
1247
|
+
type index$g_BacklogAdapterConfig = BacklogAdapterConfig;
|
|
1248
|
+
type index$g_BacklogAdapterDependencies = BacklogAdapterDependencies;
|
|
1249
|
+
type index$g_IBacklogAdapter = IBacklogAdapter;
|
|
1250
|
+
type index$g_LintReport = LintReport;
|
|
1251
|
+
declare namespace index$g {
|
|
1252
|
+
export { type index$g_AuditReport as AuditReport, index$g_BacklogAdapter as BacklogAdapter, type index$g_BacklogAdapterConfig as BacklogAdapterConfig, type index$g_BacklogAdapterDependencies as BacklogAdapterDependencies, type index$g_IBacklogAdapter as IBacklogAdapter, type index$g_LintReport as LintReport };
|
|
1250
1253
|
}
|
|
1251
1254
|
|
|
1252
|
-
declare const index$
|
|
1253
|
-
declare const index$
|
|
1254
|
-
declare namespace index$
|
|
1255
|
-
export { index$
|
|
1255
|
+
declare const index$f_EnvironmentValidation: typeof EnvironmentValidation;
|
|
1256
|
+
declare const index$f_IProjectInitializer: typeof IProjectInitializer;
|
|
1257
|
+
declare namespace index$f {
|
|
1258
|
+
export { index$f_EnvironmentValidation as EnvironmentValidation, index$f_IProjectInitializer as IProjectInitializer };
|
|
1256
1259
|
}
|
|
1257
1260
|
|
|
1258
1261
|
/**
|
|
@@ -1490,8 +1493,47 @@ declare class ProjectAdapter implements IProjectAdapter {
|
|
|
1490
1493
|
* Re-exports for the Project Initialization Engine.
|
|
1491
1494
|
*/
|
|
1492
1495
|
|
|
1496
|
+
declare const index$e_EnvironmentValidation: typeof EnvironmentValidation;
|
|
1497
|
+
type index$e_IProjectAdapter = IProjectAdapter;
|
|
1498
|
+
type index$e_ProjectAdapter = ProjectAdapter;
|
|
1499
|
+
declare const index$e_ProjectAdapter: typeof ProjectAdapter;
|
|
1500
|
+
type index$e_ProjectAdapterDependencies = ProjectAdapterDependencies;
|
|
1501
|
+
type index$e_ProjectContext = ProjectContext;
|
|
1502
|
+
type index$e_ProjectInfo = ProjectInfo;
|
|
1503
|
+
type index$e_ProjectInitOptions = ProjectInitOptions;
|
|
1504
|
+
type index$e_ProjectInitResult = ProjectInitResult;
|
|
1505
|
+
type index$e_ProjectReport = ProjectReport;
|
|
1506
|
+
type index$e_TemplateProcessingResult = TemplateProcessingResult;
|
|
1507
|
+
declare namespace index$e {
|
|
1508
|
+
export { index$e_EnvironmentValidation as EnvironmentValidation, type index$e_IProjectAdapter as IProjectAdapter, index$e_ProjectAdapter as ProjectAdapter, type index$e_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$e_ProjectContext as ProjectContext, type index$e_ProjectInfo as ProjectInfo, type index$e_ProjectInitOptions as ProjectInitOptions, type index$e_ProjectInitResult as ProjectInitResult, type index$e_ProjectReport as ProjectReport, type index$e_TemplateProcessingResult as TemplateProcessingResult };
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
type index$d_AgentAdapter = AgentAdapter;
|
|
1512
|
+
declare const index$d_AgentAdapter: typeof AgentAdapter;
|
|
1513
|
+
type index$d_AgentAdapterDependencies = AgentAdapterDependencies;
|
|
1514
|
+
type index$d_AuditReport = AuditReport;
|
|
1515
|
+
type index$d_BacklogAdapter = BacklogAdapter;
|
|
1516
|
+
declare const index$d_BacklogAdapter: typeof BacklogAdapter;
|
|
1517
|
+
type index$d_BacklogAdapterConfig = BacklogAdapterConfig;
|
|
1518
|
+
type index$d_BacklogAdapterDependencies = BacklogAdapterDependencies;
|
|
1493
1519
|
declare const index$d_EnvironmentValidation: typeof EnvironmentValidation;
|
|
1520
|
+
type index$d_ExecutionAdapter = ExecutionAdapter;
|
|
1521
|
+
declare const index$d_ExecutionAdapter: typeof ExecutionAdapter;
|
|
1522
|
+
declare const index$d_ExecutionAdapterDependencies: typeof ExecutionAdapterDependencies;
|
|
1523
|
+
type index$d_FeedbackAdapter = FeedbackAdapter;
|
|
1524
|
+
declare const index$d_FeedbackAdapter: typeof FeedbackAdapter;
|
|
1525
|
+
type index$d_FeedbackAdapterDependencies = FeedbackAdapterDependencies;
|
|
1526
|
+
type index$d_FeedbackThread = FeedbackThread;
|
|
1527
|
+
type index$d_IAgentAdapter = IAgentAdapter;
|
|
1528
|
+
type index$d_IBacklogAdapter = IBacklogAdapter;
|
|
1529
|
+
declare const index$d_IExecutionAdapter: typeof IExecutionAdapter;
|
|
1530
|
+
type index$d_IFeedbackAdapter = IFeedbackAdapter;
|
|
1531
|
+
declare const index$d_IIdentityAdapter: typeof IIdentityAdapter;
|
|
1494
1532
|
type index$d_IProjectAdapter = IProjectAdapter;
|
|
1533
|
+
type index$d_IWorkflow = IWorkflow;
|
|
1534
|
+
declare const index$d_IdentityAdapter: typeof IdentityAdapter;
|
|
1535
|
+
declare const index$d_IdentityAdapterDependencies: typeof IdentityAdapterDependencies;
|
|
1536
|
+
type index$d_LintReport = LintReport;
|
|
1495
1537
|
type index$d_ProjectAdapter = ProjectAdapter;
|
|
1496
1538
|
declare const index$d_ProjectAdapter: typeof ProjectAdapter;
|
|
1497
1539
|
type index$d_ProjectAdapterDependencies = ProjectAdapterDependencies;
|
|
@@ -1501,52 +1543,13 @@ type index$d_ProjectInitOptions = ProjectInitOptions;
|
|
|
1501
1543
|
type index$d_ProjectInitResult = ProjectInitResult;
|
|
1502
1544
|
type index$d_ProjectReport = ProjectReport;
|
|
1503
1545
|
type index$d_TemplateProcessingResult = TemplateProcessingResult;
|
|
1546
|
+
type index$d_TransitionRule = TransitionRule;
|
|
1547
|
+
type index$d_ValidationContext = ValidationContext;
|
|
1548
|
+
type index$d_WorkflowAdapter = WorkflowAdapter;
|
|
1549
|
+
declare const index$d_WorkflowAdapter: typeof WorkflowAdapter;
|
|
1550
|
+
type index$d_WorkflowAdapterDependencies = WorkflowAdapterDependencies;
|
|
1504
1551
|
declare namespace index$d {
|
|
1505
|
-
export { index$d_EnvironmentValidation as EnvironmentValidation, type index$d_IProjectAdapter as IProjectAdapter, index$d_ProjectAdapter as ProjectAdapter, type index$d_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$d_ProjectContext as ProjectContext, type index$d_ProjectInfo as ProjectInfo, type index$d_ProjectInitOptions as ProjectInitOptions, type index$d_ProjectInitResult as ProjectInitResult, type index$d_ProjectReport as ProjectReport, type index$d_TemplateProcessingResult as TemplateProcessingResult };
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
type index$c_AgentAdapter = AgentAdapter;
|
|
1509
|
-
declare const index$c_AgentAdapter: typeof AgentAdapter;
|
|
1510
|
-
type index$c_AgentAdapterDependencies = AgentAdapterDependencies;
|
|
1511
|
-
type index$c_AuditReport = AuditReport;
|
|
1512
|
-
type index$c_BacklogAdapter = BacklogAdapter;
|
|
1513
|
-
declare const index$c_BacklogAdapter: typeof BacklogAdapter;
|
|
1514
|
-
type index$c_BacklogAdapterConfig = BacklogAdapterConfig;
|
|
1515
|
-
type index$c_BacklogAdapterDependencies = BacklogAdapterDependencies;
|
|
1516
|
-
declare const index$c_EnvironmentValidation: typeof EnvironmentValidation;
|
|
1517
|
-
type index$c_ExecutionAdapter = ExecutionAdapter;
|
|
1518
|
-
declare const index$c_ExecutionAdapter: typeof ExecutionAdapter;
|
|
1519
|
-
declare const index$c_ExecutionAdapterDependencies: typeof ExecutionAdapterDependencies;
|
|
1520
|
-
type index$c_FeedbackAdapter = FeedbackAdapter;
|
|
1521
|
-
declare const index$c_FeedbackAdapter: typeof FeedbackAdapter;
|
|
1522
|
-
type index$c_FeedbackAdapterDependencies = FeedbackAdapterDependencies;
|
|
1523
|
-
type index$c_FeedbackThread = FeedbackThread;
|
|
1524
|
-
type index$c_IAgentAdapter = IAgentAdapter;
|
|
1525
|
-
type index$c_IBacklogAdapter = IBacklogAdapter;
|
|
1526
|
-
declare const index$c_IExecutionAdapter: typeof IExecutionAdapter;
|
|
1527
|
-
type index$c_IFeedbackAdapter = IFeedbackAdapter;
|
|
1528
|
-
declare const index$c_IIdentityAdapter: typeof IIdentityAdapter;
|
|
1529
|
-
type index$c_IProjectAdapter = IProjectAdapter;
|
|
1530
|
-
type index$c_IWorkflow = IWorkflow;
|
|
1531
|
-
declare const index$c_IdentityAdapter: typeof IdentityAdapter;
|
|
1532
|
-
declare const index$c_IdentityAdapterDependencies: typeof IdentityAdapterDependencies;
|
|
1533
|
-
type index$c_LintReport = LintReport;
|
|
1534
|
-
type index$c_ProjectAdapter = ProjectAdapter;
|
|
1535
|
-
declare const index$c_ProjectAdapter: typeof ProjectAdapter;
|
|
1536
|
-
type index$c_ProjectAdapterDependencies = ProjectAdapterDependencies;
|
|
1537
|
-
type index$c_ProjectContext = ProjectContext;
|
|
1538
|
-
type index$c_ProjectInfo = ProjectInfo;
|
|
1539
|
-
type index$c_ProjectInitOptions = ProjectInitOptions;
|
|
1540
|
-
type index$c_ProjectInitResult = ProjectInitResult;
|
|
1541
|
-
type index$c_ProjectReport = ProjectReport;
|
|
1542
|
-
type index$c_TemplateProcessingResult = TemplateProcessingResult;
|
|
1543
|
-
type index$c_TransitionRule = TransitionRule;
|
|
1544
|
-
type index$c_ValidationContext = ValidationContext;
|
|
1545
|
-
type index$c_WorkflowAdapter = WorkflowAdapter;
|
|
1546
|
-
declare const index$c_WorkflowAdapter: typeof WorkflowAdapter;
|
|
1547
|
-
type index$c_WorkflowAdapterDependencies = WorkflowAdapterDependencies;
|
|
1548
|
-
declare namespace index$c {
|
|
1549
|
-
export { index$c_AgentAdapter as AgentAdapter, type index$c_AgentAdapterDependencies as AgentAdapterDependencies, type index$c_AuditReport as AuditReport, index$c_BacklogAdapter as BacklogAdapter, type index$c_BacklogAdapterConfig as BacklogAdapterConfig, type index$c_BacklogAdapterDependencies as BacklogAdapterDependencies, index$c_EnvironmentValidation as EnvironmentValidation, index$c_ExecutionAdapter as ExecutionAdapter, index$c_ExecutionAdapterDependencies as ExecutionAdapterDependencies, index$c_FeedbackAdapter as FeedbackAdapter, type index$c_FeedbackAdapterDependencies as FeedbackAdapterDependencies, type index$c_FeedbackThread as FeedbackThread, type index$c_IAgentAdapter as IAgentAdapter, type index$c_IBacklogAdapter as IBacklogAdapter, index$c_IExecutionAdapter as IExecutionAdapter, type index$c_IFeedbackAdapter as IFeedbackAdapter, index$c_IIdentityAdapter as IIdentityAdapter, type index$c_IProjectAdapter as IProjectAdapter, type index$c_IWorkflow as IWorkflow, index$c_IdentityAdapter as IdentityAdapter, index$c_IdentityAdapterDependencies as IdentityAdapterDependencies, type index$c_LintReport as LintReport, 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, type index$c_TransitionRule as TransitionRule, type index$c_ValidationContext as ValidationContext, index$c_WorkflowAdapter as WorkflowAdapter, type index$c_WorkflowAdapterDependencies as WorkflowAdapterDependencies };
|
|
1552
|
+
export { index$d_AgentAdapter as AgentAdapter, type index$d_AgentAdapterDependencies as AgentAdapterDependencies, type index$d_AuditReport as AuditReport, index$d_BacklogAdapter as BacklogAdapter, type index$d_BacklogAdapterConfig as BacklogAdapterConfig, type index$d_BacklogAdapterDependencies as BacklogAdapterDependencies, index$d_EnvironmentValidation as EnvironmentValidation, index$d_ExecutionAdapter as ExecutionAdapter, index$d_ExecutionAdapterDependencies as ExecutionAdapterDependencies, index$d_FeedbackAdapter as FeedbackAdapter, type index$d_FeedbackAdapterDependencies as FeedbackAdapterDependencies, type index$d_FeedbackThread as FeedbackThread, type index$d_IAgentAdapter as IAgentAdapter, type index$d_IBacklogAdapter as IBacklogAdapter, index$d_IExecutionAdapter as IExecutionAdapter, type index$d_IFeedbackAdapter as IFeedbackAdapter, index$d_IIdentityAdapter as IIdentityAdapter, type index$d_IProjectAdapter as IProjectAdapter, type index$d_IWorkflow as IWorkflow, index$d_IdentityAdapter as IdentityAdapter, index$d_IdentityAdapterDependencies as IdentityAdapterDependencies, type index$d_LintReport as LintReport, index$d_ProjectAdapter as ProjectAdapter, type index$d_ProjectAdapterDependencies as ProjectAdapterDependencies, type index$d_ProjectContext as ProjectContext, type index$d_ProjectInfo as ProjectInfo, type index$d_ProjectInitOptions as ProjectInitOptions, type index$d_ProjectInitResult as ProjectInitResult, type index$d_ProjectReport as ProjectReport, type index$d_TemplateProcessingResult as TemplateProcessingResult, type index$d_TransitionRule as TransitionRule, type index$d_ValidationContext as ValidationContext, index$d_WorkflowAdapter as WorkflowAdapter, type index$d_WorkflowAdapterDependencies as WorkflowAdapterDependencies };
|
|
1550
1553
|
}
|
|
1551
1554
|
|
|
1552
1555
|
/**
|
|
@@ -1593,13 +1596,13 @@ declare function verifySignatures(record: {
|
|
|
1593
1596
|
*/
|
|
1594
1597
|
declare function generateMockSignature(): string;
|
|
1595
1598
|
|
|
1596
|
-
declare const index$
|
|
1597
|
-
declare const index$
|
|
1598
|
-
declare const index$
|
|
1599
|
-
declare const index$
|
|
1600
|
-
declare const index$
|
|
1601
|
-
declare namespace index$
|
|
1602
|
-
export { index$
|
|
1599
|
+
declare const index$c_calculatePayloadChecksum: typeof calculatePayloadChecksum;
|
|
1600
|
+
declare const index$c_generateKeys: typeof generateKeys;
|
|
1601
|
+
declare const index$c_generateMockSignature: typeof generateMockSignature;
|
|
1602
|
+
declare const index$c_signPayload: typeof signPayload;
|
|
1603
|
+
declare const index$c_verifySignatures: typeof verifySignatures;
|
|
1604
|
+
declare namespace index$c {
|
|
1605
|
+
export { index$c_calculatePayloadChecksum as calculatePayloadChecksum, index$c_generateKeys as generateKeys, index$c_generateMockSignature as generateMockSignature, index$c_signPayload as signPayload, index$c_verifySignatures as verifySignatures };
|
|
1603
1606
|
}
|
|
1604
1607
|
|
|
1605
1608
|
/**
|
|
@@ -1804,53 +1807,53 @@ declare function createTestSignature(keyId?: string, role?: string, notes?: stri
|
|
|
1804
1807
|
*/
|
|
1805
1808
|
declare function createEmbeddedMetadataRecord<T extends GitGovRecordPayload>(payload: T, options?: CreateEmbeddedMetadataOptions): EmbeddedMetadataRecord<T>;
|
|
1806
1809
|
|
|
1807
|
-
type index$
|
|
1808
|
-
type index$
|
|
1809
|
-
declare const index$
|
|
1810
|
-
declare const index$
|
|
1811
|
-
declare const index$
|
|
1812
|
-
declare const index$
|
|
1813
|
-
declare const index$
|
|
1814
|
-
declare const index$
|
|
1815
|
-
declare const index$
|
|
1816
|
-
declare const index$
|
|
1817
|
-
declare const index$
|
|
1818
|
-
declare const index$
|
|
1819
|
-
declare const index$
|
|
1820
|
-
declare const index$
|
|
1821
|
-
declare const index$
|
|
1822
|
-
declare const index$
|
|
1823
|
-
declare const index$
|
|
1824
|
-
declare const index$
|
|
1825
|
-
declare namespace index$
|
|
1826
|
-
export { type index$
|
|
1810
|
+
type index$b_CreateEmbeddedMetadataOptions = CreateEmbeddedMetadataOptions;
|
|
1811
|
+
type index$b_SignatureConfig = SignatureConfig;
|
|
1812
|
+
declare const index$b_createActorRecord: typeof createActorRecord;
|
|
1813
|
+
declare const index$b_createAgentRecord: typeof createAgentRecord;
|
|
1814
|
+
declare const index$b_createCycleRecord: typeof createCycleRecord;
|
|
1815
|
+
declare const index$b_createDefaultWorkflowConfig: typeof createDefaultWorkflowConfig;
|
|
1816
|
+
declare const index$b_createEmbeddedMetadataRecord: typeof createEmbeddedMetadataRecord;
|
|
1817
|
+
declare const index$b_createExecutionRecord: typeof createExecutionRecord;
|
|
1818
|
+
declare const index$b_createFeedbackRecord: typeof createFeedbackRecord;
|
|
1819
|
+
declare const index$b_createTaskRecord: typeof createTaskRecord;
|
|
1820
|
+
declare const index$b_createTestSignature: typeof createTestSignature;
|
|
1821
|
+
declare const index$b_createWorkflowConfig: typeof createWorkflowConfig;
|
|
1822
|
+
declare const index$b_loadActorRecord: typeof loadActorRecord;
|
|
1823
|
+
declare const index$b_loadAgentRecord: typeof loadAgentRecord;
|
|
1824
|
+
declare const index$b_loadCycleRecord: typeof loadCycleRecord;
|
|
1825
|
+
declare const index$b_loadExecutionRecord: typeof loadExecutionRecord;
|
|
1826
|
+
declare const index$b_loadFeedbackRecord: typeof loadFeedbackRecord;
|
|
1827
|
+
declare const index$b_loadTaskRecord: typeof loadTaskRecord;
|
|
1828
|
+
declare namespace index$b {
|
|
1829
|
+
export { type index$b_CreateEmbeddedMetadataOptions as CreateEmbeddedMetadataOptions, type index$b_SignatureConfig as SignatureConfig, index$b_createActorRecord as createActorRecord, index$b_createAgentRecord as createAgentRecord, index$b_createCycleRecord as createCycleRecord, index$b_createDefaultWorkflowConfig as createDefaultWorkflowConfig, index$b_createEmbeddedMetadataRecord as createEmbeddedMetadataRecord, index$b_createExecutionRecord as createExecutionRecord, index$b_createFeedbackRecord as createFeedbackRecord, index$b_createTaskRecord as createTaskRecord, index$b_createTestSignature as createTestSignature, index$b_createWorkflowConfig as createWorkflowConfig, index$b_loadActorRecord as loadActorRecord, index$b_loadAgentRecord as loadAgentRecord, index$b_loadCycleRecord as loadCycleRecord, index$b_loadExecutionRecord as loadExecutionRecord, index$b_loadFeedbackRecord as loadFeedbackRecord, index$b_loadTaskRecord as loadTaskRecord };
|
|
1827
1830
|
}
|
|
1828
1831
|
|
|
1829
|
-
declare const index$
|
|
1830
|
-
declare const index$
|
|
1831
|
-
declare const index$
|
|
1832
|
-
declare const index$
|
|
1833
|
-
declare const index$
|
|
1834
|
-
declare const index$
|
|
1835
|
-
declare const index$
|
|
1836
|
-
declare const index$
|
|
1837
|
-
declare const index$
|
|
1838
|
-
declare namespace index$
|
|
1839
|
-
export { index$
|
|
1832
|
+
declare const index$a_EnvKeyProvider: typeof EnvKeyProvider;
|
|
1833
|
+
declare const index$a_EnvKeyProviderOptions: typeof EnvKeyProviderOptions;
|
|
1834
|
+
declare const index$a_FsKeyProvider: typeof FsKeyProvider;
|
|
1835
|
+
declare const index$a_FsKeyProviderOptions: typeof FsKeyProviderOptions;
|
|
1836
|
+
declare const index$a_KeyProvider: typeof KeyProvider;
|
|
1837
|
+
declare const index$a_KeyProviderError: typeof KeyProviderError;
|
|
1838
|
+
declare const index$a_KeyProviderErrorCode: typeof KeyProviderErrorCode;
|
|
1839
|
+
declare const index$a_MockKeyProvider: typeof MockKeyProvider;
|
|
1840
|
+
declare const index$a_MockKeyProviderOptions: typeof MockKeyProviderOptions;
|
|
1841
|
+
declare namespace index$a {
|
|
1842
|
+
export { index$a_EnvKeyProvider as EnvKeyProvider, index$a_EnvKeyProviderOptions as EnvKeyProviderOptions, index$a_FsKeyProvider as FsKeyProvider, index$a_FsKeyProviderOptions as FsKeyProviderOptions, index$a_KeyProvider as KeyProvider, index$a_KeyProviderError as KeyProviderError, index$a_KeyProviderErrorCode as KeyProviderErrorCode, index$a_MockKeyProvider as MockKeyProvider, index$a_MockKeyProviderOptions as MockKeyProviderOptions };
|
|
1840
1843
|
}
|
|
1841
1844
|
|
|
1842
|
-
declare const index$
|
|
1843
|
-
declare const index$
|
|
1844
|
-
type index$
|
|
1845
|
-
declare const index$
|
|
1846
|
-
type index$
|
|
1847
|
-
declare const index$
|
|
1848
|
-
declare const index$
|
|
1849
|
-
declare const index$
|
|
1850
|
-
declare const index$
|
|
1851
|
-
declare const index$
|
|
1852
|
-
declare namespace index$
|
|
1853
|
-
export { index$
|
|
1845
|
+
declare const index$9_FileListOptions: typeof FileListOptions;
|
|
1846
|
+
declare const index$9_FileLister: typeof FileLister;
|
|
1847
|
+
type index$9_FileListerError = FileListerError;
|
|
1848
|
+
declare const index$9_FileListerError: typeof FileListerError;
|
|
1849
|
+
type index$9_FileListerErrorCode = FileListerErrorCode;
|
|
1850
|
+
declare const index$9_FileStats: typeof FileStats;
|
|
1851
|
+
declare const index$9_FsFileLister: typeof FsFileLister;
|
|
1852
|
+
declare const index$9_FsFileListerOptions: typeof FsFileListerOptions;
|
|
1853
|
+
declare const index$9_MemoryFileLister: typeof MemoryFileLister;
|
|
1854
|
+
declare const index$9_MemoryFileListerOptions: typeof MemoryFileListerOptions;
|
|
1855
|
+
declare namespace index$9 {
|
|
1856
|
+
export { index$9_FileListOptions as FileListOptions, index$9_FileLister as FileLister, index$9_FileListerError as FileListerError, type index$9_FileListerErrorCode as FileListerErrorCode, index$9_FileStats as FileStats, index$9_FsFileLister as FsFileLister, index$9_FsFileListerOptions as FsFileListerOptions, index$9_MemoryFileLister as MemoryFileLister, index$9_MemoryFileListerOptions as MemoryFileListerOptions };
|
|
1854
1857
|
}
|
|
1855
1858
|
|
|
1856
1859
|
type LogLevel = "debug" | "info" | "warn" | "error" | "silent";
|
|
@@ -1863,12 +1866,12 @@ interface Logger {
|
|
|
1863
1866
|
declare function createLogger(prefix?: string, level?: LogLevel): Logger;
|
|
1864
1867
|
declare const logger: Logger;
|
|
1865
1868
|
|
|
1866
|
-
type index$
|
|
1867
|
-
type index$
|
|
1868
|
-
declare const index$
|
|
1869
|
-
declare const index$
|
|
1870
|
-
declare namespace index$
|
|
1871
|
-
export { type index$
|
|
1869
|
+
type index$8_LogLevel = LogLevel;
|
|
1870
|
+
type index$8_Logger = Logger;
|
|
1871
|
+
declare const index$8_createLogger: typeof createLogger;
|
|
1872
|
+
declare const index$8_logger: typeof logger;
|
|
1873
|
+
declare namespace index$8 {
|
|
1874
|
+
export { type index$8_LogLevel as LogLevel, type index$8_Logger as Logger, index$8_createLogger as createLogger, index$8_logger as logger };
|
|
1872
1875
|
}
|
|
1873
1876
|
|
|
1874
1877
|
/**
|
|
@@ -2682,6 +2685,7 @@ declare const Schemas: {
|
|
|
2682
2685
|
if: {
|
|
2683
2686
|
properties: {
|
|
2684
2687
|
header: {
|
|
2688
|
+
type: string;
|
|
2685
2689
|
properties: {
|
|
2686
2690
|
type: {
|
|
2687
2691
|
const: string;
|
|
@@ -2703,6 +2707,7 @@ declare const Schemas: {
|
|
|
2703
2707
|
if: {
|
|
2704
2708
|
properties: {
|
|
2705
2709
|
header: {
|
|
2710
|
+
type: string;
|
|
2706
2711
|
properties: {
|
|
2707
2712
|
type: {
|
|
2708
2713
|
const: string;
|
|
@@ -4109,6 +4114,7 @@ declare function getSchema(name: SchemaName): {
|
|
|
4109
4114
|
if: {
|
|
4110
4115
|
properties: {
|
|
4111
4116
|
header: {
|
|
4117
|
+
type: string;
|
|
4112
4118
|
properties: {
|
|
4113
4119
|
type: {
|
|
4114
4120
|
const: string;
|
|
@@ -4130,6 +4136,7 @@ declare function getSchema(name: SchemaName): {
|
|
|
4130
4136
|
if: {
|
|
4131
4137
|
properties: {
|
|
4132
4138
|
header: {
|
|
4139
|
+
type: string;
|
|
4133
4140
|
properties: {
|
|
4134
4141
|
type: {
|
|
4135
4142
|
const: string;
|
|
@@ -4792,20 +4799,20 @@ declare class DetailedValidationError extends GitGovError {
|
|
|
4792
4799
|
}>);
|
|
4793
4800
|
}
|
|
4794
4801
|
|
|
4795
|
-
type index$
|
|
4796
|
-
declare const index$
|
|
4797
|
-
declare const index$
|
|
4798
|
-
type index$
|
|
4799
|
-
type index$
|
|
4800
|
-
declare const index$
|
|
4801
|
-
type index$
|
|
4802
|
-
declare const index$
|
|
4803
|
-
declare const index$
|
|
4804
|
-
declare const index$
|
|
4805
|
-
declare const index$
|
|
4806
|
-
declare const index$
|
|
4807
|
-
declare namespace index$
|
|
4808
|
-
export { index$
|
|
4802
|
+
type index$7_DetailedValidationError = DetailedValidationError;
|
|
4803
|
+
declare const index$7_DetailedValidationError: typeof DetailedValidationError;
|
|
4804
|
+
declare const index$7_GitGovError: typeof GitGovError;
|
|
4805
|
+
type index$7_SchemaName = SchemaName;
|
|
4806
|
+
type index$7_SchemaValidationCache = SchemaValidationCache;
|
|
4807
|
+
declare const index$7_SchemaValidationCache: typeof SchemaValidationCache;
|
|
4808
|
+
type index$7_SchemaValidationError = SchemaValidationError;
|
|
4809
|
+
declare const index$7_SchemaValidationError: typeof SchemaValidationError;
|
|
4810
|
+
declare const index$7_Schemas: typeof Schemas;
|
|
4811
|
+
declare const index$7_getSchema: typeof getSchema;
|
|
4812
|
+
declare const index$7_getSchemaNames: typeof getSchemaNames;
|
|
4813
|
+
declare const index$7_hasSchema: typeof hasSchema;
|
|
4814
|
+
declare namespace index$7 {
|
|
4815
|
+
export { index$7_DetailedValidationError as DetailedValidationError, index$7_GitGovError as GitGovError, type index$7_SchemaName as SchemaName, index$7_SchemaValidationCache as SchemaValidationCache, index$7_SchemaValidationError as SchemaValidationError, index$7_Schemas as Schemas, index$7_getSchema as getSchema, index$7_getSchemaNames as getSchemaNames, index$7_hasSchema as hasSchema };
|
|
4809
4816
|
}
|
|
4810
4817
|
|
|
4811
4818
|
/**
|
|
@@ -5078,64 +5085,206 @@ declare function isActorIdentityMismatchError(error: unknown): error is ActorIde
|
|
|
5078
5085
|
declare function isWorktreeSetupError(error: unknown): error is WorktreeSetupError;
|
|
5079
5086
|
declare function isRebaseAlreadyInProgressError(error: unknown): error is RebaseAlreadyInProgressError;
|
|
5080
5087
|
|
|
5081
|
-
type index$
|
|
5082
|
-
declare const index$
|
|
5083
|
-
declare const index$
|
|
5084
|
-
declare const index$
|
|
5085
|
-
declare const index$
|
|
5086
|
-
declare const index$
|
|
5087
|
-
declare const index$
|
|
5088
|
-
type index$
|
|
5089
|
-
declare const index$
|
|
5090
|
-
declare const index$
|
|
5091
|
-
type index$
|
|
5092
|
-
declare const index$
|
|
5093
|
-
declare const index$
|
|
5094
|
-
declare const index$
|
|
5095
|
-
declare const index$
|
|
5096
|
-
declare const index$
|
|
5097
|
-
type index$
|
|
5098
|
-
declare const index$
|
|
5099
|
-
type index$
|
|
5100
|
-
declare const index$
|
|
5101
|
-
type index$
|
|
5102
|
-
declare const index$
|
|
5103
|
-
type index$
|
|
5104
|
-
type index$
|
|
5105
|
-
type index$
|
|
5106
|
-
type index$
|
|
5107
|
-
declare const index$
|
|
5108
|
-
type index$
|
|
5109
|
-
declare const index$
|
|
5110
|
-
type index$
|
|
5111
|
-
declare const index$
|
|
5112
|
-
declare const index$
|
|
5113
|
-
type index$
|
|
5114
|
-
declare const index$
|
|
5115
|
-
declare const index$
|
|
5116
|
-
declare const index$
|
|
5117
|
-
declare const index$
|
|
5118
|
-
declare const index$
|
|
5119
|
-
declare const index$
|
|
5120
|
-
declare const index$
|
|
5121
|
-
declare const index$
|
|
5122
|
-
type index$
|
|
5123
|
-
declare const index$
|
|
5124
|
-
type index$
|
|
5125
|
-
declare const index$
|
|
5126
|
-
declare const index$
|
|
5127
|
-
declare const index$
|
|
5128
|
-
declare const index$
|
|
5129
|
-
declare const index$
|
|
5130
|
-
declare const index$
|
|
5131
|
-
declare const index$
|
|
5132
|
-
declare const index$
|
|
5133
|
-
declare const index$
|
|
5134
|
-
declare const index$
|
|
5135
|
-
declare const index$
|
|
5136
|
-
declare const index$
|
|
5088
|
+
type index$6_ActorIdentityMismatchError = ActorIdentityMismatchError;
|
|
5089
|
+
declare const index$6_ActorIdentityMismatchError: typeof ActorIdentityMismatchError;
|
|
5090
|
+
declare const index$6_AuditStateOptions: typeof AuditStateOptions;
|
|
5091
|
+
declare const index$6_AuditStateReport: typeof AuditStateReport;
|
|
5092
|
+
declare const index$6_ConflictDiff: typeof ConflictDiff;
|
|
5093
|
+
declare const index$6_ConflictFileDiff: typeof ConflictFileDiff;
|
|
5094
|
+
declare const index$6_ConflictInfo: typeof ConflictInfo;
|
|
5095
|
+
type index$6_ConflictMarkersPresentError = ConflictMarkersPresentError;
|
|
5096
|
+
declare const index$6_ConflictMarkersPresentError: typeof ConflictMarkersPresentError;
|
|
5097
|
+
declare const index$6_ConflictType: typeof ConflictType;
|
|
5098
|
+
type index$6_CryptoModuleRequiredError = CryptoModuleRequiredError;
|
|
5099
|
+
declare const index$6_CryptoModuleRequiredError: typeof CryptoModuleRequiredError;
|
|
5100
|
+
declare const index$6_DEFAULT_STATE_BRANCH: typeof DEFAULT_STATE_BRANCH;
|
|
5101
|
+
declare const index$6_ExpectedFilesScope: typeof ExpectedFilesScope;
|
|
5102
|
+
declare const index$6_ISyncStateModule: typeof ISyncStateModule;
|
|
5103
|
+
declare const index$6_IntegrityViolation: typeof IntegrityViolation;
|
|
5104
|
+
type index$6_IntegrityViolationError = IntegrityViolationError;
|
|
5105
|
+
declare const index$6_IntegrityViolationError: typeof IntegrityViolationError;
|
|
5106
|
+
type index$6_NoRebaseInProgressError = NoRebaseInProgressError;
|
|
5107
|
+
declare const index$6_NoRebaseInProgressError: typeof NoRebaseInProgressError;
|
|
5108
|
+
type index$6_PullScheduler = PullScheduler;
|
|
5109
|
+
declare const index$6_PullScheduler: typeof PullScheduler;
|
|
5110
|
+
type index$6_PullSchedulerConfig = PullSchedulerConfig;
|
|
5111
|
+
type index$6_PullSchedulerDependencies = PullSchedulerDependencies;
|
|
5112
|
+
type index$6_PullSchedulerResult = PullSchedulerResult;
|
|
5113
|
+
type index$6_PushFromStateBranchError = PushFromStateBranchError;
|
|
5114
|
+
declare const index$6_PushFromStateBranchError: typeof PushFromStateBranchError;
|
|
5115
|
+
type index$6_RebaseAlreadyInProgressError = RebaseAlreadyInProgressError;
|
|
5116
|
+
declare const index$6_RebaseAlreadyInProgressError: typeof RebaseAlreadyInProgressError;
|
|
5117
|
+
type index$6_StateBranchSetupError = StateBranchSetupError;
|
|
5118
|
+
declare const index$6_StateBranchSetupError: typeof StateBranchSetupError;
|
|
5119
|
+
declare const index$6_StateDeltaFile: typeof StateDeltaFile;
|
|
5120
|
+
type index$6_SyncStateError = SyncStateError;
|
|
5121
|
+
declare const index$6_SyncStateError: typeof SyncStateError;
|
|
5122
|
+
declare const index$6_SyncStateModuleDependencies: typeof SyncStateModuleDependencies;
|
|
5123
|
+
declare const index$6_SyncStatePullOptions: typeof SyncStatePullOptions;
|
|
5124
|
+
declare const index$6_SyncStatePullResult: typeof SyncStatePullResult;
|
|
5125
|
+
declare const index$6_SyncStatePushOptions: typeof SyncStatePushOptions;
|
|
5126
|
+
declare const index$6_SyncStatePushResult: typeof SyncStatePushResult;
|
|
5127
|
+
declare const index$6_SyncStateResolveOptions: typeof SyncStateResolveOptions;
|
|
5128
|
+
declare const index$6_SyncStateResolveResult: typeof SyncStateResolveResult;
|
|
5129
|
+
type index$6_UncommittedChangesError = UncommittedChangesError;
|
|
5130
|
+
declare const index$6_UncommittedChangesError: typeof UncommittedChangesError;
|
|
5131
|
+
type index$6_WorktreeSetupError = WorktreeSetupError;
|
|
5132
|
+
declare const index$6_WorktreeSetupError: typeof WorktreeSetupError;
|
|
5133
|
+
declare const index$6_isActorIdentityMismatchError: typeof isActorIdentityMismatchError;
|
|
5134
|
+
declare const index$6_isConflictMarkersPresentError: typeof isConflictMarkersPresentError;
|
|
5135
|
+
declare const index$6_isCryptoModuleRequiredError: typeof isCryptoModuleRequiredError;
|
|
5136
|
+
declare const index$6_isIntegrityViolationError: typeof isIntegrityViolationError;
|
|
5137
|
+
declare const index$6_isNoRebaseInProgressError: typeof isNoRebaseInProgressError;
|
|
5138
|
+
declare const index$6_isPushFromStateBranchError: typeof isPushFromStateBranchError;
|
|
5139
|
+
declare const index$6_isRebaseAlreadyInProgressError: typeof isRebaseAlreadyInProgressError;
|
|
5140
|
+
declare const index$6_isStateBranchSetupError: typeof isStateBranchSetupError;
|
|
5141
|
+
declare const index$6_isSyncStateError: typeof isSyncStateError;
|
|
5142
|
+
declare const index$6_isUncommittedChangesError: typeof isUncommittedChangesError;
|
|
5143
|
+
declare const index$6_isWorktreeSetupError: typeof isWorktreeSetupError;
|
|
5144
|
+
declare namespace index$6 {
|
|
5145
|
+
export { index$6_ActorIdentityMismatchError as ActorIdentityMismatchError, AuditScope$1 as AuditScope, index$6_AuditStateOptions as AuditStateOptions, index$6_AuditStateReport as AuditStateReport, index$6_ConflictDiff as ConflictDiff, index$6_ConflictFileDiff as ConflictFileDiff, index$6_ConflictInfo as ConflictInfo, index$6_ConflictMarkersPresentError as ConflictMarkersPresentError, index$6_ConflictType as ConflictType, index$6_CryptoModuleRequiredError as CryptoModuleRequiredError, index$6_DEFAULT_STATE_BRANCH as DEFAULT_STATE_BRANCH, index$6_ExpectedFilesScope as ExpectedFilesScope, index$6_ISyncStateModule as ISyncStateModule, index$6_IntegrityViolation as IntegrityViolation, index$6_IntegrityViolationError as IntegrityViolationError, index$6_NoRebaseInProgressError as NoRebaseInProgressError, index$6_PullScheduler as PullScheduler, type index$6_PullSchedulerConfig as PullSchedulerConfig, type index$6_PullSchedulerDependencies as PullSchedulerDependencies, type index$6_PullSchedulerResult as PullSchedulerResult, index$6_PushFromStateBranchError as PushFromStateBranchError, index$6_RebaseAlreadyInProgressError as RebaseAlreadyInProgressError, index$6_StateBranchSetupError as StateBranchSetupError, index$6_StateDeltaFile as StateDeltaFile, index$6_SyncStateError as SyncStateError, index$6_SyncStateModuleDependencies as SyncStateModuleDependencies, index$6_SyncStatePullOptions as SyncStatePullOptions, index$6_SyncStatePullResult as SyncStatePullResult, index$6_SyncStatePushOptions as SyncStatePushOptions, index$6_SyncStatePushResult as SyncStatePushResult, index$6_SyncStateResolveOptions as SyncStateResolveOptions, index$6_SyncStateResolveResult as SyncStateResolveResult, index$6_UncommittedChangesError as UncommittedChangesError, index$6_WorktreeSetupError as WorktreeSetupError, index$6_isActorIdentityMismatchError as isActorIdentityMismatchError, index$6_isConflictMarkersPresentError as isConflictMarkersPresentError, index$6_isCryptoModuleRequiredError as isCryptoModuleRequiredError, index$6_isIntegrityViolationError as isIntegrityViolationError, index$6_isNoRebaseInProgressError as isNoRebaseInProgressError, index$6_isPushFromStateBranchError as isPushFromStateBranchError, index$6_isRebaseAlreadyInProgressError as isRebaseAlreadyInProgressError, index$6_isStateBranchSetupError as isStateBranchSetupError, index$6_isSyncStateError as isSyncStateError, index$6_isUncommittedChangesError as isUncommittedChangesError, index$6_isWorktreeSetupError as isWorktreeSetupError };
|
|
5146
|
+
}
|
|
5147
|
+
|
|
5148
|
+
/**
|
|
5149
|
+
* Hook Handler Types
|
|
5150
|
+
*
|
|
5151
|
+
* Types for the passive governance hook handler module.
|
|
5152
|
+
* Based on hook_handler_module.md blueprint.
|
|
5153
|
+
*
|
|
5154
|
+
* All EARS prefixes map to hook_handler_module.md §4.
|
|
5155
|
+
*/
|
|
5156
|
+
|
|
5157
|
+
/** Types of events the hook handler can receive */
|
|
5158
|
+
type HookEventType = 'command-executed' | 'file-changed' | 'task-completed' | 'teammate-idle' | 'session-end';
|
|
5159
|
+
/** PostToolUse Bash event — commits, PRs, test runs, other commands */
|
|
5160
|
+
type CommandExecutedEvent = {
|
|
5161
|
+
tool_name: 'Bash';
|
|
5162
|
+
tool_input: {
|
|
5163
|
+
command: string;
|
|
5164
|
+
description?: string;
|
|
5165
|
+
};
|
|
5166
|
+
tool_output?: string;
|
|
5167
|
+
exit_code?: number;
|
|
5168
|
+
};
|
|
5169
|
+
/** PostToolUse Write/Edit event — file modifications (not recorded, too granular) */
|
|
5170
|
+
type FileChangedEvent = {
|
|
5171
|
+
tool_name: 'Write' | 'Edit';
|
|
5172
|
+
tool_input: {
|
|
5173
|
+
file_path: string;
|
|
5174
|
+
content?: string;
|
|
5175
|
+
old_string?: string;
|
|
5176
|
+
new_string?: string;
|
|
5177
|
+
};
|
|
5178
|
+
};
|
|
5179
|
+
/** Claude Code TaskCompleted notification event */
|
|
5180
|
+
type TaskCompletedEvent = {
|
|
5181
|
+
hook_type: 'TaskCompleted';
|
|
5182
|
+
task: {
|
|
5183
|
+
id: string;
|
|
5184
|
+
subject: string;
|
|
5185
|
+
description?: string;
|
|
5186
|
+
status: string;
|
|
5187
|
+
owner?: string;
|
|
5188
|
+
};
|
|
5189
|
+
session_id?: string;
|
|
5190
|
+
team_name?: string;
|
|
5191
|
+
};
|
|
5192
|
+
/** Claude Code TeammateIdle notification event (informational, no record in MVP) */
|
|
5193
|
+
type TeammateIdleEvent = {
|
|
5194
|
+
hook_type: 'TeammateIdle';
|
|
5195
|
+
agent: {
|
|
5196
|
+
name: string;
|
|
5197
|
+
agent_id?: string;
|
|
5198
|
+
};
|
|
5199
|
+
session_id?: string;
|
|
5200
|
+
team_name?: string;
|
|
5201
|
+
};
|
|
5202
|
+
/** Claude Code Stop event — session ending */
|
|
5203
|
+
type SessionEndEvent = {
|
|
5204
|
+
hook_type: 'Stop';
|
|
5205
|
+
session_id?: string;
|
|
5206
|
+
cwd?: string;
|
|
5207
|
+
};
|
|
5208
|
+
/** Union of all possible hook events */
|
|
5209
|
+
type HookEvent = CommandExecutedEvent | FileChangedEvent | TaskCompletedEvent | TeammateIdleEvent | SessionEndEvent;
|
|
5210
|
+
/** Result of processing a hook event. Never throws — always returns. */
|
|
5211
|
+
type HookResult = {
|
|
5212
|
+
action: 'recorded' | 'skipped';
|
|
5213
|
+
reason?: string;
|
|
5214
|
+
executionId?: string;
|
|
5215
|
+
};
|
|
5216
|
+
/** Dependencies injected into HookHandler via constructor */
|
|
5217
|
+
interface HookHandlerDependencies {
|
|
5218
|
+
executionAdapter: IExecutionAdapter;
|
|
5219
|
+
sessionManager: ISessionManager;
|
|
5220
|
+
configManager: IConfigManager;
|
|
5221
|
+
}
|
|
5222
|
+
/** Classification result for a bash command */
|
|
5223
|
+
type CommandClassification = {
|
|
5224
|
+
kind: 'commit';
|
|
5225
|
+
hash: string;
|
|
5226
|
+
message: string;
|
|
5227
|
+
filesChanged: number;
|
|
5228
|
+
} | {
|
|
5229
|
+
kind: 'pr';
|
|
5230
|
+
number: string;
|
|
5231
|
+
} | {
|
|
5232
|
+
kind: 'test';
|
|
5233
|
+
passed: number;
|
|
5234
|
+
failed: number;
|
|
5235
|
+
total: number;
|
|
5236
|
+
} | {
|
|
5237
|
+
kind: 'unknown';
|
|
5238
|
+
};
|
|
5239
|
+
|
|
5240
|
+
/**
|
|
5241
|
+
* HookHandler — Pure logic module for passive governance.
|
|
5242
|
+
*
|
|
5243
|
+
* Receives parsed hook events from Claude Code, classifies them,
|
|
5244
|
+
* and creates ExecutionRecords via the ExecutionAdapter.
|
|
5245
|
+
*
|
|
5246
|
+
* NO I/O — the CLI hook command handles stdin/stdout.
|
|
5247
|
+
* Fail-silent — never throws, always returns HookResult.
|
|
5248
|
+
*
|
|
5249
|
+
* All EARS prefixes map to hook_handler_module.md §4.
|
|
5250
|
+
*/
|
|
5251
|
+
|
|
5252
|
+
declare class HookHandler {
|
|
5253
|
+
private readonly executionAdapter;
|
|
5254
|
+
private readonly sessionManager;
|
|
5255
|
+
private readonly configManager;
|
|
5256
|
+
constructor(deps: HookHandlerDependencies);
|
|
5257
|
+
/**
|
|
5258
|
+
* Process a hook event and decide whether to create an ExecutionRecord.
|
|
5259
|
+
* Fail-silent: catches all errors and returns { action: 'skipped', reason }.
|
|
5260
|
+
*/
|
|
5261
|
+
handleEvent(event: HookEvent, options?: {
|
|
5262
|
+
dryRun?: boolean;
|
|
5263
|
+
}): Promise<HookResult>;
|
|
5264
|
+
private handleCommandExecuted;
|
|
5265
|
+
private buildCommandPayload;
|
|
5266
|
+
private handleTaskCompleted;
|
|
5267
|
+
private handleSessionEnd;
|
|
5268
|
+
private resolveActorId;
|
|
5269
|
+
}
|
|
5270
|
+
/** Classify a bash command to determine what kind of record to create */
|
|
5271
|
+
declare function classifyCommand(command: string, output?: string): CommandClassification;
|
|
5272
|
+
|
|
5273
|
+
type index$5_CommandClassification = CommandClassification;
|
|
5274
|
+
type index$5_CommandExecutedEvent = CommandExecutedEvent;
|
|
5275
|
+
type index$5_FileChangedEvent = FileChangedEvent;
|
|
5276
|
+
type index$5_HookEvent = HookEvent;
|
|
5277
|
+
type index$5_HookEventType = HookEventType;
|
|
5278
|
+
type index$5_HookHandler = HookHandler;
|
|
5279
|
+
declare const index$5_HookHandler: typeof HookHandler;
|
|
5280
|
+
type index$5_HookHandlerDependencies = HookHandlerDependencies;
|
|
5281
|
+
type index$5_HookResult = HookResult;
|
|
5282
|
+
type index$5_SessionEndEvent = SessionEndEvent;
|
|
5283
|
+
type index$5_TaskCompletedEvent = TaskCompletedEvent;
|
|
5284
|
+
type index$5_TeammateIdleEvent = TeammateIdleEvent;
|
|
5285
|
+
declare const index$5_classifyCommand: typeof classifyCommand;
|
|
5137
5286
|
declare namespace index$5 {
|
|
5138
|
-
export {
|
|
5287
|
+
export { type index$5_CommandClassification as CommandClassification, type index$5_CommandExecutedEvent as CommandExecutedEvent, type index$5_FileChangedEvent as FileChangedEvent, type index$5_HookEvent as HookEvent, type index$5_HookEventType as HookEventType, index$5_HookHandler as HookHandler, type index$5_HookHandlerDependencies as HookHandlerDependencies, type index$5_HookResult as HookResult, type index$5_SessionEndEvent as SessionEndEvent, type index$5_TaskCompletedEvent as TaskCompletedEvent, type index$5_TeammateIdleEvent as TeammateIdleEvent, index$5_classifyCommand as classifyCommand };
|
|
5139
5288
|
}
|
|
5140
5289
|
|
|
5141
5290
|
/**
|
|
@@ -6478,4 +6627,4 @@ declare namespace index {
|
|
|
6478
6627
|
export { type index_ActiveWaiver as ActiveWaiver, type index_AuditContentsInput as AuditContentsInput, type index_AuditOptions as AuditOptions, type index_AuditResult as AuditResult, type index_AuditScope as AuditScope, type index_AuditSummary as AuditSummary, type index_AuditTarget as AuditTarget, type index_CodeScope as CodeScope, type index_CreateWaiverOptions as CreateWaiverOptions, type index_FailOnSeverity as FailOnSeverity, type index_FileContent as FileContent, type index_GitgovScope as GitgovScope, type index_GroupByOption as GroupByOption, type index_IWaiverReader as IWaiverReader, type index_JiraScope as JiraScope, type index_OutputFormat as OutputFormat, type index_ScopeConfig as ScopeConfig, index_ScopeSelector as ScopeSelector, index_ScoringEngine as ScoringEngine, type index_SourceAuditorDependencies as SourceAuditorDependencies, index_SourceAuditorModule as SourceAuditorModule, type index_WaiverMetadata as WaiverMetadata, index_WaiverReader as WaiverReader, type index_WaiverStatus as WaiverStatus, index_WaiverWriter as WaiverWriter };
|
|
6479
6628
|
}
|
|
6480
6629
|
|
|
6481
|
-
export { ActivityEvent, ActorRecord, ActorState, index$
|
|
6630
|
+
export { ActivityEvent, ActorRecord, ActorState, index$d as Adapters, AgentRecord, AgentResponse, AllRecords, AuditState, AuditStateReport, index$g as BacklogAdapter, CollaborationMetrics, type CommandClassification, index$r as Config, index$c as Crypto, CycleRecord, DerivedStates, index$2 as DiagramGenerator, EmbeddedMetadataRecord, EnrichedTaskRecord, EnvironmentValidation, index$n as EventBus, index$j as ExecutionAdapter, ExecutionRecord, index$b as Factories, index$i as FeedbackAdapter, FeedbackRecord, index$9 as FileLister, index$1 as FindingDetector, FixReport, GitGovActorRecord, GitGovAgentRecord, GitGovConfig, GitGovCycleRecord, GitGovExecutionRecord, GitGovFeedbackRecord, GitGovRecord, GitGovRecordPayload, GitGovRecordType, GitGovTaskRecord, type HookEvent, type HookEventType, index$5 as HookHandler, type HookHandlerDependencies, type HookResult, type IAgentAdapter, IAgentRunner, type IBacklogAdapter, IConfigManager, IExecutionAdapter, type IFeedbackAdapter, FileLister as IFileLister, IIdentityAdapter, KeyProvider as IKeyProvider, ILintModule, IRecordMetrics, IRecordProjection, IRecordProjector, ISessionManager, ISyncStateModule, IdEncoder, index$l as IdentityAdapter, IndexData, IndexGenerationReport, IntegrityReport, index$a as KeyProvider, index$k as Lint, LintOptions, LintReport$1 as LintReport, LintResult, index$8 as Logger, ProductivityMetrics, index$e as ProjectAdapter, type ProjectInitResult, index$f as ProjectInitializer, ProjectionContext, index$o as RecordMetrics, RecordMetricsDependencies, index$m as RecordProjection, RecordProjectorDependencies, RecordStore, RecordStores$1 as RecordStores, index$q as Records, RunOptions, index$3 as Runner, index$7 as Schemas, index$s as Session, Signature, index as SourceAuditor, index$p as Store, index$6 as SyncState, SyncStatePullResult, SyncStatePushResult, SyncStateResolveResult, SyncStatus, SystemStatus, TaskHealthReport, TaskRecord, index$4 as Validation, ValidatorType, index$h as WorkflowAdapter, type WorkflowRecord };
|