chore(readme): consolidate duplicate horizontal-regimes and sub-models tables#17
Merged
raahulrahl merged 1 commit intomainfrom Apr 28, 2026
Merged
Conversation
…s tables The 'Cookin in the Kitchen' rewrite landed via PR #14 alongside several PRs that updated rows in the original table. Result: two parallel tables for the horizontal regimes (one in the legacy ID/File/Status/Notes shape, one in the new File/Status/What it handles shape with kitchen emojis), and a duplicated sub-models block under 'The Traffic Director' that didn't belong there. Consolidated into a single coherent kitchen-themed README: - One horizontal-regimes table with sub-model unblocker callouts in prose ('Powered by ... below'). - One sub-models reference section listing all 8 sub-models (REACH x2, CBAM x2, EUDR, PPWR x2, trade defence register). - Routing model gets its own 'Traffic Director' section pointing at the actual eu/_routing_v1.yaml file (the previous version pointed at a non-existent regulations/routing_v1.yaml). - All other sections preserved verbatim. No content lost. Sub-model statuses, parent unblocker references, and the roadmap are all carried through. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Problem
After PR #14 merged, the README had two parallel tables for the EU horizontal regimes — one in the legacy `ID/File/Status/Notes` shape, one in the new kitchen-themed `File/Status/What it handles` shape. The sub-models block was also duplicated, with one copy mis-located under "The Traffic Director" heading. Subsequent merges for EUDR, CBAM, PPWR sub-models added rows to the legacy table, leaving both tables in sync but redundant.
Fix
One coherent kitchen-themed README:
No content lost. Sub-model statuses, parent unblocker references, and the roadmap all carried through.
Verified locally
`make check` is green. Diff is README-only.
🤖 Generated with Claude Code