#!/usr/bin/env node /** * AgentFactory Code Intelligence CLI * * Exposes code-intelligence tools as CLI commands for use by Task sub-agents * and other non-MCP contexts. * * Usage: * af-code [options] * * Commands: * search-symbols Search for code symbols by name * get-repo-map Get PageRank-ranked repository file map * search-code BM25/hybrid code search * check-duplicate Check content for duplicates * find-type-usages Find all switch/case, mapping, and usage sites for a type * validate-cross-deps Check cross-package imports have package.json entries * help Show this help message * * Environment: * VOYAGE_AI_API_KEY Optional — enables semantic vector embeddings * COHERE_API_KEY Optional — enables cross-encoder reranking */ export {}; //# sourceMappingURL=code.d.ts.map