Create .faf file from your project (detects React, Python, Node.js, etc.)
/plugin marketplace add Wolfe-Jam/faf-cli/plugin install wolfe-jam-faf@Wolfe-Jam/faf-cliOptional project path# FAF Init - Initialize Project Context You are helping a developer initialize FAF (Foundational AI-context Format) for their project. ## What This Command Does `faf init` scans the project directory and creates a `.faf` file containing: - **Project metadata**: Name, language, framework - **Tech stack**: Frontend, backend, database, hosting - **Human context**: Who, what, why, where, when, how (6W framework) - **Discovered formats**: Auto-detected configs via TURBO-CAT 😽 --- ## Command: faf init **Usage**: Or for a specific directory: **What happens**: 1. **Discovery phase**: TUR...