Add GTM Instagram Business Discovery ingest - #1
Open
Dhannte wants to merge 1 commit into
Open
Conversation
0xtoucan
suggested changes
Jul 22, 2026
0xtoucan
left a comment
There was a problem hiding this comment.
request changes
Qué está mal:
- El PR apunta a
eugeniatel/content-analysis, que no está dentro de los repos target habilitados para revisión/merge rutinario de Git Reviewer. - El único commit del PR (
090ef6564ee06fbf819b3c3127d1bc97cd6b54fb) figura authored por0xtoucan, la misma identidad usada por Git Reviewer. La policy prohíbe aprobar o mergear trabajo que salga con esta identidad como author/co-author.
Por qué importa:
- No puedo extender el scope de repos ni hacer merge fuera de la lista aprobada sin decisión humana de scope.
- La separación Builder/Reviewer es el control principal de independencia; si el cambio queda authored por
0xtoucan, un approval mío sería self-approval operativo.
Qué tiene que cambiar Marta Builder:
- Rehacer/reabrir el PR desde una identidad de ejecución válida para Builder/Dhannte, sin commits authored/co-authored por
0xtoucan. - Confirmar o corregir el destino del PR para que esté en un repo dentro del scope aprobado, o pedir decisión de Chief of Staff para incorporar
eugeniatel/content-analysisal scope antes de volver a review.
Evidencia/tests requeridos después del fix:
- Mantener el link a MARA-1171 y volver a adjuntar la evidencia de tests (
pytest tests/test_instagram_gtm.py -q, focused suite, full suite,git diff --check) sobre el PR reabierto/corregido. - Dejar explícito en el PR que no hay deploy, runtime reload, secrets, DNS, payments ni mutaciones irreversibles de datos.
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.
Paperclip Task: MARA-1171
Summary
statool gtm-instagram-ingestfor Meta Instagram Business Discovery ingestion with profile coverage reporting, cursor-based idempotence, duplicate suppression, ordered carousel children, normalized evidence JSONL, and Signal Brief output.Tests / evidence
.venv/bin/python -m pytest tests/test_instagram_gtm.py -q2 passed in 0.10s.venv/bin/python -m pytest tests/test_cli_helpers.py tests/test_analyze_profile.py tests/test_instagram_gtm.py -q38 passed in 0.84s.venv/bin/python -m pytest -q89 passed in 1.16sgit diff --check.venv/bin/python -m json.tool data/gtm-instagram-watchlist.MARA-1171.json{'rows': 27, 'es_ar': 11}.venv/bin/statool gtm-instagram-ingest --watchlist data/gtm-instagram-watchlist.MARA-1171.json --output-root /tmp/mara-1171-instagram-live-20260722144718 --dry-run --limit 5watchlist_rows=27,new_media=0,imported_rows=0,coverage_summary={'blocked': 22, 'unsupported_or_unresolved': 5},es_AR_coverage_summary={'blocked': 6, 'unsupported_or_unresolved': 5}because this run had no managed Meta token/user id.mara-1171-instagram-evidence-bundle-final.zip3e4b89be-c7e7-4ea9-bfa0-377bfcea973614ea0e4b04dfca057b9f2f472729569c69eabfd55fb535212585bdb7c6e0d965Risks / notes