Dashboard › institutional-transition-lab › Distillation
f6c2b099-566c-4ab1-a411-489da2b8f6ae["lore_tm_v1_c_y9h3sQuNW_OcsG8cUrWmzvdaTGLUn1lmu2RAzH0hs","lore_tm_v1_IlvZkJKTFdc8wNtbcxse1_VIDkRdQ6-pJaVzMX22l88"]
internal/getmodules/moduleaddrs/detect_abs_filepath.go.terraform-github-pr-34847 (https://github.com/hashicorp/terraform/pull/34847) combined 3 dependency-pruning/refactoring changes pragmatically, moved module source-address normalization under Terraform’s control to protect Terraform v1.x compatibility from upstream go-getter changes, and stated that it made no meaningful backend changes. It changed 86 files and merged as 84df5562f21ae587bbb7e9b2a1c5ada582d0ba11 on 2024-03-14T16:58:30Z. (meaning March 14, 2024)terraform-github-pr-34847 moved module source parsing from internal/addrs/module_source.go into internal/getmodules/moduleaddrs/source_parsing.go; moved package-address normalization into package moduleaddrs; replaced go-getter detectors with Terraform-controlled functions; and defined the backward-compatible detector order in internal/getmodules/moduleaddrs/detect_remote_shorthands.go as: 1. detectGitHub, 2. detectGit, 3. detectBitBucket, 4. detectGCS, 5. detectS3, 6. detectAbsFilePath. The code says not to add detectors because new source types should use canonical source-address syntax. (meaning March 14, 2024)terraform-github-pr-34847 added detector implementations and tests in internal/getmodules/moduleaddrs/detect_abs_filepath.go, detect_gcs.go, detect_gcs_test.go, detect_git.go, detect_git_test.go, detect_remote_shorthands.go, detect_remote_shorthands_test.go, detect_s3.go, and detect_s3_test.go; detectAbsFilePath() converts absolute paths to file:// URLs and returns *MaybeRelativePathErr for relative paths. (meaning March 14, 2024)terraform-github-pr-38385 (https://github.com/hashicorp/terraform/pull/38385) proposed AI-agent governance generated by crag from CI configuration: CLAUDE.md, AGENTS.md, .cursor/rules/governance.mdc, .github/copilot-instructions.md, GEMINI.md, plus 9 additional tool configs, all generated from one governance.md. It recommended regeneration with npx @whitehatd/crag, pre-commit setup with npx @whitehatd/crag hook install, or CI drift detection via WhitehatD/crag-audit-action@v1 in .github/workflows/crag-audit.yml. Metadata reports 12 changed files; the PR was closed without merging. (meaning April 15, 2026)terraform-github-pr-33661 is resolvable from the complete LICENSE replacement, while terraform-github-pr-34847 supports only a narrowly stated technical-refactoring interpretation.terraform-github-pr-33661 and terraform-github-pr-34847 will expressly exclude claims about unselected files, supplemental source IDs, and repository-wide completeness.