getIndexStatus
Check if a repository has a published code index and determine its freshness. Optionally provide a local repo path to compare the indexed commit against the current HEAD, revealing staleness.
Instructions
Whether repo has a published index, and its freshness. Pass
repo_path (the repo's local git working directory) to compare the
published commit against git rev-parse HEAD; omitted, freshness is
reported without a staleness comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| repo_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||