INNER CODE UNIT · TypeScript
carry_nemoclaw_cached_review_recommendations
NVIDIA/NemoClaw · .dsh/tools/carry_nemoclaw_cached_review_recommendations/index.ts:4
export default async function carry_nemoclaw_cached_review_recommendations(input: {
items: { number: Integer; fromHeadSha: string; toHeadSha: string }[];
repo?: string;
overwrite?: boolean;
failure?: "fail-fast" | "settled";
workdir: string;
cacheRoot: string;
apply: boolean;
}): Promise<{
repo: string;
apply: boolean;
failure: string;
mutated: boolean;
carried: Integer;
notCarried: Integer;
results: {
number: Integer;
url?: string;