From a004d58c7f3f46aaf39d25a44db5cbfac09d84cd Mon Sep 17 00:00:00 2001 From: Tri Lam Date: Mon, 1 Jun 2026 15:00:14 -0700 Subject: [PATCH] chore(module): trim stale PR-I genesis-tag rationale (#381) PR-I.1a/1b/2 all landed; the genesis-tag proxy-resolution rationale is a historical artifact. Keep package doc only. Closes #381. Signed-off-by: Tri Lam --- module/doc.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/module/doc.go b/module/doc.go index d6d620f8..6444e01c 100644 --- a/module/doc.go +++ b/module/doc.go @@ -2,13 +2,5 @@ // SPDX-License-Identifier: Apache-2.0 // Package module hosts the in-repo Go submodule for receivers/processors/exporters -// moved out of the root module per RFC-0013. Contents land in PR-I.1b (nccl_fr move) -// and PR-I.2 (rankjoinprocessor + patterndetectorprocessor). -// -// This file exists so that `module/v0.0.1` (the genesis tag cut after PR-I.1a -// merges) resolves through the Go module proxy — proxies typically require at -// least one .go file in the module root to validate the module and surface it -// in `go list`. Without it, `GOPROXY=https://proxy.golang.org go list -m -// github.com/tracecoreai/tracecore/module@v0.0.1` may fail with a 404 or -// "no Go source files" error, breaking the PR-I.1b release-tag-cut workflow. +// moved out of the root module per RFC-0013. package module