newmark-agent 0.3.7 → 0.3.10

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.
@@ -23,7 +23,7 @@ export interface BuildBlock {
23
23
  tokenBudgetPolicyId: string;
24
24
  metadata: Record<string, unknown>;
25
25
  }
26
- export type BuildHistoryEntryType = 'user_guide' | 'analysis_summary' | 'established_fact' | 'decision' | 'tool_observation' | 'implementation_progress' | 'verification' | 'error' | 'warning' | 'unresolved_item' | 'compression_summary' | 'amendment';
26
+ export type BuildHistoryEntryType = 'user_guide' | 'analysis_summary' | 'established_fact' | 'decision' | 'tool_observation' | 'implementation_progress' | 'verification' | 'error' | 'warning' | 'unresolved_item' | 'compression_summary' | 'work_overview' | 'amendment';
27
27
  export type BuildHistorySource = 'user' | 'agent' | 'tool' | 'system' | 'subagent' | 'migration';
28
28
  export type BuildHistoryImportance = 'low' | 'normal' | 'high' | 'critical';
29
29
  export interface BuildHistoryEntry {