Add ADR-024 naming compliance report and update naming_exceptions registry#2368
Closed
SatoryKono wants to merge 1 commit intomainfrom
Closed
Add ADR-024 naming compliance report and update naming_exceptions registry#2368SatoryKono wants to merge 1 commit intomainfrom
SatoryKono wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
naming_exceptions.yamlregistry.Description
docs/99-archive/reports/adr-024-naming-audit/naming-compliance-report.mdcontaining executive summary, scorecard, findings, and verification log.configs/naming_exceptions.yaml(bumpedLast Updatedto2026-02-24) and append anexception_registrysection that recordsderived_entities,pipeline_id_exceptions,legacy_field_exceptions, anddeprecated_aliaseswith locations, statuses, and reasons.docs/99-archive/reports/for repo cleanliness.Testing
uv run python -m pytest tests/architecture/ -v, which produced1359 passed, 21 skipped, 1 failedwhere the single failure is an existing tests formatting check (ruff format) unrelated to these changes.uv run python -m pytest tests/architecture/test_naming_conventions.py -v, which passed (3 passed).uv run python scripts/lint_terminology.py src/bioetl/and--strict, which currently fails due to anAttributeErrorin the linter integration and therefore is reported as a P2 finding.uv run python -m import_linterwhich is unavailable in the environment and is reported as blocked; the new YAML was programmaticallyyaml.safe_load-validated (success).Codex Task