@gitgov/core 2.0.0 → 2.1.1

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.
@@ -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
  /**
@@ -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-COAjsdtr.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-DMkBFK4C.js';
3
- export { u as Git } from './index-DMkBFK4C.js';
4
- import { E as EnvKeyProvider, a as EnvKeyProviderOptions, M as MockKeyProvider, b as MockKeyProviderOptions, c as MemoryFileLister } from './memory_file_lister-D0llxocS.js';
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;
@@ -168,30 +164,6 @@ interface WorkflowRecord {
168
164
  module_path?: string;
169
165
  } | undefined;
170
166
  };
171
- /**
172
- * Optional view configurations for board/kanban rendering
173
- */
174
- view_configs?: {
175
- [k: string]: {
176
- /**
177
- * Column definitions mapping display names to state arrays
178
- */
179
- columns: {
180
- /**
181
- * @minItems 1
182
- */
183
- [k: string]: [string, ...string[]] | undefined;
184
- };
185
- /**
186
- * Visual theme for the board
187
- */
188
- theme?: string;
189
- /**
190
- * Layout orientation for the board
191
- */
192
- layout?: string;
193
- } | undefined;
194
- };
195
167
  /**
196
168
  * Optional agent automation configuration for methodology
197
169
  */
@@ -3490,37 +3462,6 @@ declare const Schemas: {
3490
3462
  };
3491
3463
  };
3492
3464
  };
3493
- view_configs: {
3494
- type: string;
3495
- description: string;
3496
- additionalProperties: {
3497
- type: string;
3498
- required: string[];
3499
- additionalProperties: boolean;
3500
- properties: {
3501
- columns: {
3502
- type: string;
3503
- description: string;
3504
- additionalProperties: {
3505
- type: string;
3506
- items: {
3507
- type: string;
3508
- pattern: string;
3509
- };
3510
- minItems: number;
3511
- };
3512
- };
3513
- theme: {
3514
- type: string;
3515
- description: string;
3516
- };
3517
- layout: {
3518
- type: string;
3519
- description: string;
3520
- };
3521
- };
3522
- };
3523
- };
3524
3465
  agent_integration: {
3525
3466
  type: string;
3526
3467
  description: string;
@@ -5208,37 +5149,6 @@ declare function getSchema(name: SchemaName): {
5208
5149
  };
5209
5150
  };
5210
5151
  };
5211
- view_configs: {
5212
- type: string;
5213
- description: string;
5214
- additionalProperties: {
5215
- type: string;
5216
- required: string[];
5217
- additionalProperties: boolean;
5218
- properties: {
5219
- columns: {
5220
- type: string;
5221
- description: string;
5222
- additionalProperties: {
5223
- type: string;
5224
- items: {
5225
- type: string;
5226
- pattern: string;
5227
- };
5228
- minItems: number;
5229
- };
5230
- };
5231
- theme: {
5232
- type: string;
5233
- description: string;
5234
- };
5235
- layout: {
5236
- type: string;
5237
- description: string;
5238
- };
5239
- };
5240
- };
5241
- };
5242
5152
  agent_integration: {
5243
5153
  type: string;
5244
5154
  description: string;
package/dist/src/index.js CHANGED
@@ -2069,39 +2069,6 @@ var workflow_record_schema_default = {
2069
2069
  }
2070
2070
  }
2071
2071
  },
2072
- view_configs: {
2073
- type: "object",
2074
- description: "Optional view configurations for board/kanban rendering",
2075
- additionalProperties: {
2076
- type: "object",
2077
- required: [
2078
- "columns"
2079
- ],
2080
- additionalProperties: false,
2081
- properties: {
2082
- columns: {
2083
- type: "object",
2084
- description: "Column definitions mapping display names to state arrays",
2085
- additionalProperties: {
2086
- type: "array",
2087
- items: {
2088
- type: "string",
2089
- pattern: "^[a-z][a-z0-9_]{0,49}$"
2090
- },
2091
- minItems: 1
2092
- }
2093
- },
2094
- theme: {
2095
- type: "string",
2096
- description: "Visual theme for the board"
2097
- },
2098
- layout: {
2099
- type: "string",
2100
- description: "Layout orientation for the board"
2101
- }
2102
- }
2103
- }
2104
- },
2105
2072
  agent_integration: {
2106
2073
  type: "object",
2107
2074
  description: "Optional agent automation configuration for methodology",
@@ -7133,61 +7100,6 @@ var kanban_workflow_default = {
7133
7100
  description: "Complex tasks must be promoted to epic with child cycles",
7134
7101
  validation: "epic_complexity"
7135
7102
  }
7136
- },
7137
- view_configs: {
7138
- "kanban-4col": {
7139
- columns: {
7140
- Draft: [
7141
- "draft"
7142
- ],
7143
- "In Progress": [
7144
- "review",
7145
- "ready",
7146
- "active"
7147
- ],
7148
- Review: [
7149
- "done"
7150
- ],
7151
- Done: [
7152
- "archived"
7153
- ],
7154
- Cancelled: [
7155
- "discarded"
7156
- ]
7157
- },
7158
- theme: "minimal",
7159
- layout: "horizontal"
7160
- },
7161
- "kanban-7col": {
7162
- columns: {
7163
- Draft: [
7164
- "draft"
7165
- ],
7166
- Review: [
7167
- "review"
7168
- ],
7169
- Ready: [
7170
- "ready"
7171
- ],
7172
- Active: [
7173
- "active"
7174
- ],
7175
- Done: [
7176
- "done"
7177
- ],
7178
- Archived: [
7179
- "archived"
7180
- ],
7181
- Blocked: [
7182
- "paused"
7183
- ],
7184
- Cancelled: [
7185
- "discarded"
7186
- ]
7187
- },
7188
- theme: "corporate",
7189
- layout: "vertical"
7190
- }
7191
7103
  }
7192
7104
  };
7193
7105
 
@@ -7282,130 +7194,6 @@ var scrum_workflow_default = {
7282
7194
  validation: "assignment_required"
7283
7195
  }
7284
7196
  },
7285
- view_configs: {
7286
- "scrum-board": {
7287
- columns: {
7288
- "Product Backlog": [
7289
- "draft"
7290
- ],
7291
- "Sprint Backlog": [
7292
- "review",
7293
- "ready"
7294
- ],
7295
- "In Progress": [
7296
- "active"
7297
- ],
7298
- Done: [
7299
- "done"
7300
- ],
7301
- Retrospective: [
7302
- "archived"
7303
- ]
7304
- },
7305
- theme: "default",
7306
- layout: "horizontal"
7307
- },
7308
- "scrum-detailed": {
7309
- columns: {
7310
- "Product Backlog": [
7311
- "draft"
7312
- ],
7313
- Groomed: [
7314
- "review"
7315
- ],
7316
- "Sprint Ready": [
7317
- "ready"
7318
- ],
7319
- "In Development": [
7320
- "active"
7321
- ],
7322
- "Demo Ready": [
7323
- "done"
7324
- ],
7325
- "Sprint Closed": [
7326
- "archived"
7327
- ],
7328
- Blocked: [
7329
- "paused"
7330
- ]
7331
- },
7332
- theme: "corporate",
7333
- layout: "vertical"
7334
- },
7335
- "scrum-product-owner": {
7336
- columns: {
7337
- "Backlog Items": [
7338
- "draft"
7339
- ],
7340
- "Ready for Sprint": [
7341
- "review"
7342
- ],
7343
- "Sprint Committed": [
7344
- "ready"
7345
- ],
7346
- "In Development": [
7347
- "active"
7348
- ],
7349
- "Ready for Review": [
7350
- "done"
7351
- ],
7352
- Released: [
7353
- "archived"
7354
- ],
7355
- Issues: [
7356
- "paused",
7357
- "discarded"
7358
- ]
7359
- },
7360
- theme: "minimal",
7361
- layout: "grid"
7362
- },
7363
- "scrum-developer": {
7364
- columns: {
7365
- "To Do": [
7366
- "ready"
7367
- ],
7368
- "In Progress": [
7369
- "active"
7370
- ],
7371
- "Code Review": [
7372
- "done"
7373
- ],
7374
- Done: [
7375
- "archived"
7376
- ],
7377
- Blocked: [
7378
- "paused"
7379
- ]
7380
- },
7381
- theme: "dark",
7382
- layout: "horizontal"
7383
- },
7384
- "scrum-master-dashboard": {
7385
- columns: {
7386
- "Sprint Planning": [
7387
- "draft",
7388
- "review"
7389
- ],
7390
- "Active Sprint": [
7391
- "ready",
7392
- "active"
7393
- ],
7394
- "Sprint Review": [
7395
- "done"
7396
- ],
7397
- Retrospective: [
7398
- "archived"
7399
- ],
7400
- Impediments: [
7401
- "paused",
7402
- "discarded"
7403
- ]
7404
- },
7405
- theme: "corporate",
7406
- layout: "grid"
7407
- }
7408
- },
7409
7197
  agent_integration: {
7410
7198
  description: "Agent integration proposal for Scrum methodology automation",
7411
7199
  required_agents: [