create-interview-cockpit 0.25.0 → 0.26.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.
@@ -148,6 +148,8 @@ export interface Question {
148
148
  export type GitDiffMode = "two-dot" | "three-dot" | "working-tree";
149
149
 
150
150
  export interface GitDiffContext {
151
+ /** Selected diff source root id. Empty/undefined means the primary git diff root. */
152
+ rootId?: string;
151
153
  baseRef: string;
152
154
  /** Empty / WORKING_TREE when mode is working-tree. */
153
155
  headRef: string;