Add proposal application fixtures

This commit is contained in:
2026-05-11 13:27:08 +00:00
parent f461922b9b
commit 5c78b1d5d9
17 changed files with 593 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Package proposals provides deterministic, literal proposal preview and
// application helpers for transcript rewriting.
//
// The package only enforces structural and replacement-safety rules.
// It does not perform semantic validation; LLM-backed and deterministic
// validators are layered later in the pipeline.
package proposals