need dist for plugin import

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 19:16:31 -04:00
parent 3bf7c71677
commit 24f10b0d09
27 changed files with 1211 additions and 1 deletions

4
dist/ralph-loop/constants.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export declare const HOOK_NAME = "ralph-loop";
export declare const DEFAULT_STATE_FILE = ".sisyphus/ralph-loop.local.md";
export declare const DEFAULT_MAX_ITERATIONS = 100;
export declare const DEFAULT_COMPLETION_PROMISE = "DONE";