func (s *Service) runGit(cwd string, maxBytes int64, args ...string) (string, bool, error) (git.go:198-211) has zero call sites repo-wide — every git invocation uses runGitOutput/runGitApply/runGitNetwork/runExternalOutput. It carries a second, independent truncation code path that no longer matches how the handlers bound output (they use boundedTextArtifact). Delete it to remove the divergent path.
func (s *Service) runGit(cwd string, maxBytes int64, args ...string) (string, bool, error)(git.go:198-211) has zero call sites repo-wide — every git invocation usesrunGitOutput/runGitApply/runGitNetwork/runExternalOutput. It carries a second, independent truncation code path that no longer matches how the handlers bound output (they useboundedTextArtifact). Delete it to remove the divergent path.