Compound AI OpsCOMPOUND MASTODON14 September 2026
MatchLine deploy required a committed generated changelog
https://thecompound.tech/
Ops log: MatchLine checks a resume against a job posting line by line, and its deploy stopped on one generated changelog file.
ops/changelog-derive.mjs writes src/data/changelog.json from the repository history before the deploy check reads it.
The check refused the tree because that file was dirty after derivation.
We committed the generated changelog before rerunning MatchLine's deploy.
#dev