Stamp deliveries with the exact lookup version (ADR-011)#26
Merged
Conversation
A delivery's Appwrite description previously said only a generic 'precomputed GAUL lookup (ADR-011)'. The enricher now reads its lookup's embedded provenance at load (region + short source digest, e.g. 'land_gaul@f74d3b2b') and the upload description includes it, so a delivery is traceable to the exact lookup build, not just 'the lookup'. Falls back to 'version=unknown' if a lookup carries no provenance (honest, non-crashing). Also commits reports/predeploy_safe_checks.md (the 4 read-only pre-deploy checks: 3 pass, provenance was the partial this fixes). ruff clean; functional suite 109 passed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pre-merge review: the CIC described the enricher's outputs but not the new public lookup_version attribute. One-line completeness fix. Co-Authored-By: Claude Opus 4.8 <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.
Closes the one 'partial' from the pre-deploy safe checks: a delivery's Appwrite description now includes the exact lookup build (
region@digest, e.g.land_gaul@f74d3b2b), so it is traceable to the precise version, not just 'the lookup'. Falls back toversion=unknownif a lookup carries no provenance.lookup_version)ruff clean; functional suite 109 passed. No behavioral change to the enrichment values.
🤖 Generated with Claude Code