@kernlang/evolve
v3.1.2
Published
Kern Evolve — self-extending template system: detect gaps, propose templates, validate, stage
Readme
@kernlang/evolve
Kern Evolve — self-extending template system: detect gaps, propose templates, validate, stage
Part of the KERN monorepo.
Install
npm install @kernlang/evolveUsage
import { evolve, evolveSource } from '@kernlang/evolve';
// Scan a project: detect gaps, propose templates, stage for approval
const result = await evolve('./src');
// Or analyze a single source string
const single = await evolveSource(tsCode, { threshold: 0.8 });License
AGPL-3.0
