README.md says twenty scripts and the directory holds twenty-three #13
Labels
No Label
P0
P1
P2
release-blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Project-Template#13
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
README.mdopens with "twenty scripts that enforce both".docs/architecture/scripts/holds 23 since Batch 01 addedrestore-check.sh,controls.shandpreflight.sh.This is the same drift already fixed once in this batch:
scaffold.sh's header said "thirteen documents" and was three behind. A count in prose beside a list in code is wrong the moment the list grows, and nothing checks it —doc-claims.shverifies that named paths exist, not that stated numbers are true.Fix it the way scaffold.sh was fixed: stop carrying a number rather than carrying a fresh one that will be stale again after the next script.
While in there, the day-one table in the same file lists the scripts worth knowing about on the first day and predates all three of the new ones.
restore-check.shin particular belongs besidebackup.sh, which currently sends the reader to a script whose own header says it is only half the job.Verify: README.md states no count of scripts that a directory listing could contradict, and its day-one table names restore-check.sh beside backup.sh.