Cleanup pass to remove refactoring-related artifacts and references

This commit is contained in:
2026-05-12 15:19:50 -05:00
parent af84249da0
commit 390daa8b84
24 changed files with 138 additions and 173 deletions

View File

@@ -13,7 +13,7 @@ import (
// testChunkProposalHarness is a test-only helper that composes existing
// deterministic chunking and proposal-application primitives.
// Production runner orchestration is implemented in later phases.
// It isolates proposal/composition behavior from full runner orchestration.
type testChunkProposalHarness struct {
module TranscriptModule
}