Project-help
Tools for project-help
codemap_project_help_add
Create or update a project help topic with markdown content
→codemap_project_help_append
Append text to the end of an existing project help topic. A separator is inserted between the existing content and the new text (default: two newlines). Trims trailing whitespace from existing content to prevent blank-line accumulation. Errors if the topic doesn't exist.
→codemap_project_help_edit
Edit an existing project help topic with updated markdown content
→codemap_project_help
Read or list project-specific help documentation stored in .codemap/project-help/
→codemap_project_help_remove
Delete a project help topic permanently
→codemap_project_help_replace
Find and replace text within an existing project help topic. Replaces the first occurrence by default; set `all: true` to replace every occurrence. Errors clearly if the topic doesn't exist or the search string isn't found.
→