enhanced_branch_survey
Surveys all branches with semantic search to assess completeness, map relationships, and evaluate production readiness.
Instructions
Semantic-first branch survey system for Knowledge Archaeology - provides comprehensive analysis using semantic search across all branches with completeness scoring, relationship mapping, and production readiness assessment. Uses AI-powered semantic understanding by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentProject | No | Name of the current project (for highlighting) | |
| conceptualQuery | No | Optional semantic query to focus analysis on specific concepts | |
| includeAnalysis | No | Include detailed analysis and scoring (default: true) | |
| semanticAnalysis | No | Use semantic search for conceptual discovery (default: true) | |
| detectRelationships | No | Detect cross-branch relationships (default: true) | |
| similarityThreshold | No | Minimum similarity threshold for semantic relationships (0.0-1.0, default: 0.4) | |
| minCompletenessScore | No | Minimum completeness score to include (0-100, default: 0) |