@clarxai/engine
v0.1.7
Published
Clarx codebase analysis engine
Downloads
1,174
Readme
@clarxai/engine
Clarx codebase analysis engine. Scores any repository against the Clarx AI-First Standard.
Usage
import { analyze } from '@clarxai/engine';
const result = await analyze({ root: '/path/to/repo' });
console.log(result.score); // 0–100
console.log(result.confidence); // 'high' | 'medium' | 'low'This package is consumed by @clarxai/cli. Import it directly when building custom integrations (editor extensions, CI platforms, dashboards).
See engine docs for full API reference.
