Task: Standardise script naming to snake_case
This page documents a task in the Tooling documentation story. It captures the goal, current status, acceptance, and any notes or results.
Goal
Two scripts in scripts/ use hyphens in their names, deviating from
the snake_case convention used by all other scripts:
parse-test-results.sh→parse_test_results.shconvert-to-unix.sh→convert_to_unix.sh
Rename both scripts and update every reference site. Known references:
Status
| Field | Value |
|---|---|
| State | DONE |
| Parent story | Tooling documentation |
| Now | Nothing. |
| Waiting on | — |
| Next | — |
| Last touched | 2026-05-29 |
Acceptance
scripts/parse-test-results.shis renamed toscripts/parse_test_results.sh.scripts/convert-to-unix.shis renamed toscripts/convert_to_unix.sh.- All references in
projects/ores.testing/modeling/database_integration.organddoc/knowledge/architecture/developer_scripts.orgare updated. - No other files reference the old hyphenated names.
Plan
(Transient implementation strategy. Written when work starts;
distilled into the parent story's * Decisions and cleared when the
task closes. Plans do not outlive their task.)
Notes
Raised after a review comment on PR #907 flagged inconsistent script naming. Renaming deferred to a separate task to keep T1 focused.
PRs
| PR | Title |
|---|---|
| #915 | [scripts] Rename hyphenated scripts to snake_case |
Review
| # | Comment summary | File | Decision | Notes |
|---|---|---|---|---|
| 1 | No comments — clean pass. | — | — | Gemini left no inline feedback. |