#!/usr/bin/env node /** * Sintesi CLI - Main entry point * * Commands: * - check: Verify documentation is in sync with code * - readme: Generate a README.md based on project context * - documentation: Generate comprehensive documentation site structure * - changeset: Generate changesets from code changes using AI * * Now with AI-powered documentation generation using OpenAI, Gemini, Anthropic, or Mistral APIs */ import 'dotenv/config'; //# sourceMappingURL=index.d.ts.map