You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(CLAUDE.md): three lessons — pygments fix landed, LLM hallucination shapes, stash pop silent-skip (#356)
- Updated the mkdocs/pygments lesson to note the fix landed in PR
#346: pymdown-extensions>=10.21,<11.0 in the docs extra. 10.21.0
is the upstream fix; CI was never broken, only stale local venvs
locked to 10.20.x via uv.lock hit the crash.
- New lesson: attune-author polish-pass hallucinations have six
distinct shapes (CLI flag with inverted semantics, private-module
imports, See-also cross-refs, numeric counts, route paths, missing
security callouts). Three of six actively break readers. Root
cause: LLM filling in surrounding scaffolding from priors rather
than being constrained to source. Four-intervention ladder lives
in attune-author#27 umbrella spec.
- New lesson: 'git stash pop' silently skips overwriting tracked
files when the destination branch tracks files the stash treated
as untracked. No conflict marker, no warning. Hit this session
during ops-dashboard regen — 3 of 11 regenerated files silently
dropped onto a fresh branch. Diagnostic: 'git diff stash@{0} --
<path>' after pop catches the silent skip.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments