UNPKG

@ton-ai-core/vibecode-linter

Version:

Advanced TypeScript linter with Git integration, dependency analysis, and comprehensive error reporting

14 lines 665 B
import { Effect } from "effect"; /** * CHANGE: Public Effect to orchestrate report. * WHY: Hook runLinter shell into new reporting requirement. * QUOTE(USER): "Я думаю добавить в npm run lint ... вывод текущей информации по проекту" * REF: user-request-project-info * FORMAT THEOREM: reportProjectInsightsEffect(target) composes filesystem + git data * PURITY: SHELL * EFFECT: Effect<void, never> * INVARIANT: Runs after linting; no impact on exit code * COMPLEXITY: O(n + g) */ export declare function reportProjectInsightsEffect(targetPath: string): Effect.Effect<void>; //# sourceMappingURL=report.d.ts.map