dibs_lesson_add
Record coding gotchas, conventions, and fixes in markdown files under .dibs/lessons/. Persist them with git so future agents learn from past mistakes.
Instructions
Save a lesson for future agents as a markdown file under .dibs/lessons/ (committed with the repo, shared via git). Record gotchas, conventions, and hard-won fixes — not routine work logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | the lesson itself: the gotcha, the fix, the context a future agent needs | |
| tags | No | optional topic tags like auth, migrations, ci | |
| title | Yes | one-line summary of the lesson, e.g. 'rate-limit middleware must register after auth' |