Skill Proposer
Path:
loom-sprint-scaffold/loom/src/synthesis/core/skill-proposer.tsRelative: loom/src/synthesis/core/skill-proposer.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 239Bytes: 7,685Imports: 2Exports: 7
Content Preview
- /**
- * H5.2 — Skill Proposer.
- *
- * Detects recurring successful sub-sequences across ≥ N distinct goals
- * (tunable, default 3) and drafts skill records with provenance
- * (trace event IDs) and status='proposed'.
- *
- * Type-level guarantee: the writer interface accepts ONLY status 'proposed'
- * via the SkillRecordInsert type (literal type, not string).
- *
- * Pure analysis functions + injectable writer.
- */
- import type { EnrichedTraceEvent, SkillProposal, SkillRecordInsert, SkillProposerStore,