Merge pull request #1536 from code-yeongyu/feat/task-continuation-enforcer

feat(hooks): implement task-continuation-enforcer
This commit is contained in:
YeonGyu-Kim
2026-02-08 16:43:42 +09:00
committed by GitHub
6 changed files with 1319 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ export function removeSystemReminders(text: string): string {
export const SystemDirectiveTypes = {
TODO_CONTINUATION: "TODO CONTINUATION",
TASK_CONTINUATION: "TASK CONTINUATION",
RALPH_LOOP: "RALPH LOOP",
BOULDER_CONTINUATION: "BOULDER CONTINUATION",
DELEGATION_REQUIRED: "DELEGATION REQUIRED",