miniapp_index_status
Computes hashes of safe text files and reports new, changed, or removed status against local cache, enabling incremental indexing.
Instructions
融合 CodeGraph 增量索引思路,计算安全文本文件 hash,报告与本地 cache 的新增/变化/移除状态。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | ||
| limit | No | 最多扫描多少个安全文本文件,默认 1200。 | |
| writeCache | No | 是否写入本地 cache,默认 false。 |