fix: update docs and barrel imports for task_system default

This commit is contained in:
YeonGyu-Kim
2026-04-03 18:32:12 +09:00
parent d65714eba0
commit 2e6a7b4339
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { isTaskSystemEnabled } from "../../shared/task-system-enabled";
import { isTaskSystemEnabled } from "../../shared";
import { BLOCKED_TOOLS, REPLACEMENT_MESSAGE } from "./constants";
export interface TasksTodowriteDisablerConfig {
+1 -1
View File
@@ -1,6 +1,6 @@
import type { OhMyOpenCodeConfig } from "../config";
import { getAgentDisplayName, getAgentListDisplayName } from "../shared/agent-display-names";
import { isTaskSystemEnabled } from "../shared/task-system-enabled";
import { isTaskSystemEnabled } from "../shared";
type AgentWithPermission = { permission?: Record<string, unknown> };