🎞️ [just] gh-process v9.9 matured the PR/Copilot lifecycle and added opt-in asciinema recording - #51
Conversation
…opt-in asciinema recording Signed-off-by: Christopher Hicks <chicks.net@gmail.com>
|
test comment from review |
|
Review of #51 (gh-process v9.9) This PR only touches the .just/ template-sync tooling (justfile recipes + shell libs), not main.go / the ctm CLI itself, so this review focuses on shell/justfile correctness and security rather than the Go conventions in CLAUDE.md. Strengths
Issues / things worth a second look
Test coverage No new automated tests ship with this PR, but per the existing comments in cue-verify.just/cue_sync.awk, the .just/lib/*_test.sh harnesses only live in fini-net/template-repo itself and are stripped out of derived repos (like this one) by clean_template - so the absence of test changes here is consistent with how this repo consumes the template, not a gap introduced by this PR. Overall: solid, well-commented hardening pass (path traversal, quote/shell injection, TOCTOU temp files). The trailing-whitespace regression in copilot.just (item 1) is the one thing worth fixing before merge given the new editorconfig gate; the rest are minor/FYI. |
Done
Meta
(Automated in
.just/gh-process.just.)