@abhinav2203/codeflow-core
v1.1.6
Published
Framework-agnostic CodeFlow analysis core for blueprint generation, repository analysis, exports, and conflict detection.
Readme
@abhinav2203/codeflow-core
Framework-agnostic CodeFlow analysis core.
Install
npm install @abhinav2203/codeflow-coreExports
import { buildBlueprintGraph, analyzeTypeScriptRepo } from "@abhinav2203/codeflow-core/analyzer";
import { exportBlueprintArtifacts } from "@abhinav2203/codeflow-core/export";
import { detectGraphConflicts } from "@abhinav2203/codeflow-core/conflicts";
import type { BlueprintGraph } from "@abhinav2203/codeflow-core/schema";Scope
This package contains the reusable, Node-oriented blueprint logic extracted from CodeFlow:
- repository analysis
- blueprint graph building
- schema types and validation
- artifact export helpers
- blueprint conflict detection
- store path helpers
It does not include Next.js routes, UI components, browser stores, or provider-specific integrations.
