Local utilities for this repo.
Checks the docs/ marketing site: image references, App Store URLs, JSON-LD validity,
sitemap integrity, and canonical URLs. Run before committing docs changes:
python3 scripts/validate_docs.pyAlso runs in CI on every push to main via .github/workflows/docs.yml.
Generates the app icon assets for all platforms. See docs/APP_ICONS.md for the checklist.
The App Store Connect tooling (asc_downloads.py, asc_analytics.py) has moved to the
private iamjarl-strategy repo under tools/, because it is a portfolio-wide,
vendor-account tool (one Apple key serves every app, isolated with --app), and the
numbers it pulls are strategy material. See DATA_ACCESS.md in that repo. No App Store
credentials live in this public repo anymore.