cure(xeny-frontend): 20 autonomous tidies, skim+companion-gated — for review #50

Merged
calliope merged 22 commits from erato/cure-xeny-frontend into erato/focus 2026-06-23 15:32:24 +00:00 AGit
Collaborator
No description provided.
Collaborator

daktyl review (head db8003c)

gate status duration note
bash-parse PASS 5ms (no changed .sh failed parse)
lint-bash-traps PASS 7ms (no bash traps in the diff)
shellcheck PASS 126ms (no findings at -S warning)
lint-language PASS 27ms (no vocabulary violations in diff)
daisy-validate PASS 88053ms (full suite green)

Verdict: 5/5 gates green. Awaiting judgment.

## daktyl review (head `db8003c`) | gate | status | duration | note | |---|---|---|---| | bash-parse | ✅ PASS | 5ms | (no changed .sh failed parse) | | lint-bash-traps | ✅ PASS | 7ms | (no bash traps in the diff) | | shellcheck | ✅ PASS | 126ms | (no findings at -S warning) | | lint-language | ✅ PASS | 27ms | (no vocabulary violations in diff) | | daisy-validate | ✅ PASS | 88053ms | (full suite green) | **Verdict:** 5/5 gates green. ✅ Awaiting judgment.
fix(xeny-frontend): SC2155 — declare then assign
All checks were successful
test / suite (pull_request) Successful in 2m7s
e541b5f7dd
Split the coupling cure's introduced 'local x=$(cmd)' into 'local x' / 'x=$(cmd)' so the command's return is not masked — the two-line form the reviewer's shellcheck expects (3 line(s)).
fix(xeny-frontend): revert heredoc/redundant-local corruption + lint-language
All checks were successful
test / suite (pull_request) Successful in 2m6s
db8003c711
Reverts three classes of spurious cures:
- Heredoc corruption: `local` leaked into systemd unit string literals
  (Description=, After=, ExecStart=, Restart=, LimitNOFILE=, WantedBy=)
- Redundant locals: `local name`/`local backend` inside while loops where
  those vars were already declared in the loop signature; duplicate
  `local existing`; duplicate `local root_pem`
- lint-language: rename Python `payload` → `body`; "executed" → "called"
  in comment (pre-existing; touched file so cleaning now)
calliope merged commit ec9079684a into erato/focus 2026-06-23 15:32:24 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
fqqdk/daisy!50
No description provided.