UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

17 lines (16 loc) 372 B
export type AgentConfig = { type: "claude"; agentUser?: { username: string; userId: string; }; reviews?: { /** * usernames that the agent should review merge requests for. * Defaults to agentUser */ byUser?: Record<string, { automatic: boolean; }> | "all-automatic"; }; };