@gitgov/core 2.0.0 → 2.1.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-COAjsdtr.d.ts → agent_runner-ByOUWOt6.d.ts} +1 -6
- package/dist/src/fs.d.ts +4 -10
- package/dist/src/fs.js.map +1 -1
- package/dist/src/{index-DMkBFK4C.d.ts → index--ahcnsG3.d.ts} +0 -9
- package/dist/src/index.d.ts +4 -8
- package/dist/src/index.js.map +1 -1
- package/dist/src/memory.d.ts +3 -8
- package/dist/src/memory.js.map +1 -1
- package/dist/src/{memory_file_lister-D0llxocS.d.ts → memory_file_lister-BkQ_C3ZU.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -35,8 +35,6 @@ interface RecordStore<T> {
|
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* ConfigManager Types
|
|
38
|
-
*
|
|
39
|
-
* @see packages/blueprints/03_products/protocol/10_appendices/config_file.md
|
|
40
38
|
*/
|
|
41
39
|
/**
|
|
42
40
|
* GitGovernance Configuration
|
|
@@ -164,8 +162,6 @@ interface IConfigManager {
|
|
|
164
162
|
|
|
165
163
|
/**
|
|
166
164
|
* SessionManager Types
|
|
167
|
-
*
|
|
168
|
-
* @see packages/blueprints/03_products/protocol/10_appendices/session_state.md
|
|
169
165
|
*/
|
|
170
166
|
/**
|
|
171
167
|
* Sync status for an actor's synchronization state.
|
|
@@ -284,8 +280,6 @@ interface ISessionManager {
|
|
|
284
280
|
* Implementations:
|
|
285
281
|
* - FsSessionStore: Filesystem-based (production)
|
|
286
282
|
* - MemorySessionStore: In-memory (tests, serverless)
|
|
287
|
-
*
|
|
288
|
-
* @see packages/blueprints/03_products/protocol/10_appendices/session_state.md
|
|
289
283
|
*/
|
|
290
284
|
|
|
291
285
|
/**
|
|
@@ -334,9 +328,6 @@ interface SessionStore {
|
|
|
334
328
|
* NOTE: Session state (.session.json) is handled by SessionStore, not ConfigStore.
|
|
335
329
|
* This separation allows different backends for config (immutable, versioned)
|
|
336
330
|
* vs session (ephemeral, local).
|
|
337
|
-
*
|
|
338
|
-
* @see packages/blueprints/03_products/core/specs/modules/config_session_module.md
|
|
339
|
-
* @see packages/blueprints/03_products/protocol/10_appendices/config_file.md
|
|
340
331
|
*/
|
|
341
332
|
|
|
342
333
|
/**
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as SessionManager, C as ConfigManager, B as ActorPayload, D as ActorRecord, H as AgentPayload, J as AgentRecord, K as ChangelogPayload, M as ChangelogRecord, N as CustomRecord, O as CyclePayload, Q as CycleRecord, T as EmbeddedMetadataHeader, U as EmbeddedMetadataRecord, V as ExecutionPayload, W as ExecutionRecord, X as FeedbackPayload, Y as FeedbackRecord, Z as GitGovActorRecord, _ as GitGovAgentRecord, $ as GitGovChangelogRecord, a0 as GitGovCycleRecord, a1 as GitGovError, a2 as GitGovExecutionRecord, a3 as GitGovFeedbackRecord, G as GitGovRecord, a4 as GitGovRecordPayload, a5 as GitGovRecordType, a6 as GitGovTaskRecord, a7 as Signature, a8 as TaskPayload, a9 as TaskRecord, aa as RecordStores, ab as CollaborationMetrics, ac as IMetricsAdapter, ad as IPlatformApi, ae as MetricsAdapter, af as MetricsAdapterDependencies, ag as ProductivityMetrics, ah as SystemStatus, ai as TaskHealthReport, aj as TokenConsumption, ak as ActivityEvent, al as ActorCreatedEvent, am as ActorRevokedEvent, an as AgentRegisteredEvent, ao as BaseEvent, ap as ChangelogCreatedEvent, aq as CycleCreatedEvent, ar as CycleStatusChangedEvent, as as EventBus, at as EventHandler, au as EventMetadata, av as EventSubscription, aw as ExecutionCreatedEvent, ax as FeedbackCreatedEvent, ay as GitGovEvent, s as IEventStream, az as SystemDailyTickEvent, aA as TaskCreatedEvent, aB as TaskStatusChangedEvent, aC as eventBus, aD as publishEvent, aE as subscribeToEvent, c as IIndexerAdapter, aF as IndexerAdapterDependencies, aG as IndexGenerationReport, aH as IndexData, aI as IntegrityReport, aJ as AllRecords, aK as DerivedStates, aL as EnrichedTaskRecord, aM as DerivedStateSets, aN as IntegrityError, aO as IntegrityWarning, aP as IIdentityAdapter, aQ as IdentityAdapter, aR as IdentityAdapterDependencies, I as ILintModule, aS as LintModuleDependencies, d as LintRecordContext, e as LintResult, L as LintOptions, a as LintReport$1, F as FixRecordOptions, b as FixReport, aT as FixResult, aU as LintSummary, aV as RecordEntry, R as RecordStores$1, aW as ValidationContext$1, aX as ValidatorType, aY as IExecutionAdapter, aZ as ExecutionAdapterDependencies, E as EnvironmentValidation, f as IProjectInitializer, x as FsKeyProvider, y as FsKeyProviderOptions, z as FsFileLister, g as ISyncStateModule, a_ as AuditScope$1, A as AuditStateOptions, l as AuditStateReport, j as ConflictDiff, a$ as ConflictFileDiff, b0 as ConflictInfo, b1 as ConflictType, b2 as ExpectedFilesScope, k as IntegrityViolation, i as StateDeltaFile, h as SyncStateModuleDependencies, o as SyncStatePullOptions, p as SyncStatePullResult, m as SyncStatePushOptions, n as SyncStatePushResult, q as SyncStateResolveOptions, r as SyncStateResolveResult, b3 as AgentExecutionContext, b4 as AgentOutput, w as AgentResponse, u as AgentRunnerDependencies, b5 as AgentRunnerEvent, b6 as ApiEngine, b7 as AuthConfig, b8 as AuthType, b9 as CustomEngine, ba as Engine, bb as EngineType, bc as IAgentLoader, t as IAgentRunner, bd as LocalEngine, be as McpEngine, bf as ProtocolHandler, P as ProtocolHandlerRegistry, v as RunOptions, bg as RuntimeHandler, bh as RuntimeHandlerRegistry } from './agent_runner-
|
|
2
|
-
import { A as ActorState, a as GitGovSession, h as ISessionManager, i as SyncPreferencesUpdate, j as SyncStatus, k as AuditState, l as AuditStateUpdate, G as GitGovConfig, m as IConfigManager, n as SyncConfig, o as SyncDefaults, R as RecordStore, K as KeyProvider, p as KeyProviderError, q as KeyProviderErrorCode, r as FileListOptions, s as FileLister, t as FileStats, F as FsFileListerOptions, M as MemoryFileListerOptions, I as IGitModule } from './index
|
|
3
|
-
export { u as Git } from './index
|
|
4
|
-
import { E as EnvKeyProvider, a as EnvKeyProviderOptions, M as MockKeyProvider, b as MockKeyProviderOptions, c as MemoryFileLister } from './memory_file_lister-
|
|
1
|
+
import { S as SessionManager, C as ConfigManager, B as ActorPayload, D as ActorRecord, H as AgentPayload, J as AgentRecord, K as ChangelogPayload, M as ChangelogRecord, N as CustomRecord, O as CyclePayload, Q as CycleRecord, T as EmbeddedMetadataHeader, U as EmbeddedMetadataRecord, V as ExecutionPayload, W as ExecutionRecord, X as FeedbackPayload, Y as FeedbackRecord, Z as GitGovActorRecord, _ as GitGovAgentRecord, $ as GitGovChangelogRecord, a0 as GitGovCycleRecord, a1 as GitGovError, a2 as GitGovExecutionRecord, a3 as GitGovFeedbackRecord, G as GitGovRecord, a4 as GitGovRecordPayload, a5 as GitGovRecordType, a6 as GitGovTaskRecord, a7 as Signature, a8 as TaskPayload, a9 as TaskRecord, aa as RecordStores, ab as CollaborationMetrics, ac as IMetricsAdapter, ad as IPlatformApi, ae as MetricsAdapter, af as MetricsAdapterDependencies, ag as ProductivityMetrics, ah as SystemStatus, ai as TaskHealthReport, aj as TokenConsumption, ak as ActivityEvent, al as ActorCreatedEvent, am as ActorRevokedEvent, an as AgentRegisteredEvent, ao as BaseEvent, ap as ChangelogCreatedEvent, aq as CycleCreatedEvent, ar as CycleStatusChangedEvent, as as EventBus, at as EventHandler, au as EventMetadata, av as EventSubscription, aw as ExecutionCreatedEvent, ax as FeedbackCreatedEvent, ay as GitGovEvent, s as IEventStream, az as SystemDailyTickEvent, aA as TaskCreatedEvent, aB as TaskStatusChangedEvent, aC as eventBus, aD as publishEvent, aE as subscribeToEvent, c as IIndexerAdapter, aF as IndexerAdapterDependencies, aG as IndexGenerationReport, aH as IndexData, aI as IntegrityReport, aJ as AllRecords, aK as DerivedStates, aL as EnrichedTaskRecord, aM as DerivedStateSets, aN as IntegrityError, aO as IntegrityWarning, aP as IIdentityAdapter, aQ as IdentityAdapter, aR as IdentityAdapterDependencies, I as ILintModule, aS as LintModuleDependencies, d as LintRecordContext, e as LintResult, L as LintOptions, a as LintReport$1, F as FixRecordOptions, b as FixReport, aT as FixResult, aU as LintSummary, aV as RecordEntry, R as RecordStores$1, aW as ValidationContext$1, aX as ValidatorType, aY as IExecutionAdapter, aZ as ExecutionAdapterDependencies, E as EnvironmentValidation, f as IProjectInitializer, x as FsKeyProvider, y as FsKeyProviderOptions, z as FsFileLister, g as ISyncStateModule, a_ as AuditScope$1, A as AuditStateOptions, l as AuditStateReport, j as ConflictDiff, a$ as ConflictFileDiff, b0 as ConflictInfo, b1 as ConflictType, b2 as ExpectedFilesScope, k as IntegrityViolation, i as StateDeltaFile, h as SyncStateModuleDependencies, o as SyncStatePullOptions, p as SyncStatePullResult, m as SyncStatePushOptions, n as SyncStatePushResult, q as SyncStateResolveOptions, r as SyncStateResolveResult, b3 as AgentExecutionContext, b4 as AgentOutput, w as AgentResponse, u as AgentRunnerDependencies, b5 as AgentRunnerEvent, b6 as ApiEngine, b7 as AuthConfig, b8 as AuthType, b9 as CustomEngine, ba as Engine, bb as EngineType, bc as IAgentLoader, t as IAgentRunner, bd as LocalEngine, be as McpEngine, bf as ProtocolHandler, P as ProtocolHandlerRegistry, v as RunOptions, bg as RuntimeHandler, bh as RuntimeHandlerRegistry } from './agent_runner-ByOUWOt6.js';
|
|
2
|
+
import { A as ActorState, a as GitGovSession, h as ISessionManager, i as SyncPreferencesUpdate, j as SyncStatus, k as AuditState, l as AuditStateUpdate, G as GitGovConfig, m as IConfigManager, n as SyncConfig, o as SyncDefaults, R as RecordStore, K as KeyProvider, p as KeyProviderError, q as KeyProviderErrorCode, r as FileListOptions, s as FileLister, t as FileStats, F as FsFileListerOptions, M as MemoryFileListerOptions, I as IGitModule } from './index--ahcnsG3.js';
|
|
3
|
+
export { u as Git } from './index--ahcnsG3.js';
|
|
4
|
+
import { E as EnvKeyProvider, a as EnvKeyProviderOptions, M as MockKeyProvider, b as MockKeyProviderOptions, c as MemoryFileLister } from './memory_file_lister-BkQ_C3ZU.js';
|
|
5
5
|
import { ValidateFunction } from 'ajv';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -9,8 +9,6 @@ import { ValidateFunction } from 'ajv';
|
|
|
9
9
|
*
|
|
10
10
|
* Provides typed access to GitGovernance session state (.session.json).
|
|
11
11
|
* Session state is ephemeral, machine-local, and NOT versioned in Git.
|
|
12
|
-
*
|
|
13
|
-
* @see packages/blueprints/03_products/protocol/10_appendices/session_state.md
|
|
14
12
|
*/
|
|
15
13
|
|
|
16
14
|
declare const index$s_ActorState: typeof ActorState;
|
|
@@ -28,8 +26,6 @@ declare namespace index$s {
|
|
|
28
26
|
*
|
|
29
27
|
* Provides typed access to GitGovernance project configuration (config.json).
|
|
30
28
|
* Configuration is versioned in Git and shared between collaborators.
|
|
31
|
-
*
|
|
32
|
-
* @see packages/blueprints/03_products/protocol/10_appendices/config_file.md
|
|
33
29
|
*/
|
|
34
30
|
|
|
35
31
|
declare const index$r_ActorState: typeof ActorState;
|