Consider including GitHub workflow files in mneme-check path filter
Engineering guardrails for AI coding agents
Brought to you by:
mnemehq
Originally created by: TheoV823
GitHub workflow files are automation/governance surfaces. PR [#102] changed .github/workflows/mneme-check.yml, but the self-check path filter did not include .github/workflows/*, so the workflow ran but reported "No files in scope." This may be intentional noise control, but it should be an explicit decision. Evaluate whether .github/workflows/* should be added to the mneme-check scope in a separate PR.