#!/usr/bin/env node /** * The farketari CLI. * * farketari implement [--example ] [--tdd] * [--instructions ] * farketari validate-feature [--example ] * farketari bootstrap --name --stack * [--stack-version ] [--ref ] [--repo ] * farketari validate-template * * Loads the boilerplate configuration (layout, commands, prompts, model * roster), builds the deps, and runs the algorithm. Roles that are not * implemented yet fail with a NotImplementedError naming the method — * the implementation roadmap, surfaced one step at a time. */ export {};