update_project_entry
Modify existing project knowledge entries in HiveMind. Edit the query, solution, or category for a specific project entry to keep shared knowledge accurate and up to date.
Instructions
Update an existing project hive entry. Can edit query, solution, or category. Only works for project entries (not global hivemind KB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional: New query text | |
| user_id | No | Optional: User ID (auto-detected from ~/.hivemind_user_id) | |
| category | No | Optional: New category name | |
| entry_id | Yes | ID of the entry to update (from search results) | |
| solution | No | Optional: New solution text | |
| project_path | No | Optional: Project directory path (required for local storage) |