@gitgov/core 2.7.2 → 2.8.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.
@@ -1,7 +1,7 @@
1
1
  import { S as SessionStore } from './session_store-I4Z6PW2c.js';
2
2
  import { k as ISessionManager, a as GitGovSession, A as ActorState, S as SyncPreferencesUpdate, K as KeyProvider, h as FileLister, F as FsFileListerOptions, i as FileListOptions, j as FileStats, G as GitGovConfig } from './index-LULVRsCZ.js';
3
- import { q as IIdentityAdapter, u as IdentityAdapterDependencies, S as SyncStateModuleDependencies, p as IEventStream } from './sync_state-C2a2RuBQ.js';
4
- import { A as ActorPayload, d as ActorRecord, G as GitGovRecord, l as ExecutionRecord, y as RecordStores, f as AgentRecord } from './record_projection.types-D9NkQbL_.js';
3
+ import { q as IIdentityAdapter, u as IdentityAdapterDependencies, S as SyncStateModuleDependencies, p as IEventStream } from './sync_state-GmqG3pLj.js';
4
+ import { A as ActorPayload, d as ActorRecord, G as GitGovRecord, j as ExecutionRecord, v as RecordStores, f as AgentRecord } from './record_projection.types-B2OZbgoW.js';
5
5
 
6
6
  /**
7
7
  * SessionManager - Local Session State Manager
package/dist/src/fs.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- import { R as RecordStore, I as IdEncoder, a as IRecordProjector, G as GitGovRecord, b as IRecordProjection, c as IndexData, P as ProjectionContext } from './record_projection.types-D9NkQbL_.js';
2
- export { D as DEFAULT_ID_ENCODER } from './record_projection.types-D9NkQbL_.js';
1
+ import { R as RecordStore, I as IdEncoder, a as IRecordProjector, G as GitGovRecord, b as IRecordProjection, c as IndexData, P as ProjectionContext } from './record_projection.types-B2OZbgoW.js';
2
+ export { D as DEFAULT_ID_ENCODER } from './record_projection.types-B2OZbgoW.js';
3
3
  import { C as ConfigStore, G as GitGovConfig, a as GitGovSession, I as IGitModule, b as GitModuleDependencies, E as ExecOptions, c as ExecResult, d as ChangedFile, e as GetCommitHistoryOptions, f as CommitInfo, g as CommitAuthor } from './index-LULVRsCZ.js';
4
4
  export { F as FsFileListerOptions } from './index-LULVRsCZ.js';
5
- import { C as ConfigManager, I as ILintModule, L as LintOptions, a as LintReport, F as FixRecordOptions, b as FixReport, R as RecordStores, c as LintRecordContext, d as LintResult, e as ISyncStateModule, S as SyncStateModuleDependencies, f as StateDeltaFile, g as ConflictDiff, h as IntegrityViolation, A as AuditStateOptions, i as AuditStateReport, j as SyncStatePushOptions, k as SyncStatePushResult, l as SyncStatePullOptions, m as SyncStatePullResult, n as SyncStateResolveOptions, o as SyncStateResolveResult, p as IEventStream } from './sync_state-C2a2RuBQ.js';
5
+ import { C as ConfigManager, I as ILintModule, L as LintOptions, a as LintReport, F as FixRecordOptions, b as FixReport, R as RecordStores, c as LintRecordContext, d as LintResult, e as ISyncStateModule, S as SyncStateModuleDependencies, f as StateDeltaFile, g as ConflictDiff, h as IntegrityViolation, A as AuditStateOptions, i as AuditStateReport, j as SyncStatePushOptions, k as SyncStatePushResult, l as SyncStatePullOptions, m as SyncStatePullResult, n as SyncStateResolveOptions, o as SyncStateResolveResult, p as IEventStream } from './sync_state-GmqG3pLj.js';
6
6
  import { S as SessionStore } from './session_store-I4Z6PW2c.js';
7
- import { S as SessionManager, I as IProjectInitializer, E as EnvironmentValidation, F as FsWorktreeSyncStateDependencies, a as FsWorktreeSyncStateConfig, b as IAgentRunner, P as ProtocolHandlerRegistry, A as AgentRunnerDependencies, R as RunOptions, c as AgentResponse } from './agent_runner-DijNVjaF.js';
8
- export { f as FsFileLister, d as FsKeyProvider, e as FsKeyProviderOptions } from './agent_runner-DijNVjaF.js';
7
+ import { S as SessionManager, I as IProjectInitializer, E as EnvironmentValidation, F as FsWorktreeSyncStateDependencies, a as FsWorktreeSyncStateConfig, b as IAgentRunner, P as ProtocolHandlerRegistry, A as AgentRunnerDependencies, R as RunOptions, c as AgentResponse } from './agent_runner-D3G5zzGv.js';
8
+ export { f as FsFileLister, d as FsKeyProvider, e as FsKeyProviderOptions } from './agent_runner-D3G5zzGv.js';
9
9
 
10
10
  /**
11
11
  * Serializer for FsRecordStore - allows custom serialization
@@ -314,7 +314,7 @@ declare class FsLintModule implements IFsLintModule {
314
314
  */
315
315
  lintRecord(record: GitGovRecord, context: LintRecordContext): LintResult[];
316
316
  /**
317
- * Delegates to LintModule.lintRecordReferences() for prefix validation.
317
+ * Delegates to LintModule.lintRecordReferences() for reference validation.
318
318
  */
319
319
  lintRecordReferences(record: GitGovRecord, context: LintRecordContext): LintResult[];
320
320
  /**