Scan project
scan_projectScans a local project to produce Build Readiness signals including file counts, languages, test files, CI config, lockfile, documentation, and a redacted secrets scan. Returns only metadata, never source code.
Instructions
Read a local project and return mechanical Build Readiness signals: file and line counts, languages, test files, CI config, lockfile, docs, and a redacted scan for hardcoded secrets. Returns signals only, never your source. Run this first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to the project root. Defaults to the current working directory. |