fix(examples): rename example dirs keeper -> strongroom, matching the README#49
Conversation
… README The rename (#30) updated the README's example links to examples/*-strongroom but left the directories at *-keeper, so all three README example links 404. Renames the dirs, the example package.json names, and the cd lines + cross-links inside each example's README. evidence/ capture files are left untouched — they are historical receipts of past runs and keep their original paths.
sprayberry-reviewer
left a comment
There was a problem hiding this comment.
Automated review from the Sprayberry Labs fleet code reviewer (sprayberry-reviewer bot — independent, gating review).
Verdict: no blocking issues found — approved.
What I checked
This is a pure rename PR: three example directories (*-keeper → *-strongroom) moved with git mv, history preserved, and 9 lines of path/name references updated to match. I reviewed:
-
All 9 changed lines across the three
README.mdfiles and threepackage.jsonfiles — eachcd examples/*-keeperbecomescd examples/*-strongroom, cross-links to sibling dirs are corrected, andpackage.json"name"fields are updated to*-strongroom-example. All six changes are consistent and correct. -
No stale
examples/*-keeperpath references remain anywhere in the example READMEs,.mjssource files, or rootREADME.md. The root README was already updated (in PR #30) to reference thestrongroompaths; this PR makes the directories themselves match. -
keeperoccurrences in.mjsand README prose are all product-name references (the CLI tool, vault, broker,keeper-homeworking directory,KEEPER_*env vars) — none are directory-path references, and none are stale. -
evidence/files are intentionally untouched (allsimilarity index 100%, content unchanged) — they are historical run receipts, not updated by renames, as the PR description explains. -
No CI or npm-package surface references the old
examples/*-keeperpaths (confirmed by the PR description notingfiles:excludesexamples/).
What's good
The fix is exactly scoped: rename the directories to match what the README already advertised, update the minimal set of path strings that changed meaning, and leave everything else alone. No collateral changes, no drift.
The rename (#30) updated the README's example links to examples/*-strongroom but the directories stayed at *-keeper, so all three README example links 404. This renames the dirs (git mv, history preserved), the example package.json names, and the cd lines + cross-links inside each example README. evidence/ capture files are untouched - they're historical receipts of past runs. No CI or npm-package surface references these paths (files: excludes examples).