| 152 | } |
| 153 | |
| 154 | export class ProjectOverviewTool extends Tool<z.infer<typeof ProjectOverviewArgs>> { |
| 155 | name = 'project_overview'; |
| 156 | description = 'Comprehensive scan of a LOCAL code project on disk: tech stack, entry points, config files, CI, tests, migrations, language stats, biggest files. Scans the working dir by default, or a `path` you pass. Use BEFORE making non-trivial code changes. This is for source code on disk — NOT for analyzing a website or URL (use seo_audit / web_fetch for those). Read-only.'; |
| 157 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected