Each unit of work should teach the system something so subsequent work gets easier, not harder. Bug fixes eliminate future bug categories. Patterns become tools. Decisions become searchable context.
then write the content to ./knowledge/ /YYYY-MM-DD- .md using the Write tool. Do NOT use shell commands like cp or mkdir.
| error-fix | Something broke or surprised you — errors, gotchas, build failures, incidents. What happened and how to fix/avoid it. | | pattern | A recurring approach worth codifying — code patterns, workflow patterns, architectural conventions. | | decision | An architecture or design decision with rationale, alternatives, and tradeoffs. |
Salva le note informative del team in ./knowledge/ con nomi di file con prefisso di data. Ogni problema risolto, modello scoperto o decisione chiave diventa conoscenza ricercabile che semplifica il lavoro futuro. Da utilizzare quando l'utente desidera acquisire trucchi, errori, creare problemi, soluzioni, modelli o decisioni per riferimento futuro. Fonte: da1z/agent-things.