gograph_stale
Check if the persisted graph index is older than current Go source files to decide if rebuilding is needed.
Instructions
Check whether the persisted graph index loaded from .gograph/graph.json is older than current Go source files. This tool intentionally does not refresh first; when no artifact existed at server startup it compares against the startup auto-build fallback. Read-only; no side effects. WHEN TO USE: To decide whether CLI snapshot analysis or precise enrichment needs rebuilding. NOT TO USE: For module dependency freshness; for changed symbols (use gograph_changes). RETURNS: is_stale, graph_age, newest source metadata, and changed_files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||