Definition
The Error Book is a mechanism for recording and correcting recurring construction errors during ingest, introduced by the Tencent “LLM-Wiki” paper (May 2026). ^[raw/papers/pesquisa-aprofundada-padrao-llm-wiki.md] Instead of treating each lint finding as a one-off fix, the Error Book accumulates patterns of mistakes and adjusts future ingest behavior to avoid them. It transforms lint from a reactive check into a corrective feedback loop.
Related Concepts
- llm-wiki — The pattern that the Error Book improves through corrective feedback
- ingest — The operation that the Error Book corrects
Current Entries
(This section grows with each ingest batch.)
| Date | Error Pattern | Source | Status |
|---|---|---|---|
| 2026-07-12 | Subagent added frontmatter to raw/ files (immutable source contamination) | .superpowers/sdd/task-6-brief.md | open |
| 2026-07-15 | search_files tool errors on Windows D:\ paths — it converts D:\LLM-WIKI-OKF\... to MSYS-style /d/LLM-WIKI-OKF/... and fails with IO error ... os error 3. Workaround: use terminal grep/find with forward-slash /d/LLM-WIKI-OKF/ paths for all vault scans. Applies to any agent operating this vault from a Windows host. | Ingest of raw/articles/raindrop-second-brain-collection-2026.md (Hermes one-shot) | open |
| 2026-07-16 | Shallow catalog query: perguntas “analise todos os X” respondidas com grep-only — grep acha quem menciona o termo, mas perde quem poderia ser relevante mas não usa a palavra exata. Causa raiz: pipeline não distinguia factual vs catalog queries. Corrigido: AGENTS.md Query agora classifica tipo de pergunta primeiro; catalog queries fazem A2 (index.md) antes de A1 (grep). | Query test: “analise todos os repos × multi-wiki” | closed |