Revision Governor.Test
Path:
loom-sprint-scaffold/loom/tests/synthesis/revision-governor.test.tsRelative: loom/tests/synthesis/revision-governor.test.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 170Bytes: 5,880Imports: 3Exports: 0has tests
Content Preview
- /**
- * Tests for H5.5 — Revision Governor.
- *
- * Proves:
- * - Caps proposals at maxSkillProposals (default 5)
- * - N+? proposals → max X written
- * - Returns GovernorReport with notes
- * - suggestTunableChanges produces REPORT TEXT ONLY (never writes)
- * - Zero proposals → appropriate notes
- * - All proposals within cap → all accepted
- */
- import { describe, expect, test } from "bun:test";
- import {
- applyGovernance,
- suggestTunableChanges,
- DEFAULT_GOVERNOR_CONFIG,
- DEFAULT_MAX_S