Rename backend shell.nix helpers dev-* → dev-be-* for symmetry #63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
The frontend dev helpers are namespaced
dev-fe-*(dev-fe-test,dev-fe-lint,dev-fe-cs,dev-fe-build), but the backend ones are baredev-*(dev-test,dev-stan,dev-cs,dev-cs-fix,dev-coverage). The asymmetry reads oddly —dev-testlooks like "the test command" generically rather than "the backend test command". Rename the backend helpers todev-be-*so the back/front split is explicit and symmetric.Scope
shell.nix:dev-test→dev-be-test,dev-stan→dev-be-stan,dev-cs→dev-be-cs,dev-cs-fix→dev-be-cs-fix,dev-coverage→dev-be-coverage(+ any other bare backend helpers).dev-check/dev-check-allwrappers that call the old names.echoblock inshell.nix.CLAUDE.md(project + global) and memory for references to the old names; update.Notes
dev-fe-*/dev-e2e/dev-checkhelpers were added) rather than expanding that ticket's scope mid-finish-phase.