v3.7.2: Design Principles at the series level + git-optional fix-mode
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.mdis 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-canaryfix-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).