@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.
- package/dist/src/{agent_runner-DijNVjaF.d.ts → agent_runner-D3G5zzGv.d.ts} +2 -2
- package/dist/src/fs.d.ts +6 -6
- package/dist/src/fs.js +427 -805
- package/dist/src/fs.js.map +1 -1
- package/dist/src/github.d.ts +115 -115
- package/dist/src/github.js +1594 -1596
- package/dist/src/github.js.map +1 -1
- package/dist/src/index.d.ts +617 -1212
- package/dist/src/index.js +550 -1176
- package/dist/src/index.js.map +1 -1
- package/dist/src/memory.d.ts +1 -1
- package/dist/src/prisma.d.ts +3 -1
- package/dist/src/prisma.js +7 -2
- package/dist/src/prisma.js.map +1 -1
- package/dist/src/{record_projection.types-D9NkQbL_.d.ts → record_projection.types-B2OZbgoW.d.ts} +127 -166
- package/dist/src/{sync_state-C2a2RuBQ.d.ts → sync_state-GmqG3pLj.d.ts} +7 -3
- package/package.json +1 -1
|
@@ -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-
|
|
4
|
-
import { A as ActorPayload, d as ActorRecord, G as GitGovRecord,
|
|
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-
|
|
2
|
-
export { D as DEFAULT_ID_ENCODER } from './record_projection.types-
|
|
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-
|
|
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-
|
|
8
|
-
export { f as FsFileLister, d as FsKeyProvider, e as FsKeyProviderOptions } from './agent_runner-
|
|
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
|
|
317
|
+
* Delegates to LintModule.lintRecordReferences() for reference validation.
|
|
318
318
|
*/
|
|
319
319
|
lintRecordReferences(record: GitGovRecord, context: LintRecordContext): LintResult[];
|
|
320
320
|
/**
|