Recovery editor note + refresh CI action pins + scaffold M15 merge (#43,#44,#50) (#66)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #66.
This commit is contained in:
2026-06-22 17:30:41 -04:00
committed by Claude (agent)
parent 315cb2c190
commit 3f096c71ff
8 changed files with 74 additions and 18 deletions
@@ -296,6 +296,11 @@ do them once on purpose now.
git log --oneline -3 # you'll see a "Revert ..." commit on top
```
> `git revert` drops you into your text editor with a pre-filled "Revert …" message — save and
> close it (in vim, type `:wq` then Enter; in nano, Ctrl-O then Ctrl-X). Or add `--no-edit` to
> keep that default message and skip the editor entirely: `git revert -m 1 HEAD --no-edit`. Either
> way you end up with the same "Revert …" commit.
7. Prove you're recovered — and notice nothing was erased:
```bash