Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 739 Bytes

File metadata and controls

20 lines (13 loc) · 739 Bytes

Knowledge

This directory contains accumulated knowledge — gotchas, non-obvious findings, and hard-won insights from development, research, debugging, and incidents.

Canonical Placement

  • Knowledge entry: docs/knowledge/{topic}.md
  • Examples: docs/knowledge/infrastructure.md, docs/knowledge/api-quirks.md

File Convention

  • One file per topic — entries accumulate within the file over time
  • Entries are listed newest first
  • Use kebab-case topic names by domain (not by date or session)

How to Use

  1. Capture knowledge during or after work sessions using cmk:learn.
  2. Browse and search entries to inform downstream work.
  3. Promote valuable entries to docs/rules/ when they become established standards.