#!/usr/bin/env node /** * AriaFlow Config CLI * * Usage: * npx ariaflow validate [--config ] * npx ariaflow debug [--config ] * npx ariaflow list agents|flows|tools|skills [--config ] * npx ariaflow copy [--cwd ] * npx ariaflow prompt init --template [--out ] [--cwd ] [--force] * npx ariaflow prompt lint [--path ] [--config ] [--strict] [--json] * npx ariaflow pack init [--starter ] [--cwd ] [--force] * npx ariaflow flow generate --use-case [--out ] * npx ariaflow agent architect --use-case [--mode llm|flow|hybrid] */ export {};