hermes-agent/.github/workflows
teknium1 085c7da111 chore: untrack committed PR infographics and enforce the rule in CI
PR infographics belong in the PR description, referenced from the
image-provider URL. The binary never enters git history.

This rule has been established twice and leaked twice. #48261 removed the
first batch. #54564 removed a second batch and added `infographic/` to
.gitignore — but .gitignore only stops an accidental `git add`. It does
nothing against `git add -f`, and nothing for a directory that does not
literally match the pattern. In the four weeks after that rule landed,
nine more PNGs were force-added, and an `infograficos/` directory
(#70552's loophole, never actually closed) slipped a tenth past the
pattern entirely.

Removes 11 tracked images (~14MB) with `git rm --cached`, so local copies
survive. Adds an infographic-check CI job that matches on the IMAGE rather
than on one directory spelling, so a localized or typo'd path cannot
sidestep it, and extends the .gitignore pattern list as the first line of
defence.

Verified the guard both ways against synthetic repos: it fires on
`git add -f` into `infographic/`, on the `infograficos/` spelling, and on
nested `docs/pr/infographics/*.jpg`; it does not fire on legitimate
product imagery under `docs/assets/` or `website/`, nor on non-image
files.
2026-07-26 11:54:03 -07:00
..
ci.yml
…
contributor-check.yml
…
deploy-site.yml
…
docker-lint.yml change(ci): docker-publish.yml -> docker.yml 2026-06-26 19:15:18 -07:00
docker.yml
…
docs-site-checks.yml fix(ci): make tests, workflows, and attribution reliable under load (#66373) 2026-07-17 20:55:24 +00:00
e2e-desktop.yml fix(ci): publish inline E2E evidence (#69699) 2026-07-23 02:15:23 +00:00
history-check.yml
…
infographic-check.yml
…
js-autofix.yml
…
js-tests.yml
…
label-rerun.yml
…
lint.yml ci: live-updating PR review comment with structured job statuses 2026-07-20 16:48:25 -04:00
lockfile-diff.yml
…
osv-scanner.yml
…
publish-e2e-evidence.yml
…
review-labels.yml
…
skills-index-freshness.yml
…
skills-index.yml
…
supply-chain-audit.yml
…
tests.yml
…
uv-lockfile-check.yml
…