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
441 B
Markdown
10 lines
441 B
Markdown
# Blockers
|
|
|
|
Friction + root cause + status. Caveman + English.
|
|
|
|
## BLK-001 — vimrc GenerateClassC bare `name` var — OPEN
|
|
2026-05-27. `vim/vimrc` func `GenerateClassC` uses `name` instead of `a:name` → vimscript E121
|
|
undefined variable on `:ClassC Foo`. `GenerateClassH` correct (uses `a:name`). Not fixed —
|
|
vim domain, out of onboard scope (user said fix install.sh only). Fix: prefix all with `a:`.
|
|
Status: open, logged in TODO P2.
|