Skip to content

chore(module): trim stale PR-I genesis-tag rationale (#381)#390

Closed
trilamsr wants to merge 1 commit into
mainfrom
chore/trim-module-doc-381
Closed

chore(module): trim stale PR-I genesis-tag rationale (#381)#390
trilamsr wants to merge 1 commit into
mainfrom
chore/trim-module-doc-381

Conversation

@trilamsr

@trilamsr trilamsr commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

module/doc.go carries an 8-line rationale for the module/v0.0.1 genesis tag and PR-I.1a/PR-I.1b/PR-I.2 sequencing. All three PRs landed long ago; the module is alive, well, and resolvable through the Go module proxy.

Root cause

The doc.go was authored when the module-split was an active multi-PR sequence; the proxy-resolution rationale was load-bearing for reviewers verifying the genesis tag cut. Both conditions are now historical. Reading it cold today produces noise, not signal.

Fix

Trim to a 2-line package doc. package module declaration retained — Go module proxy requirement.

Test plan

  • go list -m github.com/tracecoreai/tracecore/module → resolves
  • golangci-lint, govet, attribute-namespace-check pass (pre-push hook)

Closes #381.

chore: trim stale PR-I genesis-tag rationale from `module/doc.go` — package doc only.

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 <tri@maydow.com>
@trilamsr

trilamsr commented Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #392 which bundles #381+#383+#379 in one PR with better scope.

@trilamsr trilamsr closed this Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(module): trim stale PR-I genesis-tag rationale in module/doc.go

1 participant