infer_architecture_tool
Scans a repository to detect its architectural pattern (REST API, CLI, library, web frontend), find entry points and modules, and save the hypothesis to reforge-state.json.
Instructions
Infer the architectural pattern of a repository.
Runs scan_repo, detects pattern (REST API, CLI tool, library, web frontend), identifies entry points and logical modules, stores the result in reforge-state.json under architecture_hypothesis, and returns the inference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||