spec_gen
Generate module/API spec from source symbols in memory without file writes. Provide project root and file path to retrieve spec.
Instructions
Generate module/API spec from source symbols; returns in-memory spec, never writes files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Source file (relative to workspace_dir) to generate spec for | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. |