2c3357f628e1b58605b1bc6de29cbf688c7a6fdd
El detector marcaba Ejercito y Aire porque las dos aparecen en minuscula por el corpus (al aire libre, el ejercito), asi que el vocabulario no las salvaba. Su hermana «Fuerza Aerea» ya estaba en CASE_PHRASES. Comprobado que no afloja el detector: un «Aire» suelto mal capitalizado fuera de la frase sigue saltando. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
seo-tools
SEO rule engine + tooling for the Ghost blogs (EN: theexclusionzone.com).
seo_rules.py— shared rule engine (pure functions, no I/O). Single source of truth for thresholds + checks. Consumed by the auditor, the validator, and (vendored) by ResearchOwl's blog pipeline.seo_audit.py— Tool A: site-wide auditor (reads all published posts viaghst-en).seo_validate.py— Tool C: single-post pre-publish validator (seo-checkwraps this).seo_exceptions.py— documented, consciously-accepted waivers (auditor reporting filter).seo_mirror.py— OG/Twitter mirroring helper.phase2_*.py/json— one-off batch helpers (kept for provenance).
No secrets live here. Ghost access is via the ghst-en wrapper (~/.local/bin), which
fetches a staff token on demand from the pod and never writes it to disk.
Languages
Python
100%