analyze_hive_updates
Analyze proposed hive updates before upload to detect duplicates, enforce quality requirements, and suggest updates vs new entries, preventing common mistakes.
Instructions
SMART UPLOAD PROTOCOL - Analyze what you want to add to your hive BEFORE uploading. Checks for duplicates, enforces quality (FILES/VERSION required), detects category fragmentation, prompts for patterns, and suggests updates vs new entries. TRIGGERS: 'update hive', 'add to hive'. This tool PREVENTS hive mistakes by forcing good practices instead of relying on instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Optional: User ID (auto-detected from ~/.hivemind_user_id) | |
| project_id | Yes | Project identifier | |
| project_path | No | Optional: Project directory path (required for local storage, defaults to cwd) | |
| files_changed | No | Optional: List of files that were modified (e.g., ['src/api.ts:100-200', 'src/index.ts:50']) | |
| problems_solved | No | Optional: List of problems that were solved (used for duplicate detection) | |
| session_summary | Yes | Summary of what was accomplished in this session (be specific, include FILES and VERSION) |