gid_complete
Analyzes graphs and documentation to find gaps and propose semantic additions for graph completion.
Instructions
Analyze existing graph and documentation to identify gaps and suggest semantic layer additions. Returns structured context for AI to complete the graph with gid_edit_graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docsPath | No | Path to documentation directory to analyze | |
| graphPath | No | Path to existing graph.yml | |
| docContent | No | Direct documentation content to analyze (alternative to docsPath) |