chore: include pre-built dist for github install

This commit is contained in:
Robin Mordasiewicz
2026-03-14 04:56:50 +00:00
parent a7f0a4cf46
commit bce8ff3a75
1011 changed files with 150081 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
export declare const HOOK_NAME = "todo-continuation-enforcer";
export declare const DEFAULT_SKIP_AGENTS: string[];
export declare const CONTINUATION_PROMPT: string;
export declare const COUNTDOWN_SECONDS = 2;
export declare const TOAST_DURATION_MS = 900;
export declare const COUNTDOWN_GRACE_PERIOD_MS = 500;
export declare const ABORT_WINDOW_MS = 3000;
export declare const CONTINUATION_COOLDOWN_MS = 5000;
export declare const MAX_STAGNATION_COUNT = 3;
export declare const MAX_CONSECUTIVE_FAILURES = 5;
export declare const FAILURE_RESET_WINDOW_MS: number;