evaluate_module_progress
Evaluate a module's development progress by analyzing its source code against defined objectives. Identify gaps and track completion to guide next steps.
Instructions
Evaluates the development progress of a specific module by analyzing its source code against main objectives
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moduleName | Yes | The name of the module to evaluate (e.g., "balances", "transactions") | |
| projectPath | Yes | Path to the project directory containing the module | |
| moduleObjectives | Yes | Comma-separated list of the module's main objectives |