Skip to content

docs(changelog): record Tier 15 fact_quotes shipped with PR #16 - #17

Merged
jamezycesar-collab merged 2 commits into
mainfrom
tier15-docs-bundle-note
Jun 18, 2026
Merged

docs(changelog): record Tier 15 fact_quotes shipped with PR #16#17
jamezycesar-collab merged 2 commits into
mainfrom
tier15-docs-bundle-note

Conversation

@jamezycesar-collab

Copy link
Copy Markdown
Owner

Summary

Documentation-only patch. Records that the Tier 15 fact_quotes DDL was physically committed in PR #16 (Tier 14) because both tiers' edits accumulated in the working tree before the Tier 14 push script ran.

Why this happened

push_tier14_pr.sh and push_tier15_pr.sh stage the same file list. Tier 15 was built on top of Tier 14 in the same files. When the user ran push_tier14_pr.sh, git add captured both tiers' edits, and the Tier 14 commit shipped with both schemas.

Evidence

git show b9f5d8c -- ddl/equity/02_equity_gold_delta.sql shows both +CREATE TABLE gold.fact_allocations and +CREATE TABLE gold.fact_quotes. The known_field_mapping_gaps.csv delta in PR #16 is -50 lines (19 fact_allocations + 31 fact_quotes).

What this PR does

What this PR does NOT do

  • Does not modify any DDL (already on main)
  • Does not modify the allowlist (already at 151)
  • Does not modify guardrails (already pass 8/8)

Followup

Tier 16 push script will pin file paths more narrowly to prevent recurrence.

The Tier 14 push script staged the same file list as the planned Tier 15
push (ddl/equity/0[2456]_*.sql, known_field_mapping_gaps.csv, CHANGELOG.md).
Because the working tree carried both tiers' edits at the time of push_tier14
execution, PR #16 (commit b9f5d8c) physically contains:

  - fact_allocations DDL (intended Tier 14, MEPA/MEAA, 19 mapping rows)
  - fact_quotes DDL (intended Tier 15, MENQ/MENQS/MERQ/MERQS/MEQR/MEQC/MEQM/MEQS,
    31 mapping rows)
  - known_field_mapping_gaps.csv: 201 -> 151 rows (-50, both tiers combined)

The empty Tier 15 branch has been deleted. This commit adds a CHANGELOG note
so the audit trail records that Tier 15 work shipped with PR #16, not a
separate Tier 15 PR.
The Tier 14 push script staged the same file list as the planned Tier 15
push (ddl/equity/0[2456]_*.sql, known_field_mapping_gaps.csv, CHANGELOG.md).
Because the working tree carried both tiers' edits at the time of push_tier14
execution, PR #16 (commit b9f5d8c) physically contains:

  - fact_allocations DDL (intended Tier 14, MEPA/MEAA, 19 mapping rows)
  - fact_quotes DDL (intended Tier 15, MENQ/MENQS/MERQ/MERQS/MEQR/MEQC/MEQM/MEQS,
    31 mapping rows)
  - known_field_mapping_gaps.csv: 201 -> 151 rows (-50, both tiers combined)

The empty Tier 15 branch has been deleted. This commit adds a CHANGELOG note
so the audit trail records that Tier 15 work shipped with PR #16, not a
separate Tier 15 PR.
@jamezycesar-collab
jamezycesar-collab merged commit 19d9a1b into main Jun 18, 2026
1 check passed
@jamezycesar-collab
jamezycesar-collab deleted the tier15-docs-bundle-note branch June 18, 2026 02:13
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.

1 participant