Revision Governor

loom-sprint-scaffoldsourcetypescript
Path: loom-sprint-scaffold/loom/src/synthesis/core/revision-governor.tsRelative: loom/src/synthesis/core/revision-governor.tsSubproject: loom-sprint-scaffoldCategory: other
Lines: 109Bytes: 3,687Imports: 1Exports: 5

Content Preview

  1. /**
  2. * H5.5 — Revision Governor.
  3. *
  4. * Hard caps on skill proposals per window (tunable, default 5).
  5. * Tunable-parameter change suggestions are REPORT TEXT ONLY — the governor
  6. * never writes to the goals table or any system-of-record table.
  7. *
  8. * The governor is a pure function on the candidate list. It truncates
  9. * proposals and produces governance notes.
  10. *
  11. * IMPORTANT: No code path in src/synthesis/ writes to the goals table.
  12. * This is enforced by a grep-level test (see isolation test).