list_my_hives
Lists all project hives for a user, returning project ID, name, and entry count for each hive, to help manage shared knowledge.
Instructions
List all project hives for a user. TRIGGERS: 'show me my hives', 'list my hives', 'what hives do I have', 'all my hives'. Returns project_id, project_name, and entry count for each hive. For local storage, searches current directory for .user_id files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Optional: User ID (auto-detected from ~/.hivemind_user_id) | |
| project_path | No | Optional: Project directory path (for local storage) |