Add/update a kb doc
add_kb_docStore markdown documentation directly in a project’s knowledge base by providing a title and body; use the same title to update an existing doc, and let the board match it into relevant work packets.
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 |