/** * Guard commands: set, show, clear * * Bounded autonomy — limits on task creation to prevent agent proliferation. */ import { Effect } from "effect"; import { GuardService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const guard: (pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=guard.d.ts.map