CommonCode AI
Where ideas become software.
Where ideas become software.
A live loop of the real product.
// Commit Flow proposes a reviewed multi-file patch
import { verify } from "@commoncode/commons";
export async function shipFeature(task) {
const plan = await crew.plan(task);
const diff = await commitFlow.apply(plan);
return verify(diff);
}