Revision Governor
Path:
loom-sprint-scaffold/loom/src/synthesis/core/revision-governor.tsRelative: loom/src/synthesis/core/revision-governor.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 109Bytes: 3,687Imports: 1Exports: 5
Content Preview
- /**
- * H5.5 — Revision Governor.
- *
- * Hard caps on skill proposals per window (tunable, default 5).
- * Tunable-parameter change suggestions are REPORT TEXT ONLY — the governor
- * never writes to the goals table or any system-of-record table.
- *
- * The governor is a pure function on the candidate list. It truncates
- * proposals and produces governance notes.
- *
- * IMPORTANT: No code path in src/synthesis/ writes to the goals table.
- * This is enforced by a grep-level test (see isolation test).