[P1][textpipe] Appliquer un budget texte de bout en bout après chaque expansion #23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Constat
stt.max_text_bytesborne seulement l'assemblage STT. Cleanup, render, plugin et sanitation active peuvent ensuite grossir sans borne (internal/textpipe/pipeline.go:101-141,internal/inject/inject.go:100-126). Le mode marker peut multiplier une entrée newline-heavy par environ six.Tâche
Propager un budget unique au pipeline, contrôler chaque sortie acceptée et construire la sanitation active sous budget. Saniter une seule fois avant les effets clipboard/injection.
Critères d'acceptation
Validation
go test -race ./internal/textpipe ./internal/plugin/markdown ./internal/inject ./internal/sink ./internal/session ./internal/cliCorrectif proposé et validé dans la PR #45 : #45.