chore: include pre-built dist for github install
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
export interface ContinuationState {
|
||||
hasActiveBoulder: boolean;
|
||||
hasActiveRalphLoop: boolean;
|
||||
hasHookMarker: boolean;
|
||||
hasTodoHookMarker: boolean;
|
||||
hasActiveHookMarker: boolean;
|
||||
activeHookMarkerReason: string | null;
|
||||
}
|
||||
export declare function getContinuationState(directory: string, sessionID: string): ContinuationState;
|
||||
Reference in New Issue
Block a user