v3.7.0 — install.mjs all (auto-detect install)
install.mjs all — auto-detect install
node scripts/install.mjs all installs CoalMine to every agent already configured in your project — detected by its marker dir (.cursor/, .agents/, .github/, .gemini/, .junie/) — and skips the rest, printing what it detected vs skipped (fail-loud, never a silent no-op). Claude Code and Cline (both rooted at .claude/) are left out of auto-detect so it can never double a plugin install; install those by name.
It is the low-risk form of "install everywhere": every source-grounded vendor path is kept (no silent coverage drop) while the convergent majority is covered in one command. Unknown or brand-new agents route to a platform report, not a path map that quietly rots.
Also in 3.7.0
- Agent-count drift gate (batched from Unreleased): the README agent-table row count must equal the targets in
scripts/lib/targets.mjs, orverify.mjsfails. - Docs: the SECURITY.md
git tag -vverify example is now number-free (git describe); version placeholders carry greppableversion-pinmarkers. - Gate suite: 33 tests.
Full changelog: https://github.com/HetCreep/CoalMine/blob/main/CHANGELOG.md