@lore-ai-automation/core
v0.6.4
Published
Core engine for Lore AI: annotation parser, config loader, markdown synthesizer, checker.
Maintainers
Readme
@lore-ai-automation/core
Core engine for Lore AI — annotation parser, config loader, markdown synthesizer, checker.
Install
npm i @lore-ai-automation/coreUse
import { loadConfig, parseFile, checkAnnotations } from '@lore-ai-automation/core';
const { config } = await loadConfig(process.cwd());
const ann = parseFile('models.py', src, 'python');
const issues = checkAnnotations(ann, config);This package has no CLI of its own. For commands, install lore-ai.
License
MIT
