Add/update a kb doc
add_kb_docWrite markdown documents into a project's knowledge base folder. Titles are slugified to filenames and repeated titles update the existing document.
Instructions
Write a markdown doc into a board's kb/ folder (a per-project knowledge base beyond the scratchpad): title + markdown body, stored as kb/.md. Calling again with the SAME title updates that doc in place; a different title that slugifies to the same filename gets a numeric suffix instead of clobbering the original. Docs are keyword-matched into work packets automatically via get_work_packet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Doc title; slugified to the filename. | |
| content | Yes | Markdown body. | |
| project | Yes |