Skip to content

v3.7.2: Design Principles at the series level + git-optional fix-mode

Choose a tag to compare

@HetCreep HetCreep released this 14 Jun 17:01
· 17 commits to main since this release
v3.7.2
a7300c3

v3.7.2: Design Principles at the series level + a git-optional fix-mode

Changed

  • The Quantum 11 Design Principles moved up to the series umbrella. They are series doctrine - every tool in TheColliery obeys them - so the canonical, tool-agnostic copy now lives at https://github.com/TheColliery/.github/blob/main/DESIGN-PRINCIPLES.md. CoalMine's repo-local DESIGN-PRINCIPLES.md is removed; the README links the series doc.
  • The README now cross-links the series (CoalMine <-> CoalTipple). The link was one-directional before - CoalTipple pointed here, but not the reverse.

Fixed

  • rot-canary fix-mode no longer assumes git. The safe-fix checkpoint is now "git stash/commit in a git repo; else copy the file aside", and the auto-revert restores whichever was used - a non-git user gets the same safe auto-revert. This enforces a new series rule, no external assumption: no shipped feature HARD-requires git, GitHub, a network, or a CLI the user may not have (they are optional enhancements with a graceful fallback).

Gate: build-plugin 9/9, verify PASS, 35 tests. Commit + tag SSH-signed (Verified).