analyze_project_with_metadata
Analyze project structure, generate documentation files, and enrich with metadata to create a searchable knowledge base for clear project understanding.
Instructions
Analyze project structure, create initial documentation files, and enhance with metadata/context
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the project root directory |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the project root directory",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}