Onboard scaffolding for the dotfiles repo: 5 memory registries, TODO backlog, onboard audit report, and .gitignore (ignores Oldconfig, vim swap, .claude/settings.local.json). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
435 B
Markdown
10 lines
435 B
Markdown
# Evals
|
|
|
|
Quality check of Claude output. Caveman + English.
|
|
|
|
## EVAL-001 — install.sh fix verified
|
|
2026-05-27. Method: `shellcheck install.sh` (CLEAN) + `bash -n install.sh` (syntax OK).
|
|
Not runtime-tested (would mutate ~/.vim, ~/.bashrc on this machine). Logic traced by hand:
|
|
SCRIPT_DIR resolution, idempotent clones, target case map all correct. Anomaly: none.
|
|
Action: safe to commit. Full runtime test deferred to next clean VM.
|