|

docs: rename plan — target 0.7.1 (patch), not 0.8

Author: Chris Tusa <chris.tusa@leafscale.com>
Date: Jul 15, 2026 14:16
Changeset: 4d16e936690eeceaa15a8437e05a85c65bf5675f
Branch: default

Diff

diff -r a0790dff2d83 -r 4d16e936690e docs/superpowers/plans/2026-07-15-repoman-rename.md
--- a/docs/superpowers/plans/2026-07-15-repoman-rename.md	Wed Jul 15 13:43:15 2026 -0500
+++ b/docs/superpowers/plans/2026-07-15-repoman-rename.md	Wed Jul 15 14:16:21 2026 -0500
@@ -620,5 +620,5 @@
 ## Notes for the implementer
 
 - **No incus/filesystem mock layer exists** in repoman; existing suites (`test_config_*`, `test_paths`, `test_hermes_*`) are pure-logic. Task 1 is the only fully-automated test surface. Tasks 2–3 are build-verified plus the Task 3 Step 8 manual recipe — this matches the project's established test reality; do not invent a mock harness.
-- **Version bump is out of scope for this plan.** After merge, a release is cut separately via `./scripts/bump-version.sh --minor` (repoman's lockstep bumper), not as part of feature work.
+- **Version bump is out of scope for this plan.** After merge, the release is cut separately via `./scripts/bump-version.sh --patch` (repoman's lockstep bumper), taking **0.7.0 → 0.7.1** — a patch bump, not a minor. Not part of feature work.
 - If `iofile.rename` returns `EXDEV` (cross-filesystem) on the host-dir move, that surfaces as the `Err` in Task 3 Step 2's dir block, which already tells the user to move the dir manually and re-run — idempotency finishes the rest.