Dashboard › institutional-transition-lab › Distillation
d1fc7b00-0494-4bba-9fba-13377d82ea14["lore_tm_v1_aoYIUFLFB1Vc35rK-8DX3S3KbO1RfKxaBF1zxyMVKuc","lore_tm_v1_AfN0F7jCAIeiEXGVgFYBPT11yhrlQBS56z1vIEZbPg4","lore_tm_v1_Yce3zgdnKsA7mjQ7_8NbRxHFXeCBHfIwCDW2Pta7uVM"]
/home/byk/Code/institutional-transition-lab/schema/governance-coding-v1.schema.json, identified by $id https://github.com/BYK/institutional-transition-lab/schema/governance-coding-v1.schema.json, titled Performance-blinded governance coding v1, using JSON Schema draft 2020-12 and disallowing additional top-level properties.record_class, event_kind, title, announced_on, effective_on, affected_scope, body_patch_relation, power_changes, confidence, and ambiguity; confidence must be between 0 and 1.record_class enum is ordered: effective_institutional_change, announced_institutional_change, proposal_only, control_event, no_event, abstain; event_kind permits leadership, board_or_steering, control_rights, reorganization, foundation_transfer, license, fork, reunification, strategy, product, external, or null; body_patch_relation permits consistent, patch_supersedes_body, body_only, patch_only, conflict, not_applicable, or unclear.power_changes item requires actor, right_kind, target, direction, change_status, scope, and at least 1 evidence_refs entry containing nonempty source_id and quote; direction is added, removed, or modified, and change_status is effective, announced, proposed, rejected, or unclear.right_kind enum is ordered: appoint, remove, elect, vote, delegate, override, approve, merge, write, release, veto, own, license, steward, fund, set_budget, set_strategy, set_policy, set_membership, set_terms, inform./tmp/opencode/institutional-transition-adjudication-9642983578/documents.json: terraform-github-issue-35563, terraform-github-pr-21175, terraform-github-pr-21345, terraform-github-pr-22332, terraform-github-pr-22745, terraform-github-pr-33661, terraform-github-pr-34096, terraform-github-pr-34103, terraform-github-pr-34847, and terraform-github-pr-38385.terraform-github-issue-35563 concerned terraform init -input=false crashing only on Azure Container Apps when initializing an azurerm storage-account backend with Terraform versions below 0.15.0; the example used Terraform v0.12.31 and ubuntu:22.04, while the same Docker build initialized successfully in a local container. (meaning Aug 14, 2024)terraform-github-pr-21345: builtin/provisioners/habitat/resource_provisioner.go added required Boolean schema argument accept_license, parsed Habitat versions using github.com/hashicorp/go-version, and emitted the acceptance error for requested versions greater than 0.79.0 or an unspecified/latest version when accept_license was false. (meaning May 17-Aug 5, 2019)terraform-github-pr-21345 also changed website/docs/provisioners/chef.html.markdown to document client_options = ["chef_license 'accept'"] unless installing an old Chef client, and changed website/docs/provisioners/habitat.html.markdown to document required accept_license (bool) and show accept_license = true. (meaning May 17-Aug 5, 2019)terraform-github-pr-22332 removed the github.com/hashicorp/go-version validation, the required accept_license schema field, its EULA error path, the Chef client_options = ["chef_license 'accept'"] example, and the Habitat accept_license = true documentation; the revert was merged 3 minutes 50 seconds after PR #21345 and said it favored review of #21776. (meaning Aug 5, 2019)terraform-github-pr-22745 restored the same four-file Habitat/Chef license-acceptance implementation and documentation, including the 0.79.0 version threshold and required accept_license Boolean. (meaning Sep 9, 2019)terraform-github-pr-33661 changed 1294 files, had patch_selection_truncated: true, and replaced SPDX identifier MPL-2.0 with BUSL-1.1 across supplied examples including LICENSE, GitHub actions and issue templates, release configuration, shell scripts, checkpoint.go, codecov.yml, commands.go, copyright_headers.go, Dockerfile, and docs/plugin-protocol/tfplugin5.0.proto. (meaning Aug 10, 2023)terraform-github-pr-34847 intentionally combined three changes to sever indirect remote-state-backend dependencies, changed 86 files, and planned to un-request backend-maintainer reviews because GitHub code-owner rules added them automatically despite no meaningful backend changes. (meaning Mar 14, 2024)internal/getmodules/moduleaddrs, stopped using go-getter’s detectors so Terraform could control source-address syntax covered by Terraform v1.x compatibility promises, and retained go-getter only for actual getter behavior. (meaning Mar 14, 2024)detectAbsFilePath should “always be the last detector.”detectAbsFilePath will “always claim everything it's given” unless its input is an empty string.internal/getmodules/moduleaddrs/detect_abs_filepath.go replaced fileDetector.Detect(src, pwd string) with detectAbsFilePath(src string); it converts absolute paths to file:// URLs and returns *MaybeRelativePathErr for relative paths.internal/getmodules/moduleaddrs/detect_gcs.go defines detectGCS(src string), recognizes strings containing googleapis.com/, requires at least 5 slash-separated parts, constructs https://www.googleapis.com/storage/%s/%s/%s, and returns it prefixed with gcs::.